
Creating a Windows Virtual Machine (VM) in Azure
A virtual machine is a computer in the cloud. Steps to Create a Windows VM in Azure 1. Sign in to Azure Go to the Azure Portal. Log in with your Microsoft account. If you don’t have one, create a free Azure account. 2. Create a New Virtual Machine In the portal, select Create a resource → Virtual Machine. n 3. Configure Basic Settings Go to Basic tab. Subscription & Resource Group: Select your subscription and create or choose a resource group. VM Name: Enter a name for your VM. feb20vm Region: Pick the Azure region closest to you for better performance. Availability Options: Choose redundancy options if needed. No infrastructure redundancy required for high availability. security type chose standard Image: Confirm the Windows OS image. Size: Select the VM size (CPU, RAM) based on your workload. This determines your VMs pricing on an hourly bases. 4. Set Administrator Account Create a username and password for logging into the VM. ### 5. Networking Configure virtual network, subnet, an
Continue reading on Dev.to
Opens in a new tab



