Share via

Container Groups: Intermittently failing to deploy successfully in UK South

Scott Gray 0 Reputation points
2026-06-03T09:00:24.42+00:00

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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.