This content originally appeared on DEV Community and was authored by Isaiah Izibili
Azure Virtual Machine (VM) is a scalable, cloud-based computing resource offered by Microsoft Azure that functions just like a traditional computer—but in the cloud. It allows users to run applications, host websites, manage servers, or simulate workloads without owning physical hardware.
Kindly see below steps involved in Creating an Azure Virtual Machine:
- Login to Microsoft Azure at https://portal.azure.com
- Search for a Virtual Machine from the Search bar
- Create a virtual machine
- Create a Resource group and give it a name
- Give your virtual machine a name, choose a region, choose availability zone, choose a zone.
- Choose an image
- Choose image size
- Create a login detail for administrator account and give it a name and password
- Select the inbound port
- Select License
- Under Monitoring, disable boot diagnostic
- Go to tag and add name and value
- Review and create virtual machine
- Deployment in progress
- Deployment is complete
- Connect the virtual machine
- |Download the RDP file and open file
- The virtual machine has been created.
This content originally appeared on DEV Community and was authored by Isaiah Izibili