Changes between Version 1 and Version 2 of jazz/16-04-07


Ignore:
Timestamp:
Apr 7, 2016, 6:11:43 PM (8 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/16-04-07

    v1 v2  
    55 * 註冊 Azure - https://azure.microsoft.com/zh-tw/
    66 * 安裝 Azure CLI - https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-install/
     7 * Docker Hub - https://hub.docker.com/r/microsoft/azure-cli/
     8=== 使用 azure-cli Docker 容器 ==
     9
     10 * 在 Docker主機中,執行:
     11{{{
     12docker run -it microsoft/azure-cli
     13}}}
     14* 安裝好 Azure CLI 之後,您就能從命令列使用者介面 (Bash、終端機及命令提示字元等) 中執行 azure 命令。例如,若要執行 [說明] 命令,請輸入下列命令:
     15{{{
     16azure help
     17}}}
     18* 若要查看您所安裝的 Azure CLI 版本,請輸入下列命令:
     19{{{
     20azure --version
     21}}}