Skip to content

Files

This branch is 39392 commits behind Azure/azure-quickstart-templates:master.

101-two-subnets

Virtual Network with two Subnets

This template allows you to create a Virtual Network with two subnets.

Below are the parameters that the template expects

Name Description
location Region where the resources will be deployed
vnetName Name for the new virtual network
addressPrefix Address prefix for the Virtual Network specified in CIDR format
subnet1Name Name for first subnet
subnet1Prefix Prefix for the Subnet-1 specified in CIDR format
subnet2Name Name for second subnet
subnet2Prefix Prefix for the Subnet-2 specified in CIDR format