Azure xplate cli创建虚拟机

Azure的管理工具多种多样。其中Portal和PowerShell是经常使用的。

但用MAC和Linux的同学最喜欢的还是Bash环境。

Azure也提供了跨平台的命令行工具:Azure xplate cli。

这个工具可以运行在MAC、Linux、Windows上。所以,如果用好了这个工具,灵活性是最大的。

而且在微软内部Azure培训时,很多同事使用的都是xplate cli。

只是似乎xplate cli的版本发布比PowerShell还是要慢一些。

azure account download -e AzureChinaCloud

azure account import /Users/hengwei/Downloads/Enterprise\ Trial-9-3-2015-credentials.publishsettings

azure account list

info:    Executing command account list

data:    Name                              Id                                    Tenant Id  Current

data:    --------------------------------  ------------------------------------  ---------  -------

data:    Enterprise Trial                  81ded835-ebe4-4fdc-89a2-0b89310b3790  undefined  true 

info:    account list command OK

 

采用Azure CLI进行显示: 

azure vm list
info: Executing command vm list
+ Getting virtual machines
data: Name Status Location DNS Name IP Address
data: --------------- ------------------ ----------- -------------------------------- ----------

data: hwsyslogc ReadyRole China East hwsyslog.chinacloudapp.cn 10.1.3.4
data: hwsyslogs ReadyRole China East hwsyslog.chinacloudapp.cn 10.1.4.4
info: vm list command OK

 

posted @ 2016-01-21 15:46  衡子  阅读(416)  评论(0编辑  收藏  举报