This article explains the core concepts of Azure Virtual WAN, a networking service that brings together networking, security, and routing capabilities into a single operational interface.
Azure Virtual WAN is a networking service that combines several Microsoft network capabilities into a single service and security administration experience. Virtual WAN is designed to deliver:
Virtual WAN is built on a hub-and-spoke architecture. A Virtual WAN hub is a Microsoft-managed resource deployed in an Azure region. You can connect your spokes to the hub to enable transit routing between them.
A Virtual WAN hub is a network transit center. It aggregates multiple connectivity types and enables transit routing. A hub contains:
Note: A Virtual WAN hub is deployed in a specific Azure region. You can have multiple hubs in different regions to optimize for latency and provide high availability.
Spoke virtual networks are standard Azure virtual networks. You connect them to a Virtual WAN hub via a connection, allowing resources in the spoke VNet to communicate with other spokes, on-premises sites, and the internet.
Connections are the links between a spoke virtual network and a Virtual WAN hub. There are two primary types of connections:
The Virtual Hub Router is responsible for routing traffic within the Virtual WAN hub. It supports:
Virtual WAN supports various connectivity models:
Connect your on-premises branch offices to a Virtual WAN hub using Site-to-Site VPN connections. This provides a secure and reliable connection for accessing Azure resources.
Branch Office <-> VPN Device <-> Internet <-> Virtual WAN Hub (VPN Gateway) <-> Azure Resources
For private, high-throughput connectivity, you can connect your on-premises network to a Virtual WAN hub using ExpressRoute. This offers lower latency and higher reliability than VPNs.
On-Premises Data Center <-> ExpressRoute Circuit <-> Virtual WAN Hub (ExpressRoute Gateway) <-> Azure Resources
Connect your Azure Virtual Networks (spokes) to the Virtual WAN hub. This allows seamless communication between resources in different spokes through the hub.
Spoke VNet 1 <-> VNet Connection <-> Virtual WAN Hub <-> VNet Connection <-> Spoke VNet 2
Virtual WAN enables a global transit network, allowing branches in different regions to communicate with each other directly through the Virtual WAN hubs, without requiring complex hub-to-hub VPN configurations.
Virtual WAN integrates with Azure Firewall to provide advanced security capabilities:
Important: Azure Firewall is an optional component deployed within the Virtual WAN hub. It can be enabled to enforce security policies across your entire WAN.
For more detailed information and configuration steps, refer to the Virtual WAN Quickstart guide.