Skip to content

Latest commit

 

History

History

1-hub-and-spoke

Hub and Spoke

Contents

The terraform codes in this collection cover different hub and spoke network patterns using standard VNET solutions.

Terraform Code

This terraform code deploys a single-region Secured Virtual Network (Vnet) hub and spoke topology using Azure firewall and User-Defined Routes (UDR) to direct traffic to the firewall.

Secured Hub and Spoke (Single Region)

Terraform Code

This terraform code deploys a multi-region Secured Virtual Network (Vnet) hub and spoke topology using Azure firewall and User-Defined Routes (UDR) to direct traffic to the firewall.

Secured Hub and Spoke (Dual Region)

Terraform Code

This terraform code deploys a single-region standard Virtual Network (Vnet) hub and spoke topology.

Hub and Spoke using NVA (Single Region)

Terraform Code

This terraform code deploys a multi-region Virtual Network (Vnet) hub and spoke topology with dynamic routing using Network Virtual Aplliance (NVA) and Azure Route Server (ARS).

Hub and Spoke using NVA (Dual Region)