Hi @Mangi,Balaraju,IN-Chennai
Thank you for reaching out to the Microsoft Q&A platform.
There could be several reasons why the AKS cluster creation is taking longer than expected. One probable reason could be the size of the cluster you are trying to create. Larger clusters with more nodes and resources can take longer to create. Another reason could be the current load on the Azure infrastructure.
You can check the status of your AKS cluster creation by using the Azure Portal(Like suggested or from the Azure CLI. To check the status using the Azure CLI, you can run the following command:
az aks show --resource-group --name --query 'provisioningState'
This command will return the current provisioning state of your AKS cluster. If the state is "Succeeded", then your cluster has been successfully created. If the state is "Creating", then your cluster is still being created and you may need to wait a bit longer.
If you continue to experience delays or issues with your AKS cluster creation, you can contact Azure support for further assistance.
Please don’t forget to Accept Answer and hit Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members for remediation for similar issues.