How to Create Virtual Machine In Azure
Click on Create --> Azure Virtual Machine Below screen will be pop up Now Create Resource Name age compute-rg Give Virtual machine name as my-first-vm Now we need to make 3 Important Decision 1. Region: choose the default one: East US 2. Image: which OS that also you can choose the default one: Ubunto 3. Size : Chose B1s as this provide Free Authentication type we will be using as SSH public Key We have to add 1 more Inbound Port like Http (80) So now we can access this virtual machine by two ports SSH 22 and HTTP 80 After click Review + Create will get given below screen Click on Create By Above step we have created and SSH key and we can download the private key and store it Here is importatnt warning do not share the ssh key other wise that person can access your virtual machine