配置
’.azure/config`
[defaults]
location = westus
[cloud]
name = AzureCloud
[core]
output = table
az config set defaults.location=westus2 defaults.group=MyResourceGroup
az v2不支持config,直接修改配置文件
’.azure/config`
[defaults]
location = westus
[cloud]
name = AzureCloud
[core]
output = table
az config set defaults.location=westus2 defaults.group=MyResourceGroup
az v2不支持config,直接修改配置文件