This content originally appeared on DEV Community and was authored by daniel shaibu
Deploying a windows 11 VM
- open the azure account and search for virtual machine in the search bar.
- Click on create
- On the basic tab, at the section of resource group, click on create new if you haven’t created any before.
- Give the virtual machine a name and also select a region
- In the availability, we will be selecting No infrastructure redundancy required because we are using a free trail account
- select image ( the image means your operating system). we will be selecting window 10 or window 11.
- create the username and password
- Select the Inbound port rules, for windows it will be RDP but for LINUX it will be SSH and if you want to check anything online then you select HTTP as the protocol
- Click on confirm then review and create
- Locate the monitoring section, disable diagnostic
- in the tag section fill the necessary value
- Review and create
- Go to resource
- Click on the IP address
- increase the timeout and save
- Go to the overview page
- click on connect
- Download RDP file( if you are using a windows you just need o download directly but if you are using a Mac you need to download a windows app)
- Click on connect
- Supply the user/password
- Your virtual machine is ready
This content originally appeared on DEV Community and was authored by daniel shaibu