Azure if failing when trying to start azure container instances.
Failed to start the container group 'container-name'. Error: The container group 'container-name' is still transitioning, please retry later.
Some other folks are also facing the same issue: https://learn.microsoft.com/en-us/answers/questions/1375744/the-container-group-is-still-transitioning-please
Any help?
In my case, these containers run every 30 min and I have them for a long time, this problem is pretty new.
I went through the link which you have shared with this question. Putting -
in your container instance name does not gives any error. I tried adding -
in my container instance name and it worked fine as below-
You can try isolating the issue from the activity logs or try deploying from a different region.
and look for error messages mentioned in MS Doc
You can also refer to # container is still transitioning solution by MSFT Eddie Neto