Microsoft Azure Overview
Microsoft Azure is a cloud platform that helps individuals and organizations provision, deploy, and operate cloud-based services and IT assessment. When you are starting to use Azure, you create an Azure account. Microsoft lets users start Azure with a free Azure account. In Azure, the maximum number of services and resources is applied on per-subscription and per-region levels.
Azure Resource Manager (ARM) versus Azure Service Manager (ASM)
Microsoft Azure has two different deployment models:
The first is called the Azure Service Management model.
In this model, each resource that existed in the cloud is independent and has no connection with another cloud.
The resources for hosting virtual machines are provided by a Cloud Service, which is required in this model so that it acts as a container to host these VMs.
There is also a network interface card (NIC) and an IP address, which are allocated by Azure linked with this VM.
The VHD for each virtual machine is usually saved as a page blob in Azure Storage. A storage account is also required in this model.
These VHDs stores the operating system as well as the temporary and additional data disks.
If you want to deploy a virtual network, (optional) with the classic deployment model, you can create a subnetted structure and allocate the subnets in the same VNET,
and let the target virtual machine use the same VNET.