iT邦幫忙

2022 iThome 鐵人賽

DAY 8
0
IT管理

Azure開發者必備掌握的基本系列 第 8

Azure開發者必備掌握的基本_第08天_Azure Cloud Shell與AZ CLI介紹與使用

  • 分享至 

  • xImage
  •  

Azure CLI
• 用於管理 Azure 資源和服務的指令介面。
• 用於執行腳本以自動執行任務。
• 可以透過瀏覽器中通過 Azure Cloud Shell 使用它
• 可被安裝在 Windows、Mac、Linux、Ubuntu 和 Docker 上

通常在此可點進瀏覽器版本的cmd
https://ithelp.ithome.com.tw/upload/images/20220920/20107452siT0V0pMkP.png

默認可選兩種不同模式powershell或bash
https://ithelp.ithome.com.tw/upload/images/20220920/20107452fzF7Qk2s8a.png

可先查看當前azure cli版本 確認cli有運作正常

az --version

https://ithelp.ithome.com.tw/upload/images/20220921/20107452kYMqvfqY9F.png

也可先查看cli用法

az resource --help

https://ithelp.ithome.com.tw/upload/images/20220921/20107452dyW2zSrsge.png

針對特定某個指令查看幫助

az resource list --help

https://ithelp.ithome.com.tw/upload/images/20220921/20107452htfnivaLQk.png

默認陳列資源方式採用json
az resource list
https://ithelp.ithome.com.tw/upload/images/20220921/20107452HgBfXpX40Z.png

也可透過-o table更改輸出格式

az resource list -o table

https://ithelp.ithome.com.tw/upload/images/20220921/20107452r4J1ZW7Sh3.png

藉由指令來進行登入

az login

預設cloud shell已經自動登入就不需要了
https://ithelp.ithome.com.tw/upload/images/20220921/20107452leiGWPGW3O.png

查看group 清單則可透過

az group list -o table

https://ithelp.ithome.com.tw/upload/images/20220921/20107452zUdAhtuGKZ.png

若有要透過指令額外生成resource group
也可透過

az group create
az group create --help

https://ithelp.ithome.com.tw/upload/images/20220921/20107452Nrb9bH727e.png

例如

az group create -l "japaneast" -n MyJapanGroup

https://ithelp.ithome.com.tw/upload/images/20220921/20107452VButRdRZAC.png

若要登出則可透過

az logout --username <username>

https://ithelp.ithome.com.tw/upload/images/20220921/20107452KGg8gIWOtc.png

其餘常用command如下
https://ithelp.ithome.com.tw/upload/images/20220920/20107452zjS8FjPMkD.png


上一篇
Azure開發者必備掌握的基本_第07天_SQL資料庫服務大致簡介
下一篇
Azure開發者必備掌握的基本_第09天_虛擬機器
系列文
Azure開發者必備掌握的基本30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言