使用azure-cli登录AzureCloud和AzureChinaCloud

新手使用azure-cli经常分不清怎样登录 由世纪互联运营的 AzureChinaCloud。

因为在登录Azure China前,需要使用如下命令将region切换到China。

首先,在Power Shell中输入如下命令。

 PS C:\Users\Administrator> az cloud set -n AzureChinaCloud

提示信息如下。

Active code page: 65001
Switched active cloud to 'AzureChinaCloud'.
Use 'az login' to log in to this cloud.
Use 'az account set' to set the active subscription.
PS C:\Users\Administrator>

随后,只要再输入 "az login" 即可。

而如果需要从AzureChinaCloud切换到AzureCloud则需要如下命令。

PS C:\Users\Administrator> az cloud set -n AzureCloud
Switched active cloud to 'AzureCloud'.
Active subscription switched to 'xxxxxx'.

猜你喜欢

转载自blog.csdn.net/figosoar/article/details/110236902