Azure Virtual WAN N region Bicep Template

This blog post is about a Bicep Template that I authored to create a lab environment for customer scenarios and use cases. It creates a VWAN with N number of VWAN hubs in N regions. It also creates spoke VNet in each region including a VM. The template can be found in the following location with further details on how to use it.

https://github.com/sameeraman/n_vwan_bicep_template

Some of the example implementations that you can do using the template are below.

Azure VWAN 2 Region Setup

You can provision an Azure VWAN 2 region model including 2 VWAN Hubs, a VNET and VM in each region. The final solution after deployment will look like below.

VWAN 2 Region

Azure VWAN 3 Region Setup

You can also provision a setup with 3 VWAN hubs like above. The final solution after deployment will like below.

VWAN 3 Region