Hello, @sjpbb !
While there is a lot of resiliency built into Azure Kubernetes Service (AKS) there are several possible reasons the service might temporarily hang like this.
What should I do if my AKS resource is stuck in a "Stopping" provisioning state?
There are several dependencies that AKS could be waiting for (a connection could be hung, it could be waiting on ACR, etc.) but in general you shouldn't have to wait more than 15 or 20 minutes for this to resolve.
- Look at the AKS troubleshooting documentation to see if you are encountering a common issue.
- If your AKS resource is stuck in a provisioning state for more than 20 minutes, consider opening a support ticket to resolve the issue.
- Check your Kubernetes logs (or other Azure Monitor resources) to better understand the cause of the issue.