Blog Post

Azure Networking Blog
3 MIN READ

Azure Virtual Network Manager + Azure Virtual WAN

SimonaTarantola's avatar
Nov 14, 2025

Unlocking Direct Spoke Communication Inside a Managed Hub Architecture

Azure continues to expand its networking capabilities, with Azure Virtual Network Manager (AVNM) and Azure Virtual WAN (vWAN) standing out as two of the most transformative services. When deployed together, they offer the best of both worlds: the operational simplicity of a managed hub architecture combined with the ability for spoke VNets to communicate directly, avoiding additional hub hops and minimizing latency

Revisiting the Classic Hub-and-Spoke Pattern 

(Add traditional Hub-and-spoke role.png from attachment)

However, this architecture comes with a trade-off: every spoke-to-spoke packet must route through the hub, introducing additional network hops, increased latency, and potential throughput constraints.

How Virtual WAN Modernizes That Design 

Virtual WAN replaces a do-it-yourself hub VNet with a fully managed hub service: 

  • Managed hubs – Azure owns and operates the hub infrastructure. 
  • Automatic route propagation – routes learned once are usable everywhere.
  • Integrated add-ons – Firewalls, VPN, and ExpressRoute ports are first-class citizens.

By default, Virtual WAN enables any-to-any routing between spokes. Traffic transits the hub fabric automatically—no configuration required.

Why Direct Spoke Mesh? 

Certain patterns require single-hop connectivity

  1. Micro-service meshes that sit in different spokes and exchange chatty RPC calls. 
  2. Database replication / backups where throughput counts, and hub bandwidth is precious. 
  3. Dev / Test / Prod spokes that need to sync artifacts quickly yet stay isolated from hub services.
  4. Segmentation mandates where a workload must bypass hub inspection for compliance yet still talk to a partner VNet. 

Benefits

  • Lower latency – the hub detour disappears. 
  • Better bandwidth – no hub congestion or firewall throughput cap. 
  • Higher resilience – spoke pairs can keep talking even if the hub is under maintenance.     

The Peering Explosion problem

With pure VNet peering, the math escalates fast: 
For n spokes you need n × (n-1)/2 links. Ten spokes? 45 peerings. Add four more? Now 91.

Each extra peering forces you to: 

  • Touch multiple route tables. 
  • Update NSG rules to cover the new paths. 
  • Repeat every time you add or retire a spoke. 
  • Troubleshoot an ever-growing spider web.   

Where Azure Virtual Network Manager Steps In? 

AVNM introduces Network Groups plus a Mesh connectivity policy: 

(add attachement AVNM concept and what it gives you.png from attachment)

Operational complexity collapses from O(n²) to O(1)—you manage a group, not 100+ individual peerings. 

A Complementary Model: AVNM Mesh Inside vWAN 

Since AVNM works on any Azure VNet—including the VNets you already attach to a vWAN hub—you can apply mesh policies on top of your exhisting managed hub architecture: 

  • Spoke VNets join a vWAN hub for branch connectivity, centralized firewalling, or multi-region reach. 
  • The same spokes are added to an AVNM Network Group with a mesh policy. 
  • AVNM builds direct peering links between the spokes, while vWAN continues to advertise and learn routes. 

Result: 

  • All VNets still benefit from vWAN’s global routing and on-premises integration. 
  • Latency-critical east-west flows now travel the shortest path—one hop—as if the VNets were traditionally peered. 
  • Rather than choosing one over the other, organizations can leverage both vWAN and AVNM together, as the combination enhances the strengths of each service.

Performance Illustration 

Spoke-to-Spoke Communication with Virtual WAN without AVNM Mesh: 

(add Spoke-to-Spoke Communication with Virtual WAN without AVNM Mesh.png from attachment)

Spoke-to-Spoke Communication with Virtual WAN with AVNM Mesh: 

(add Spoke-to-Spoke Communication with Virtual WAN with AVNM Mesh.png from attachment)

Observability & Protection 

  • NSG Flow Logs – granular packet logs on every peered VNet. 
  • AVNM Admin Rules – org-wide guardrails that trump local NSGs. 
  • Azure Monitor + SIEM – route flow logs to Log Analytics, Sentinel, or third-party SIEM for threat detection. 
  • Layered design – hub firewalls inspect north-south traffic; NSGs plus admin rules secure east-west flows. 

Putting It All Together 

  • Virtual WAN offers fully managed global connectivity, simplifying the integration of branch offices and on-premises infrastructure into your Azure environment.
  • AVNM Mesh establishes direct communication paths between spoke VNets, making it ideal for workloads requiring high throughput or minimal latency in east-west traffic patterns.
  • When combined, these services provide architects with granular control over traffic routing. Each flow can be directed through hub services when needed or routed directly between spokes for optimal performance—all without re-architecting your network or creating additional management complexity.

By pairing AVNM’s group-based mesh with VWAN’s managed hubs, you get the best of both worlds: worldwide reach, centralized security, and single-hop performance where it counts. 

Updated Nov 14, 2025
Version 1.0
No CommentsBe the first to comment