skip to Main Content

Azure – Failed to provision revision for container app 'app-name'. Error details: Opearation expired. (Code: ContainerAppOperationError)

I am trying to create a new Azure container apps using ARM template. When deployment, I face this issue {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ContainerAppOperationError","message":"Failed to provision…

VIEW QUESTION

Azure Container Apps environment creation fails due to error ManagedEnvironmentResourceGroupDisallowedByPolicy when adding a VNET integration

I'm trying to create an Azure Container Apps Environment through the AzAPI provider on Terraform. The configuration I'm using is the following: resource "azapi_resource" "aca_env" { type = "Microsoft.App/managedEnvironments@2022-03-01" parent_id = azurerm_resource_group.rg.id location = azurerm_resource_group.rg.location name = var.ACA_ENV_NAME body =…

VIEW QUESTION
Back To Top
Search