Step1 – Create a New VM
In the search bar at the top, type "Virtual Machines" and click on it.
Click "Create" → "Azure virtual machine"
Step 2 – Configure the Basics
Subscription: Select your Azure subscription.
Resource group: Create a new one or choose an existing group to organize resources.
Virtual machine name: Give your VM a unique name.
Region: Choose where to deploy the VM (closest to your users or data).
Image: Select the operating system ( Windows Server,
Size: Pick a VM size based on CPU, memory, and performance needs.
Authentication type:
Password (username + password)
SSH key (recommended for Linux)
Enter admin username and password
Select your Azure subscription, Create a new one or choose an existing group to organize resources.
Give your VM a unique name.
Region: Choose where to deploy the VM (closest to your users or data).
Click on the availability zone
click on Image: Select the operating system, security type, spot discount
next step
Size: Pick a VM size based on CPU, memory, and performance needs.
Authentication type:
Password (username + password)
SSH key
Step 3 Configure Disks
Choose an OS disk type (SSD for faster performance, HDD for cheaper storage).
Add data disks if needed.
Step4 Configure Networking
Select a Virtual Network (VNet) and Subnet.
Configure Public IP
Step 5 configure the monitoring
Boot diagnostic - disable
Step 6 Review and Create
Azure will validate your settings.
If all is correct, click Create.
Wait for deployment to complete (usually 1–5 minutes).
step 7 Connect to Your VM
Go to your VM in the Azure portal.
Click Connect: RDP
Enter credentials and start using your VM.
Top comments (2)
Welldone
interesting. I told every time my system administrator to create VM (virtual machine) 😜😜 . But now i got how to create.