1. Log in to Azure Portal by using your UserName and Password, Once You Log in to the landing page you can see the Virtual Machine option Pls click on that.
![Azure Services]()
2. After clicking the Virtual Machine icon, you'll be directed to the next page. On the left-hand corner, locate the "Create" option. Click on it, then select "Azure Virtual Machine."
![Azure Virtual Machine]()
3. You'll see a list of tabs including Basic, Disks, Networking, Management, Monitoring, Advanced, Tags, and Review + Create. We'll go through each tab and fill in the necessary details.
![Create Virtual Machine]()
4. In the "Basic" tab, choose the subscription model you've already created. In the "Resource Group" field, you have the option to either select an existing resource group or create a new one. Select the appropriate resource group.
- Give a name to your Virtual Machine.
- Select the region where you want to set up the environment.
- Under the "Image" option, select "Windows 2019 x64 gen2."
![Basic details]()
5. In the "Size" option, choose the "Standard" option.
6. In the "Account" section, provide a username and password for the Virtual Machine.
![Administrator Account]()
7. Finally, in the "Select inbound ports" section, ensure that HTTP (port 80), SSH (port 22), and RDP (port 3389) are enabled.
![Licensing]()
8. Now Click Next and Move to the Next Tab "Disk"
- Here select the Disk type as Standard and move to the Monitoring Tab Leave Network and Management Tab as it is.
![Disks]()
9. In the Monitoring Tab Select the option Disable for Boot Diagnostics.
![Monitoring]()
10. Now click the Review + Create and validate that the validation is completed it will show the validation Passed Message.
![Validation]()
11. Select the Create Button to start the Deployment of the Virtual Machine.
![Overview]()
12. Once the deployment is completed below screen will appear.
![Go to resources]()
13. Select the Go to Resource option and navigate to the View Screen there you can see the option as connect in the Left side corner and click the Connect.
![Connect]()
14. Once Clicked connect you may see the option Download RDP file click and download.
![Download]()
15. The downloaded file looks like this.
![VM]()
16. Click the file and open the remote connection.
![Remote desktop connection]()
17. Enter the password and click ok.
![Enter the password]()
18. Now you can see the New Virtual Machine open in the Azure cloud.
![Server Manager]()