An Azure virtual network (VNet) is a representation of your own network in the cloud. You can control your Azure network settings and define DHCP address blocks, DNS settings, security policies, and routing. You can also further segment your VNet into subnets and deploy Azure IaaS virtual machines (VMs) and PaaS role instances. In the same way, you can deploy physical and virtual machines to your on-premises datacenter. In essence, you can expand your network to Azure, bringing your own IP address blocks.
Source
Step 1
Login into Microsoft Azure (https://portal.azure.com) portal with your credentials.
Step 2
Click on the Create resource button on the left side blade.
Step 3
Select Networking Option and then Click on the Virtual network button.
Step 4
Enter the unique name for the virtual network “dotnetlearningschool.com-vnet-hc-si” (domain –vnet-horizontal group-region)
Step 5
Enter the IP address for the above-mentioned vnet.
Step 6
Select yourAzuree subscription account as of now I am using “Free Trial” account.
Step 7
Create a new/select existing resource group.
Step 8
Select any region from location drop-down; here I have selected “South India.”
Step 9
Enter the name for subnet and enter the IP address for the same.
Step 10
Click on the Create button.
Step 11
Once vnet is created we will be notified from the Notification Window. Then Click on the Go to resource button in the Notification Window or click on the All resources button in right side blade.
Step 12
Click on the All resources button on the right side blade, then you will get a list of resources.
Step 13
Click on any one of the vnets which are available in the all resource group section and we can check detailed information about the selected vnet/ particular item.
Step 14
Click on the Subnets button in the right side blade and then click on the Subnet button to create subnets for the selected vnet item.
Step 15
Click on the Create a resource button on the left side blade.
Step 16
Select Compute Option and then filter with windows server and hit enter.
Step 17
Choose Windows Server 2012 Datacenter and then click on the Create button.
Step 18
Enter virtual machine name “VM-hc-si-prod” and then select region.
Step 19
Select the size of the virtual machine and then choose a particular item from the list.
Step 20
Set a username and password for the VM and then click on the Next: Disks >
Step 21
If you want to set a private IP then select None in public IP section.
Step 22
If you want to enable RDP for the VM then set RDP port.
Step 23
Other tabs like Management, Guest config Tags Review + create can be the default option, then click on the Review + create.
Step 24
Create button will be enabled, once all the validation is passed and click on the Create button to create VM.