Skip to content

Conversation

koudaiii
Copy link
Member

PR Checklist

Check these items before submitting a PR...

Contribution Guide

Best Practice Guide

  • - Please check this box once you've submitted the PR if you've read through the Contribution Guide and best practices checklist.

Changelog

No registered resource provider found for location 'eastus' and API version '2022-01-01-preview' for type 'managedEnvironments'. The supported API versions are: '2022-03-01, 2022-06-01-preview, 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01, 2025-02-02-preview'. The supported locations are: 'northcentralusstage, westus2, southeastasia, swedencentral, canadacentral, westeurope, northeurope, eastus, eastus2, eastasia, australiaeast, germanywestcentral, japaneast, uksouth, westus, centralus, northcentralus, southcentralus, koreacentral, brazilsouth, westus3, francecentral, southafricanorth, norwayeast, switzerlandnorth, uaenorth, canadaeast, westcentralus, ukwest, centralindia, japanwest, australiasoutheast, francesouth, jioindiawest, spaincentral, italynorth, polandcentral, southindia'. (Code: NoRegisteredProviderFound)

image

This pull request updates the Azure Resource Manager templates and Bicep files for the Azure Container Apps quickstart to align with newer API versions and improve compatibility. The most important changes include upgrading API versions.

API Version Updates:

  • Updated apiVersion for Microsoft.App/managedEnvironments and Microsoft.App/containerApps resources from 2022-01-01-preview to 2025-02-02-preview in both azuredeploy.json and main.bicep. [1] [2] [3] [4]

@koudaiii
Copy link
Member Author

AzQuickStarts-MAC is failed. I'll fix it.

##[error]        Api versions must be the latest or under 2 years old (730 days) - API version 2021-06-01 of Microsoft.OperationalInsights/workspaces is 1504 days old Line: 81, Column: 8
        Valid Api Versions:
        2022-10-01
        2022-10-01

@koudaiii
Copy link
Member Author

koudaiii commented Jul 14, 2025

It looks like the image mcr.microsoft.com/azuredocs/azure-vote-front:v1 has been deleted.
Reference: Azure-Samples/azure-voting-app-redis#120

As a result, deploying the container app fails with the following error:

Status Message: Failed to provision revision for container app 'containerapp-7gf5v7a4zmk56'. Error details: The following field(s) are either invalid or missing. Field 'template.containers.containerapp-7gf5v7a4zmk56.image' is invalid with details: 'Invalid value: "mcr.microsoft.com/azuredocs/azure-vote-front:v1": GET https:: MANIFEST_UNKNOWN: manifest tagged by "v1" is not found; map[Tag:v1]';.. (Code:ContainerAppOperationError)

You might consider replacing the image with lgmorand/azure-vote-front:v1 or removing this template entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

remove azuredeploy.json bicep sample, remove json from PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants