Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created August 1, 2020 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/f86051cad106e812560dcec84696d4f5 to your computer and use it in GitHub Desktop.
Save johnlokerse/f86051cad106e812560dcec84696d4f5 to your computer and use it in GitHub Desktop.
[string] $resourceGroupName = "rg-blogpost"
az vm create --name vm-euw-blogpost-webserver01 `
--size Standard_B2s `
--nics nic-blogpost `
--image CentOS `
--admin-username "blogadmin" `
--authentication-type "ssh" `
--generate-ssh-keys `
--resource-group $resourceGroupName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment