# Challenge 1: Virtual Machines - Create a virtual machine using the Azure portal

# Here is what you will learn 🎯

  • Create a VM using the Azure portal
  • See what belongs to a VM
  • use naming convention for VM Azure artifacts

# Create a virtual machine

  • Search for virtual machines in the portal and hit the '+' symbol to add a VM:

    vmservices.png

  • Create the VM according to the table:

Name Values
Resource group %use from previous lab%
Virtual machine name vm<policy name or app name><###>
Region North Europe
Availability options Availabilty set
Availability set
  • Name: avail-<app or service name>-<subscription type>-<region>-<###>
  • Fault domains: 2
  • Update domains: 5
Image Windows Server 2019 Datacenter - Gen1
Size %Choose a size%
Username not 'Admin' nor 'Administrator' nor 'root'
Password %complex enough%
OS disk type Standard SSD
Virtual network e.g. the vnet from previous challenge-00
Public IP _e.g. the public IP from previous challenge-00
Boot diagnostics Disable
Tag e.g. creator : %yourName%

# Result

You should find the following Azure artifacts in your resource group after this challenge:

azure artifacts in resource group after challenge

◀ Previous challenge | 🔼 Day 1 | Next challenge ▶