In our earlier article i.e., Part-1 of Azure Networking Series here we understood the basics of Azure Networking, VNETs , and Subnets to an extent. Let us look at how to create a VNets and Subnets.
Before we start deploying a Vnets and Subnets we need to make sure that we design our Vnets with a number of IPs required, of course keeping future requirements in mind.
VNET creation requires the following information
1)Name of the VNET
2)Resource Group
3)Subscription
4)Location
5)IP Address Space in CIDR format.
6)Subnet(s) (During the creation of VNET you need to create at least one Subnet)
Before we start deploying a Vnets and Subnets we need to make sure that we design our Vnets with a number of IPs required, of course keeping future requirements in mind.
VNET creation requires the following information
1)Name of the VNET
2)Resource Group
3)Subscription
4)Location
5)IP Address Space in CIDR format.
6)Subnet(s) (During the creation of VNET you need to create at least one Subnet)