🌟

Azure Cloud Shell

に公開

https://learn.microsoft.com/ja-jp/training/modules/describe-core-architectural-components-of-azure/4-exercise-explore-learn-sandbox

Powershell

Bash

bashを入力し、Bashモードへ切り替え

pwsh入力し、Powershellモードへ切り替え

Azure CLI 対話型モードを使用する

az interactiveを入力し、対話型モードを開始する

コマンドのプレフィックス「az」部分を除去することは可能

exitで対話型モードをを退出する

Discussion