Changes between Version 3 and Version 4 of jazz/16-04-07
- Timestamp:
- Apr 7, 2016, 6:21:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/16-04-07
v3 v4 9 9 10 10 * Docker Hub - https://hub.docker.com/r/microsoft/azure-cli/ 11 * azure-cli 的 github - https://github.com/azure/azure-xplat-cli 11 12 * 在 Docker主機中,執行: 12 13 {{{ … … 21 22 azure --version 22 23 }}} 24 * 參考 https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-connect/ 完成帳號綁定 25 {{{ 26 root@azure:~# azure --version 27 0.9.19 (node: 4.2.4) 28 root@azure:~# azure login 29 info: Executing command login 30 -info: To sign in, use a web browser to open the page https://aka.ms/devicelogin. Enter the code G*K*N*D*L to authenticate. 31 /info: Added subscription Free Trial 32 info: Setting subscription "Free Trial" as default 33 + 34 info: login command OK 35 }}}