How to Create Virtual Machine In Azure
Click on Create --> Azure Virtual Machine
Below screen will be pop up
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
We have to add 1 more Inbound Port like Http (80)
After click Review + Create will get given below screen
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
Comments
Post a Comment