Core: Resource group could not be found.

Created on 20 Mar 2019  路  5Comments  路  Source: dotnet/core

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.

image

Any solutions?
Thanks in advance!

area-aspnet area-tutorials

Most helpful comment

@amercehic Also, have you selected the correct subscription?

You can find out through az account show.

All 5 comments

@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.

https://docs.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli?view=azure-cli-latest

Was this page helpful?
0 / 5 - 0 ratings