DEV Community

Cover image for Deploying a Windows 11 Virtual Machine (VM) on Microsoft Azure
Adejumoke Akinnuwesi
Adejumoke Akinnuwesi

Posted on

Deploying a Windows 11 Virtual Machine (VM) on Microsoft Azure

Hello readers ! Trust you are all doing great.
Virtual machine can be seen as a computer system that is created inside another physical computer using software based approach. It runs an operating system such as Windows, Linus etc like a physical computer system.
In this article of mine,I will like to show you how you can create a virtual machine on a Windows operating system.


  • In the portal, search for and select Virtual machines

search_virtualmachine

  • Select + Create.Select virtual machine

type_virtual machine

  • Select Basic tab and complete the Project and Instance details.Choose your resource group. Like every physical computer has a name , also at the instance details, input the name of your virtual machine, select region and availability options

basics1

basics2

  • Set the Administrator's details by inputting your username and password and set the Inbound port to HTTP 80

admin_inbound

  • Review the Licensing rights and check the box, Review and create

license box

  • Select the Monitoring tab , ensure boot diagnostic is set to Disable and Review and Create

disable

create1000

  • Wait for the deployment of the virtual machine and Go To Resource

deploymnet

  • Click on the Primary Ip address and set Idle timeout to 30>> Click on Apply primaryip idle timeout
  • Navigate back to the virtual machine and Click on Connect

connection

  • Click on Check Access

access_chk

  • Download the RDP file - Remote Desktop Protocol file- This allows remote connection and control to another computer or server over the network

port_rdp

Access Windows 11 via Remote Desktop

  • Open the downloaded .rdp file rdpopen
  • Check the agreement box and click Ok. rdpopen2
  • Click on Connect connect1
  • Enter the administrator username and password you created earlier. loginpg
  • Accept the certificate warning if prompted certificatew -Below is the virtual machine deployed virtualmachinereveal

Top comments (0)