-1

I am looking for an ARM template to establish Vnet peering between multiple Vnets (more than 10 Vnets) present in Different Resource Groups.

Could someone please help me ?

Vikranth S
  • 481
  • 5
  • 10

1 Answers1

0

If you want to peer with existing VNets, you could refer to this template with two existing VNets in the same or different resource group. If you have more than 10 VNets, you may deploy the template more times. The main idea is to define the existing VNet resources as parameters section of your template, then refer to the VNet peering template reference and add the JSON content to the resources section of your template.

For more references, you could understand the structure and syntax of Azure Resource Manager templates and VNet peering Requirements and constraints.

Nancy
  • 26,865
  • 3
  • 18
  • 34