An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Hello @Ashok Reddy ,
It seems cluster was stuck in "Stopping" state. Did you try to STOP and immediately trying to START the cluster ?
Are you still not able to start the cluster yet ?
Can you check the current provisioning state of the AKS cluster from Azure Portal ?
Also check VMSS instances (If the cluster is stopped , you should not see any running instances under VMSS).
Can you check if you are able to run kubectl commands ?
Is this the private cluster ?
If you are still seeing the issue , try to run the below command:
az resource update -n <aks cluster name> -g <rgname> --namespace Microsoft.ContainerService --resource-type ManagedClusters
Regards,
Shiva.