💾 Archived View for freeshell.de › tldr › az-vm.gmi captured on 2024-02-05 at 10:21:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

az vm

Manage virtual machines in Azure.
Part of `az`, the command-line client for Microsoft Azure.

More information.

az vm list
az vm create --resource-group {rg} --name {vm_name} --image {Canonical:UbuntuServer:18.04-LTS:latest} --admin-user {azureuser} --generate-ssh-keys
az vm stop --resource-group {rg} --name {vm_name}
az vm deallocate --resource-group {rg} --name {vm_name}
az vm start --resource-group {rg} --name {vm_name}
az vm restart --resource-group {rg} --name {vm_name}
az vm image list
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY