Skip to content

Instantly share code, notes, and snippets.

@vtrifonov-esfiddle
Created April 29, 2020 16:19
Show Gist options
  • Save vtrifonov-esfiddle/a639cdadb268386c6b015fe1d64d1d35 to your computer and use it in GitHub Desktop.
Save vtrifonov-esfiddle/a639cdadb268386c6b015fe1d64d1d35 to your computer and use it in GitHub Desktop.
Create test azure VM
az group create --name testVm
az vm create `
--resource-group testVm `
--name test `
--image Canonical:UbuntuServer:18.04-LTS:latest `
--admin-username azureuser `
--generate-ssh-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment