Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Open the bash cloud shell from browser https://shell.azure.com
Create a resource group in AKS supported region (check https://docs.microsoft.com/en-us/azure/aks/container-service-quotas)
$ az group create -l eastus -n rg-wgaks
$ az aks create -g rg-wgaks -nwgakscluster --generate-ssh-keys
To check:
Step a: Run below
Step b:
the output should look something like below
Namoskar!!!