DEV Community

Folashade Chijioke
Folashade Chijioke

Posted on • Updated on

Step by Step Guide to Launching a Windows 11 VM on Azure.

Are you ready to dive into the world of cloud computing? Today,I'm going to walk you through how to spin up a windows 11 virtual machine (VM) on Microsoft Azure, the cloud platform that's got everyone buzzing.

Why Azure VMs?

Before we get hands-on let's quickly cover why you'd want a windows 11 VM on Azure.

  • Scalability: Need more power? Azure's got your back. Easily adjust your VM's resources as your needs go.
  • Flexibility: Azure's global network means you can deploy your VM in the region that works best for you.
  • Cost Efficiency: Only pay for what you use, no hefty upfront hardware investment required.
  • Windows 11 Goodness: Get all the latest features and security updates of windows 11 in a virtual environment.

Gear Up - What You'll Need

  1. An Azure Account: If you don't have one, sign up for free account. You will get some free credits o play around with!
  2. Basic Azure Knowledge: This guide assumes you're familiar with the Azure portal.

Let's Get Building!

Step 1: Open The Azure Portal
log in to the portal(https://portal.azure.com/). It's your control center for all Azure resources.

Image description

Step 2: Create a New virtual Machine

  • Click on "create a resource"> Compute > Virtual Machine Or you can click directly on "Virtual Machines"

Image description

  • On The Project Details: Choose a Subscription and resource group or (create a new one).

Image description

  1. Name your VM (e.g.,"windows11VM")
  2. Select your region (Pick one close to you for optimal performance).
  3. For the image, choose "windows 11".

Image description

Step 3: Configure Your VM

  1. Choose the size (VM type) that matches your need. Start small: you can always scale up later.
  2. Set your Administrator username and password.
  3. For inbound ports, select "Allow selected ports" and open port 3389 for RDP access.
  4. Skip every other step for now until Review and Create.

Image description

Image description

Step 4: Review and Create
Double-check your settings and click "Create". Azure will now go to work and provision your windows 11 VM.

Image description

Step 5: Connect To Your VM

Once you click on "Create" your screen will read Validation passed

Image description
After the validation has been passed, it further indicates deployment in progress.

Deployment complete

Image description
Click on "Go to Resource" > "Connect" > "Connect" > "Download RDP file"
Connect using your Administrator credentials

Image description

Boom! you are now connected to your new windows 11 VM on Azure.

Image description

Image description

Top comments (0)