In this article, I am going to try and explain what a VNet in Azure is and also show you how to create one.
What is a VNET
A VNet (Azure virtual network) is basically your own network in Azure. You are able to configure your Azure network settings and define DHCP address blocks, DNS settings, security policies, and routeing. You can also use subnets. Because of this, you are able to deploy Azure IaaS virtual machines (VMs) and PaaS role instances the same way you would in your on-premises infrastructure. You can even expand your network to Azure, bringing your own IP address blocks.
Read the Microsoft guide virtual network overview if you are not familiar with VNets.
How to Create a VNet
Log in to your Azure Subscription by going to https://portal.azure.com
Click the green + and then Search for Virtual network
Click Virtual Network
Ensure Resource Manager is selected and then click Create
You should now be presented with a screen like this
What does each attribute mean?
Once filled in you should have something like
Ensure you have green ticks and then click Create
You have now created a Azure VNet
[AdSense-A]
0 Comments