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

Proxy Information
Original URL
gemini://freeshell.de/tldr/az-vm.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
103.781082 milliseconds
Gemini-to-HTML Time
0.35904 milliseconds

This content has been proxied by September (ba2dc).