az aks create -n MyServices -g MyKubernetes --generate-ssh-keys
is not working. Error message: az aks create -n Adestis-Services -g Adestis.Kubernetes --generate-ssh-keys A Cloud Shell credential problem occurred. When you report the issue with the error below, please mention the hostname '679e170bedd7' Could not retrieve token from local cache.
Steps to reproduce: az login az account set --subscription MySubscriptionID az group create --name "MyKubernetes" --location "westus" az aks create -n MyServices -g MyKubernetes --generate-ssh-keys