Skip to main content

Azure Extended Zone Connectivity to Virtual WAN

·445 words·3 mins

alt

Introduction
#

This blog post shares an engineering validated pattern for establishing connectivity between Azure Extended Zones and Azure Virtual WAN environments. Currently, Virtual WAN hubs cannot be deployed within Extended Zones, so we need alternative approaches to bridge these environments.

Below is a summary of connectivity options between Extended Zones and Azure regions:

Connectivity Options for Extended Zone to Azure Region
#

Connectivity MethodHub-Spoke EnvironmentVirtual WAN Environment
Global VNET PeeringRecommended option for connecting Hub-Spoke network hubsNot supported when hosting a gateway in Extended Zone VNET
SD-WAN Network Virtual ApplianceEstablish connectivity using SD-WAN tunnelsEstablish connectivity using SD-WAN tunnels
ExpressRouteNot recommended due to added latency and bandwidth constraintsRecommended option given current lack of Virtual WAN hub support in Extended Zones

For this implementation, we’ll use ExpressRoute to connect the Extended Zone environment to other Azure regions.

Configuration
#

This setup follows the same configuration pattern used for establishing coexistence between Hub-Spoke environments and Virtual WAN. The key requirement is enabling bidirectional traffic flow between the two gateway types.

Essential Configuration Settings:

  • Hub-Spoke ExpressRoute Gateway: Enable “Allow traffic from remote Virtual WAN networks”
  • Virtual WAN ExpressRoute Gateway: Enable “Allow traffic from non Virtual WAN networks”

Below is my ExpressRoute Gateway deployed to Extended Zone VNET.

alt
Below configuration enables ExpressRoute Gateway to recieve routes from Virtual WAN ExpressRoute Gateway
alt

Validating Connectivity
#

Step 1: Verify Extended Zone VM Routes
#

First, validate that VMs in the Extended Zone are learning routes from the Virtual WAN environment through the ExpressRoute Gateway.

alt

Effective routes from my VM in Perth Extended Zone shows routes learned from ExpressRoute Gateway and these are remote routes from my Virtual WAN environment.

alt

Step 2: Validate Virtual WAN Environment Routes
#

Next, verify that VMs connected to the Virtual WAN hub are learning Extended Zone VNET prefixes.

alt

Below routes are learned by my virtual machine connected to Virtual WAN hub that is hosting ExpressRoute Gateway and we are able to see Extended Zone VNET prefixes are learned by the network interface attached to my VM.

alt

Step 3: Check Virtual WAN Hub Effective Routes
#

For deeper insight into routing behavior, examine the effective routes from the Virtual WAN Hub. This view helps understand:

  • AS Path information
  • All prefixes learned by the ExpressRoute Gateway
  • Route propagation between environments

alt

Additional Considerations
#

Bandwidth Constraints: ExpressRoute Gateway bandwidth is limited by the gateway SKU configuration

Additional Latency: The gateway hop introduces extra latency to traffic flows between environments

Conclusion
#

If you are already using Virtual WAN network deployment, you can now take full advantage of Extended Zones by connecting to your existing Virtual WAN environment using your current ExpressRoute connectivity.

Nirmal Thewarathanthri
Author
Nirmal Thewarathanthri