An Azure service that provides customers with a serverless container experience.
Container Groups: Intermittently failing to deploy successfully in UK South
Scott Gray
0
Reputation points
We have been seeing an issue occurring over the past month or so where Container Groups are intermittently failing to deploy successfully in UK South, other regions do not appear to be affected. They seem to just time out after 30 minutes with not much information being provided in the deployment log. Any suggestions on what could be causing this behaviour?
{
"code": "DeploymentFailed",
"target": "/subscriptions/<redacted>/resourceGroups/<redacted>/providers/Microsoft.Resources/deployments/<redacted>",
"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": "ResourceDeploymentFailure",
"target": "/subscriptions/<redacted>/resourceGroups/<redacted>/providers/Microsoft.ContainerInstance/containerGroups/<redacted>",
"message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."
}
]
}
Azure Container Instances
Azure Container Instances
Sign in to answer