Programmatically Find Next Available CIDR for Subnet
Update The code out on GitHub has been enhanced by Craig Thacker to add support for Terraform, so that you can use it to automate the creation of subnets and…
24/03/2022
Subnet peering refers to a method of connecting two Virtual Networks (VNETs) by linking only the subnet address spaces rather than the entire VNET address spaces. It lets users specify which subnets are supposed to participate in the peering across the local and remote vnet. It is an added…