1、安装。
MSI安装程序:https://aka.ms/installazurecliwindows
https://docs.microsoft.com/zh-cn/cli/azure/install-azure-cli-windows?view=azure-cli-latest
检查安装,在PS里面能检查到Az命令
az -v
2、登录
az login
3、列出所有订阅
az account list --output table
4、切换当前默认活动订阅
az account set --subscription "81736961-204c-48f3-807f-f81589cbcceb"
az account list --output table