Azure Virtual WAN Routing Overview

Connecting your clouds and on-premises environments seamlessly.

Understanding Virtual WAN Routing

Azure Virtual WAN is a networking service that brings together networking, security, and routing functionalities into a single operational interface. It offers a highly scalable and global WAN architecture to connect your cloud and on-premises environments.

A core component of Virtual WAN is its advanced routing capabilities. This section provides an overview of how traffic flows within Virtual WAN and how routing is managed.

Key Routing Concepts

Traffic Flow Scenarios

1. On-premises to Azure VNet (via VPN/ExpressRoute)

Diagram illustrating traffic flow from an on-premises site through a Virtual WAN hub to an Azure VNet.

Traffic from an on-premises site arrives at the Virtual WAN hub via a VPN or ExpressRoute connection. The hub's router then inspects the destination IP address and consults its route tables. Based on the learned routes, it forwards the traffic to the appropriate connected virtual network.

2. Azure VNet to VNet (via Virtual WAN)

Diagram illustrating traffic flow between two Azure VNets connected through a Virtual WAN hub.

When a virtual network is connected to a Virtual WAN hub, its routes are advertised to the hub. If another virtual network is also connected to the same hub, the hub's router can directly forward traffic between them, eliminating the need for VNet peering in some scenarios.

3. Internet Egress and Ingress

Diagram showing internet breakout through the Virtual WAN hub, optionally with NVA integration.

Virtual WAN allows for centralized internet breakout. Traffic destined for the internet from connected virtual networks or on-premises sites can be routed through the Virtual WAN hub. You can integrate Network Virtual Appliances (NVAs) at the hub for advanced security inspection.

Route Propagation and Association

Understanding how routes are propagated and associated is crucial for effective Virtual WAN routing:

Custom Routing with Route Maps and Policies

Virtual WAN offers advanced customization options for routing:

For detailed configuration and advanced routing scenarios, please refer to the How-to Guides and Architecture sections.