az vm start/stop
注意Azure VM 起動/停止
az vm start -g <rg> -n <name>
Azure VMを起動/停止/割当解除する。deallocateで課金停止。
実行例
az vm deallocate -g rg1 -n web01課金停止で停止
書式
az vm start|stop|deallocate -g <rg> -n <name>
実行前の注意
停止はサービス断。RG/名前を確認。
関連コマンド
- az vm listAzure VM一覧
- az login / account showAzure認証確認