Creating a VM in Azure Portal
📖 Scenario: You are starting a new project and need a virtual machine (VM) to run your application. You will create a VM in the Azure Portal step-by-step.
🎯 Goal: Build a simple Azure virtual machine with basic settings using the Azure Portal interface.
📋 What You'll Learn
Create a resource group named
MyResourceGroupCreate a virtual machine named
MyVMUse
Standard_B1s as the VM sizeUse
UbuntuLTS as the VM imageSet the admin username to
azureuser💡 Why This Matters
🌍 Real World
Creating virtual machines is a common task to run applications or services in the cloud.
💼 Career
Cloud engineers and developers often create and manage VMs to deploy software and test environments.
Progress0 / 4 steps