when I run an az acr show
I get:
PS C:\Users\blah> az acr show (ResourceGroupNotFound) Resource group 'blah' could not be found. Code: ResourceGroupNotFound Message: Resource group 'blah' could not be found.
I do have multiple subscriptions and my default subscription is correct; reference: (ResourceGroupNotFound) Resource group '????' could not be found when creating an azure media services account.
The resource group it says it can't find is in another subcription. Where is it getting the default resource group from?
Reference: az acr show
az acr show --name
[--resource-group]
Apparently, I set my default resource group:
reference: CLI configuration with az config