Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. https://docs.microsoft.com/en-us/learn/modules/n-tier-
  2.  
  3. architecture/3-deploy-n-tier-architecture?lc=1033
  4.  
  5. az vm create \
  6. --name myVM \
  7. --resource-group Learn-9c4805f6-1a36-4fa6-8c13-ad2fb5a5525f \
  8. --image MicrosoftWindowsDesktop:Windows-10:19h1-pro:18362.116.1
  9.  
  10. \
  11. --size Standard_DS3_v2 \
  12. --location southeastasia \
  13. --admin-username ThTon-0289
  14. --admin-password Dothetoan7896
  15.  
  16. https://bit.ly/2ILYcXW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement