Wednesday 19 February 2020

How do we create a virtual machine using Azure cloud Shell

Hi Cloud Architects,

We can create VM using Azure cloud Shell with below simple steps :

Step 1: Create a resource Group using azure portal(portal.azure.com)

Step 2: Login to Azure cloud Shell from Azure portal

Step 3: Use below command to create Virtual machine.

az vm create –resource-group AZExamDemo –name Testvm –image UbuntuLTS –generate-ssh-keys

Step 4: Access your Test Vm from Azure portal under Dashboard.


Enjoy Cloud learning…

Thanks,

Rafi