An Azure service that provides a general-purpose, serverless container platform.
Hi @Dmitry Zvenkov ,
Based on the screenshot, the issue appears to be with the Azure Container Apps Managed Environment, not with a specific Container App or revision.
The environment is in a Failed provisioning state with an UpgradeError/UpdateError, which suggests that a platform update or upgrade did not complete successfully.
Please check the following:
- Networking: Verify the subnet, NSG, UDR, NAT Gateway, and DNS settings, especially any recent changes.
- Policies/Locks: Check for Azure Policies or resource locks that may be blocking updates.
- Activity Logs: Review
Microsoft.App/managedEnvironmentsoperations and note any error messages or correlation IDs.
CLI: Run:
Dockerfile
az containerapp env show
Check the provisioningState and any detailed error information.