Advertisement
rock6064

Azure

Jun 14th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. az vm create \
  2. --name myVM \
  3.  
  4. --image MicrosoftWindowsDesktop:Windows-10:19h1-pro:18362.116.1 \
  5. --size Standard_DS3_v2 \
  6. --location southeastasia \
  7. --admin-username labadmin \
  8. --admin-password Password2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement