Tuesday, November 30, 2021

azure swtich subscription

azure to change subscription:


az account list

az account set --subscription <id/name>


https://stackoverflow.com/questions/38475104/azure-cli-how-to-change-subscription-default



Or you can use --subscription <id/name> beside the commands when you don't want to change the default subscription

No comments:

Post a Comment