Problem encountered on https://dotnet.microsoft.com/learn/web/aspnet-deploy-microservice-tutorial/azure-resources
Operating System: windows
I am following tutorial for deploying microservice to Azure and I run into a problem.
When I run this command: 'az aks create --resource-group myMicroserviceResources --name myMicroserviceCluster --node-count 1 --enable-addons http_application_routing --generate-ssh-keys', I received error from uploaded picture.

Any solutions?
Thanks in advance!
@glennc - can you have a look?
@amercehic Did you run the command to create the resource group first? az group create --name myMicroserviceResources --location <location>
@amercehic Also, have you selected the correct subscription?
You can find out through az account show.
Hi. We're closing this issue as no response or updates have been provided in a timely manner and we have been unable to reproduce it. If you have more details and are encountering this issue please add a new reply and re-open the issue.
you may have multiple subscriptions. set the subscription to default which you want to use in CLI.
Most helpful comment
@amercehic Also, have you selected the correct subscription?
You can find out through
az account show.