Azure 中国篇--1如何使用azure powershell连接到azure
时间:2015-01-07 15:08:59
收藏:0
阅读:9519
1.下载Azure SDK。安装azure powershell
http://azure.microsoft.com/zh-cn/downloads/?rnd=1
2.下载azure公共设置文件
Get-AzurePublishSettingsFile -Environment "AzureChinaCloud"(中国版)、Get-AzurePublishSettingsFile -Environment "AzureCloud"(国际版)
运行后自动打开IE,使用账号登录后下载Setting文件,如下图,保存该文件
3.Import-AzurePublishSettingsFile "<file location>" 导入刚才下载的设置文件(文件要在命令所在的目录上)
4.检查下是否连接成功。
5.如果曾经导入过多个订阅,可以使用Select-AzureSubscription进行选择。先查看订阅Get-AzureSubscription
6.选择订阅。
本文出自 “月缺” 博客,请务必保留此出处http://yueque.blog.51cto.com/4580340/1600136
评论(0)