Skip to content

Instantly share code, notes, and snippets.

@rossarioking
Created January 19, 2023 20:56
Show Gist options
  • Save rossarioking/1ae52c731a7da9b2cddf03e0cd0c345d to your computer and use it in GitHub Desktop.
Save rossarioking/1ae52c731a7da9b2cddf03e0cd0c345d to your computer and use it in GitHub Desktop.
Create VM with Azure CLI
az vm create \
--resource-group learn-eb27549d-6f40-4a1c-852e-edc60ea4e9b8 \
--name my-vm \
--image UbuntuLTS \
--admin-username azureuser \
--generate-ssh-keys
@rossarioking
Copy link
Author

Remove-AzVM -Name LabVM -ResourceGroupName <RESOURCE_GROUP_NAME>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment