Azure Cli how to change subscription default
For Azure CLI 2.0 (preview) I had to use
az account set --subscription <name or id>
Please try the following:
azure account set -s {Subscription Id}
That should change the subscription.
For Azure CLI 2.0 (preview) I had to use
az account set --subscription <name or id>
Please try the following:
azure account set -s {Subscription Id}
That should change the subscription.