Tools: Write A Blog Showing Step-by-step Details With The Screenshots On...
Deploying a virtual machine (VM) on Microsoft Azure is a fundamental skill for cloud computing. In this tutorial, I'll walk you through the entire process of creating and connecting to a Windows Server VM on Azure, using the screenshots from my actual deployment. Prerequisites Before we begin, make sure you have:
An active Microsoft Azure account A valid Azure subscription Basic understanding of cloud computing concepts
Step 1: Navigate to Virtual Machines First, log into the Azure Portal and navigate to the Virtual Machines service.
From the left sidebar, click on Virtual machines under the Infrastructure section. This takes you to the VM management dashboard, where you can view, create, and manage all your virtual machines.
Step 2: Create a New Virtual Machine On the Virtual Machines page, you'll see a message indicating "No virtual machines to display" if this is your first VM.
Click the + Create button, then select Virtual machine from the dropdown menu to begin the VM creation process.
Step 3: Choose VM Type Azure will present you with several VM creation options
For this tutorial, we're selecting Virtual Machine—the standard option that's best for lower-traffic workloads, testing, or controlling/highly customizing apps, OS, or file systems. You can later attach it to a Virtual Machine Scale Set (VMSS) if your workload grows. Click on this option to proceed to the configuration page.
Step 4: Configure Basic Settings Now comes the important part—configuring your VM's basic settings.
Subscription: Select your Azure subscription (leave as default: "Azure subscription 1") Resource group: Click "Create new" to create a new resource group. This helps organize and manage your Azure resources together.
Source: Dev.to