Same issue. I simply redeployed the container, didn't change anything, only destroyed and re-recreated. We use terraform rather than bicep but yes, same solution but no name changes.
The container group is still transitioning, please retry later.
Hi,
This morning I'm unable to start my container, any attempt fails with the error message : "The container group is still transitioning, please retry later."
But the status of the instance in the portal is "Succeeded" and the container has the status "Terminated" so I don't get it.
Does anyone have any clue?
Azure Container Instances
2 answers
Sort by: Most helpful
-
-
Christian Gitter 0 Reputation points
2023-09-26T08:25:58.9133333+00:00 We had the same issue.
It seems like there has been a change in the container name policy.
If you use Bicep to deploy your ressources you can try to delete the ressources in the portal.
Rename your container name (e.g. "containername-prod") and redeploy it.
We were able to solve the issue this way.