Forum Discussion
sharmila1310
May 17, 2024Copper Contributor
AKs Cluster in failed state - Need Assistance
Hello Azure Community, I am facing an issue with my AKS cluster that is currently in a failed state. The cluster has been in this state for three days, and despite not performing any operations, the...
kosar_official
May 28, 2024Copper Contributor
Hi! Have you tried this?
az aks show -n {{yourClusterName}} -g {{yourResourceGroupName}} -o json --query id
az resource update --ids {{yourClusterId}}