An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
With a secured virtual hub, Azure Firewall (or another security solution) becomes the next hop for traffic according to the routing intent and policies configured on the hub. The routing instances in the hub are still in the data path, but they forward traffic to the firewall instead of directly to the destination.
Key changes compared to an unsecured hub:
- Internet-bound traffic
- When an Internet Traffic Routing Policy is configured on the hub, the hub advertises a 0.0.0.0/0 route to all VNets and branch connections.
- All Internet-bound traffic from spokes and branches is sent to the Azure Firewall (or other configured security solution) in the secured hub.
- The firewall inspects the traffic and then forwards it directly to the Internet (direct access pattern).
- Private traffic (VNet/branch to VNet/branch)
- When a Private Traffic Routing Policy is configured, all private traffic in and out of the hub (branch‑to‑branch, branch‑to‑VNet, VNet‑to‑branch, and inter‑hub) is forwarded to the Azure Firewall or NVA in the hub.
- The routing instances still perform routing, but the effective next hop for these flows is the firewall. After inspection, the firewall forwards traffic to the appropriate destination (another VNet, another hub, or on‑premises).
- Spoke‑to‑spoke and branch flows
- In a non‑secured hub, spoke‑to‑spoke or branch‑to‑spoke traffic can be routed directly by the hub’s routing fabric.
- In a secured virtual hub with private routing policy, these same flows are hairpinned through Azure Firewall in the hub, which applies security policy before traffic reaches the other spoke/branch.
- Selective or bypass scenarios
- In designs that use static routes (without routing intent) to send traffic to Azure Firewall, it is possible to configure certain flows to bypass the firewall and route directly through the hub.
- When routing intent is used, custom bypass scenarios are not supported; all traffic covered by the routing policy must traverse the configured next hop.
So, with a secured hub, the routing instances remain in the path but act primarily to steer traffic to Azure Firewall (or another security solution) for inspection, rather than routing traffic directly between spokes, branches, and the Internet.
References:
- How to configure Virtual WAN Hub routing intent and routing policies
- Virtual WAN network topology in an Azure landing zone
- Hub-spoke network topology that uses Azure Virtual WAN
- Migrate to Azure Virtual WAN
- Selective inspection with Azure Firewall
- Advanced: Combine static routing to Azure Firewall and spoke NVAs
- Scenario: Secure traffic between Application Gateway and backend pools
and “up-vote” wherever the information provided helps you, **this can be beneficial to other community members.