DEV Community

Cover image for Create a Windows 11 VM that is highly available
Wisdom Benson
Wisdom Benson

Posted on

Create a Windows 11 VM that is highly available

Step-by-Step Guide to create a Windows 11 VM on Azure that is highly available

Create a Virtual Machine

Step 1: Search for and select Virtual Machine on Azure portal.

Image description

Step 2: Select Create + and click on Azure Virtual Machines.

Image description

Step 3: For Resource Group select Create New, Give your resource group a name and click on OK to save changes.

Image description

Step 4: Provide a Virtual Machine name. Ensure the name is unique and meets the naming requirements.

Image description

Step 5: Choose at least 2 availability zones.

Image description

Step 6: Select Images & Choose Windows 11 VM.

Image description

Step 7: Go to the Administrator Account and Create a Username & Password.

Image description

Step 8: In the Inbound port roles, select HTTP & RDP.

Image description

Step 9: Go to Monitoring, Disable Boot Diagnostics.

Image description

Step 10: Check Licensing, : By default, this is unchecked. Click the box to check it.

Image description

Step 11: Click on the “Review + Create” button. If the validation passes, the deployment will proceed. If not, note any recommendations, fix them, and try again. Deployment might take 3-5 minutes.

Image description

Step 12: Once the virtual machine is deployed, click on the “Connect” button in the virtual machine blade in the Azure portal.

Image description

Step 13: Click “Native RDP”, select, and wait for the configured sign to be displayed on the right-hand side. Download the RDP file.

Image description

Step 14: Open the RDP file from your local computer and click on “Connect”. Enter the admin details created during the VM setup.

Image description

Step 15: Follow the prompt and click “Continue”. Use the username and password created for the admin section.

Image description

With this steps you will be able to create a Virtual Machine.
Image description

Top comments (0)