Creating a blog post with step-by-step details and screenshots on deploying and connecting to a virtual machine (VM) involves several stages. Outlined below are the various steps involved in deploying a VM.
_STEP 1. Sign to the Azure Portal. _
Access the Azure portal by typing in portal.azure.com in the web browser and sign in with your registered email and password.
STEP 2. Create a Resource.
There are three options to choose from in creating a VM
i. Click on Create a Resource and select Virtual Machine.
ii. Search for VM in the search bar
iii. Click on Virtual Machine on the dashboard.
STEP 3. Configure Basics.
a. Select Subscription, create a resource group, and VM
b. choose a Region and Availability options.
Regions are geographical locations where the VM will be deployed. Regions are selected based on the proximity to the users.
Availability option refers to making provisions for redundancy in case of failures.
c. Select the OS (Windows or Linus)
Go to image and select Windows 11
STEP 4. Choose a VM size
Pick a VM size based on the required CPU, Memory, and Storage.
STEP 5. Configure Setting.
a. Set up Administrator Account.
You confirm and click next (Disks)
Because we are creating a simple VM, we leave all the options at default and click on next (Networking)
b. Configure Networking, Management, and Monitoring Options.
For Networking, Management and Monitoring; the Settings will be on default simply because what we are creating is a simple VM.
Next is Advanced
Next is Tags
The importance of Tags is that it helps organize your resources so that you can easily trace and organize them.
STEP 6. Review and create.
Review the configuration and create the VM.
The screenshot above is showing Validation passed. Validation passed means you can go ahead and create your VM. If it says otherwise or an error message, it simply means you have to go back and correct the error.
STEP 7. Create
To create the VM, you click on create at the bottom of the page.
After clicking create, it will bring up the page below showing that deployment is in progress. This might take a while. Usually, it takes a few minutes. It will show a list of other resources created alongside the VM
After deployment has been completed as shown below, you click on 'Go to Resource'
The next page that comes up shows an overview of the VM created. The name of the VM created, the properties, the operating system, the size, the location, the public IP address etc
STEP 8. Connect
To connect to the VM created, you click on connect as shown in the image below.
After connecting, you then download and open the RDP file.
After downloading and opening the RDP, you will get a prompt to login with your password. You input your password and then, you connect.
Top comments (0)