Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active August 11, 2021 06:04
Show Gist options
  • Save atulkamble/f287ccb1b97ad8b47f84aa79af8c5861 to your computer and use it in GitHub Desktop.
Save atulkamble/f287ccb1b97ad8b47f84aa79af8c5861 to your computer and use it in GitHub Desktop.
create an Azure VM with the az vm create command.
az vm create \
--resource-group TestResourceGroup \
--name test-wp1-eus-vm \
--image win2016datacenter \
--admin-username jonc \
--admin-password aReallyGoodPasswordHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment