Creating a Virtual Machine in Azure

This guide walks you through the process of creating a new virtual machine (VM) in Microsoft Azure using the Azure portal. Azure VMs provide scalable, on-demand computing resources that you can access and manage easily.

Step 1: Sign in to the Azure portal

Open your web browser and navigate to https://portal.azure.com/. Sign in with your Azure account credentials.

Step 2: Navigate to Virtual Machines

In the Azure portal search bar at the top, type "Virtual machines" and select "Virtual machines" from the search results.

Alternatively, you can click the menu icon (three horizontal lines) in the top-left corner, select "All services", and then find "Virtual machines" under the "Compute" category.

Step 3: Create a new Virtual Machine

On the Virtual machines page, click the "+ Create" button, then select "Virtual machine".

Step 4: Configure Basics

On the "Create a virtual machine" page, you'll see several tabs. Start with the "Basics" tab:

Step 5: Configure Disks

On the "Disks" tab:

Step 6: Configure Networking

On the "Networking" tab:

Note

You can leave most of the settings on the "Management", "Advanced", and "Tags" tabs at their default values for a basic VM creation. Explore these tabs to learn about advanced configurations like monitoring, auto-shutdown, extensions, and custom data.

Step 7: Review and Create

Click the "Review + create" button. Azure will validate your configuration. Once validation passes, review the summary of your VM settings. If everything looks correct, click the "Create" button.

Important

VM creation can take a few minutes. You will see a notification in the portal when the deployment is complete. Once deployed, you can access your VM's public IP address to connect.

Next: Managing your VM Back to Virtual Machines