Windows Virtual Machine in Azure Portal

This post has been republished via RSS; it originally appeared at: New blog articles in Microsoft Community Hub.

Virtual Machine (VM) is like any physical laptop, smartphone, or server that we use in our day-to-day life. It has features like CPU, memory, storage size, and different networking ports with boot disk similar to the gadgets mentioned above.  

But these are virtual computers unlike laptops, smartphones that are physical and tangible. They exist as code and can be referred to as a computer inside a computer.   

 

Virtual machines are a part of Azure’s Infrastructure as a Service (IaaS) offering that allows you to have the flexibility of virtualization without having to invest in the underlying infrastructure.  

 

Advantages of VMs:   

The portability, flexibility, and availability of virtual machines give us many benefits:   

  • It saves costs on maintenance, electricity, and the need for infrastructure. 
  • It is quicker and faster to have a new virtual machine up and running. 
  • It has a much lower downtime compared to physical hardware. 
  • It is easily scalable and gives the same performance for each and every separate instance we require. 
  • It is safe and secure as any application running in the virtual machine’s environment doesn’t affect the main system. 

 Let's explore how to create and work with Windows virtual machines in Azure. 

 

To create virtual machine  

 

  1. Sign into your subscription in the Azure portal (https://portal.azure.com/) using your admin credentials 
  2. Enter virtual machines in the search. 

rtripurani_0-1673477583711.png

 

  1. Under Services, select Virtual machines
  2.  In the Virtual machines page, select Create and then Azure virtual machine. The Create a virtual machine page opens. 

rtripurani_1-1673477583722.png

 

  1. On the next page, choose the subscription from the dropdown (most likely your Azure Grant subscription) 
  2. Under Resource Group, click Create New and give it a name, this is just for you so name it something recognizable, such as myVMdemo. It’s important to note the name (must be all one word). 
  3.  Under Instance details, enter myVM for the Virtual machine name  
  4. Select your Region from the dropdown 
  5. Choose Windows Server 2019 Datacenter - Gen 2 for the Image. Leave the other defaults. 

rtripurani_2-1673477583728.png

 

  1. Under Administrator account, provide a username, such as vmuser and a password. (Remember this username and password) 
  2. Under Inbound port rules, choose Allow selected ports and then select RDP (3389) and HTTP (80) from the drop-down. 

rtripurani_3-1673477583733.png

 

  1. Leave the remaining defaults and then select the Review + create button at the bottom of the page. 
  2. After validation runs, select the Create button at the bottom of the page.  

rtripurani_4-1673477583739.png

 

  1. After deployment is complete, select Go to resource

rtripurani_5-1673477583746.png

 

Congratulations ! Now you have created your VM. Let's see how you can connect to it. 

 

Connect to virtual machine 

These directions tell you how to connect to your VM from a Windows computer.  

  1. On the overview page for your virtual machine, select the Connect > RDP

rtripurani_6-1673477583754.png

 

  1. In the Connect with RDP tab, keep the default options to connect by IP address, over port 3389, and click Download RDP file

rtripurani_7-1673477583759.png

         2. Open the downloaded RDP file and click Connect when prompted. 

rtripurani_9-1673477583770.png

          3. In the Windows Security window, select More choices and then Use a different account. Type the username as localhost\username, enter the password you created for the virtual machine, and then click OK

 

rtripurani_10-1673477583778.png

         

          4. You may receive a certificate warning during the sign-in process. Click Yes or Continue to create the connection 

 

rtripurani_11-1673477583787.png

 

Now you have created a virtual machine and connected to it. You can add cloud backup to it or enable site recovery  

 

ResourceQuickstart - Create a Windows VM in the Azure portal - Azure Virtual Machines | Microsoft Learn 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.