Manage virtual machines in Azure.
Part of az
, the command-line client for Microsoft Azure.
az vm list
UbuntuServer 18.04 LTS
Virtual Machine and generate ssh keys:
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 This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB