search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Az Vm Commands
15 az-vm entries
Limited to 100 results
az-vm Video
Az Vm Command: Create Vm
az vm create -g <rg> -n <vm_name> --image <UbuntuLTS> --admin-user <azureuser> --generate-ssh-keys az-vm Video
Az Vm Command: Create Vm Ubuntu
az vm create -g <rg> -n <vm_name> --image <UbuntuLTS> --admin-user <azureuser> --generate-ssh-keys az-vm Video
Az Vm Command: Create Vm Ubuntu With Ssh Keys
az vm create -g <rg> -n <vm_name> --image <UbuntuLTS> --admin-user <azureuser> --generate-ssh-keys az-vm Operations
Az Vm Command: Deallocate Virtual Machine
az vm deallocate -g <rg> -n <vm_name> az-vm Operations
Az Vm Command: Deallocate Vm
az vm deallocate -g <rg> -n <vm_name> az-vm Operations
Az Vm Command: List Available Vms
az vm list --output table az-vm Video
Az Vm Command: List Azure Marketplace Vm Images
az vm image list az-vm Video
Az Vm Command: List Vm Images
az vm image list az-vm Operations
Az Vm Command: List Vms
az vm list --output table az-vm Archive
Az Vm Command: Restart Virtual Machine
az vm restart -g <rg> -n <vm_name> az-vm Archive
Az Vm Command: Restart Vm
az vm restart -g <rg> -n <vm_name> az-vm Archive
Az Vm Command: Start Virtual Machine
az vm start -g <rg> -n <vm_name> az-vm Archive
Az Vm Command: Start Vm
az vm start -g <rg> -n <vm_name> az-vm Operations
Az Vm Command: Stop Virtual Machine
az vm stop -g <rg> -n <vm_name> az-vm Operations
Az Vm Command: Stop Vm
az vm stop -g <rg> -n <vm_name>