Friday, January 13, 2023

How to create a VM(Virtual Machine) in Microsoft Azure

 

Creating a virtual machine in Microsoft Azure can be done through the Azure Portal

Log in to the Azure using your Azure account.

Click on the "Create a resource" button.

In the search bar, type "Windows Virtual Machine" and select the appropriate option.

A new window will open like below


Then click on create, A new window will popup like below

In the "Basics" tab, fill in the required information, including a name for the virtual machine, the subscription, the resource group, and the location.

In the "Networking" tab, configure the network settings for the virtual machine, including the virtual network and subnet. You can also assign a public IP address, and configure inbound and outbound ports rules and network security groups here.

In the "Management" tab, you can configure automatic shutdown, backup, monitoring, and other options.

Now Click on the "Review + create" button to review the settings and validate it.

After validation, click on the "Create" button to create the virtual machine.

It may take a few minutes for the virtual machine to be created and provisioned. Once it is deployed, you will see a screen like this

Open the VM that you created, and you will see a screen like below

Click on connect and then select RDP

A new form will open like the one below, Click on download RDP file

Once it's done, you can connect the Remote Desktop (RDP) for Windows, and the credentials will be the same that you entered while creating the VM