• 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

     

  • 相关阅读:
    Matplotlib Date Index Formatter 日期索引格式化学习
    Matplotlib 日期格式转换
    Matplotlib基础 可视化绘图 学习笔记
    Python 修饰符@用法
    Linux下基于shell脚本实现学生信息管理系统
    JavaScript的popup框
    HTML语言发展史
    CSS grid 模板
    JavaScript中的正则表达式
    position的四个属性值
  • 原文地址:https://www.cnblogs.com/hengwei/p/4781332.html
Copyright © 2020-2023  润新知