Azure – Create Virtual Machine (Portal)

email me

Create Virtual Machine (Portal)

  1. Choose + Create a resource in the upper left-hand corner of the Azure portal.
  2. In the New page, under Popular, select Windows Server 2016 Datacenter.
  3. In the Basics tab, under Project details, make sure the correct Subscription is selected.
  4. Choose to Create new resource group, unless you already have a resource group. Type myRG1 for the name.
  5. Under Instance details, type myVM1 for the Virtual machine name.
  6. Choose East US for your Location. Leave the other defaults, Image=Windows Server 2016 Datacenter, Size=Standard DS1 v2.
  7. Under Administrator account, provide a username and password.
  8. Under Inbound port rules, choose Allow selected ports and then select RDP (3389) and HTTP from the drop-down.
  9. Leave the remaining defaults and then select the Review + create button at the bottom of the page.

 

Screenshots

 

Notes

Create VM using PowerShell

Do it in a Sim Lab

 

 

tags: MrNetTek