Azure container instances (ACI) deployment to virtual network fails (region: westeurope)
问题 my ACI deployment to a virtual network (target subnet is delegated to container instances) stopped working over the week-end with a strange error message: "The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in another location. Resource requested: '1' CPU '1.5' GB memory 'Linux' OS virtual network" Here is the deployment script: az container create --resource-group $(resourceGroupName) --name $(containerName)