Create a Virtual Machine in Microsoft Azure

One of the functionalities of Microsoft Azure is to work as a Infrastructure as a Service (IaaS) platform where virtual machines can be created and hosted. In this post we will look at how to create virtual machines in Azure.

Sign in to https://portal.azure.com with your credential which has a Microsoft Azure subscription tied on to.

SNAGHTML1738949f 

Click on Virtual Machines and click on Add

image

Select the type of virtual machine that needs to be created. In this case I will select a Windows based machine

image

Select the version of Windows. I will be selecting Windows 10

image

You can select a deployment model whether it would be managed by Resource Manager (VM v2) or Classic (VM v1) and click Create.

image

Fill in the relevant details and click OK

image

Select the machine size. You can view the pricing information from the same screen and click select.

image

Optional settings are to be selected and click OK

image

Verify the summary and click OK to create the Virtual Machine

SNAGHTML174cd187

The deployment will start and the dashboard will display the progress

image

By clicking the virtual machines link the status can be viewed of the machines that is being created

image

To connect to the machine that is created, click on the machine name to view the detail page and click on connect

image

The Virtual machine will be connected through remote desktop connection

SNAGHTML1764ec3e

Once connected the machine can be accessed

image

Microsoft Azure Virtual Machines

From a recent change in the Microsoft Azure Portal, when you try to create a Virtual Machine in Azure there are two options that are presented.

image

  1. Virtual Machines
  2. Virtual Machine (Classic)

In this post lets see the difference between the both.

The virtual machines are the new IaaS v2 virtual machines that could be created using the Azure Resource Manager (ARM) features. Microsoft recommends all new virtual machines to be created using this.

The virtual machines (classic) are the v1 machines which were created using the old Azure portal which does not include capabilities from ARM.

The below article describes the detailed functionalities of ARM

https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-compare-deployment-models/