Posts

Showing posts from August, 2022

How to create a Virtual Machine (VM) on Azure

Image
A VM is just like a machine on which you are currently reading this article, but the only difference is that it is hosted somewhere else, and you are not required to worry about maintaining it patching it for security, etc. For creating a virtual machine (VM) on Azure. Follow the following steps to spin up a VM.   Note: You can find the practical demo at https://www.youtube.com/watch?v=m4YokjglC-o&t=3s    Once you are logged into the Azure portal. You need a resource group to create a resource, in our case, it is a VM. Think of the resource group as a container that is used to accumulate all the related resources. And to create a resource group click on the Resource Groups icon.   Click on the + Create button to create a new resource Group (as shown in the below image)     Now you must be seeing Create a Resource Group form (as shown in the below image). You are required to fill out the for...