Last active
August 11, 2021 06:04
-
-
Save atulkamble/f287ccb1b97ad8b47f84aa79af8c5861 to your computer and use it in GitHub Desktop.
create an Azure VM with the az vm create command.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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