Domain 2 β€” Module 4 of 8 50%
10 of 28 overall
Domain 2: Secure storage, databases, and networking Free ⏱ ~9 min read

Azure Virtual WAN: Secured Hubs and Branch Connectivity

Azure Virtual WAN at a security engineer's level β€” secured virtual hubs (Azure Firewall integrated into the hub), branch connectivity via Site-to-Site VPN and ExpressRoute, hub routing policies, and how vWAN security maps to SC-500 objectives.

Virtual WAN, in one module

Simple explanation

Azure Virtual WAN (vWAN) is Microsoft’s global hub-and-spoke networking service. Instead of manually building hubs in each region and managing peerings and VPN gateways, you create a vWAN, drop β€œvirtual hubs” in the regions you operate, and connect branches (S2S VPN, ExpressRoute, point-to-site VPN) and VNet spokes to the hubs. Azure does the heavy lifting.

For SC-500, the key concept is the secured virtual hub β€” a hub with Azure Firewall (and optionally Azure Firewall Manager-managed third-party security partner provider) integrated directly into it, so all traffic transiting the hub passes through Azure Firewall. One central enforcement point, multiple regions, multiple branches.

Standard vs Secured Virtual Hub

Standard vWAN hub vs Secured Virtual Hub
FeatureStandard hubSecured virtual hub
What's deployedvWAN hub with VPN/ER gatewaysHub + Azure Firewall (or partner SECaaS) deployed inline
Inspection of trafficNo native inspectionAll traffic configured via routing intent passes through Azure Firewall
CentralisationPer-VNet inspection if needed (Azure Firewall in spoke)One central firewall per hub serves all spokes and branches
Best forConnectivity-only deployments where security is handled at spoke levelProduction enterprise deployments needing central inspection and policy

A Secured Virtual Hub is the SC-500 default when the scenario describes central security inspection across multiple VNets / branches in a vWAN topology.

Routing intent

Routing intent is the declarative mechanism that tells the hub how to route traffic:

  • Private traffic (between spokes, branches, etc.) β†’ route through Azure Firewall
  • Internet traffic (outbound from spokes) β†’ route through Azure Firewall

Setting routing intent programmes the underlying effective routes across all hub connections automatically. Without routing intent, you’d manually configure user-defined routes per VNet β€” slow and error-prone at scale.

Branch connectivity

vWAN branch and remote user connectivity options
Branch typeUse case
Site-to-Site (S2S) VPNBranch offices connected over the internet via IPsec β€” typical for SMB / cost-sensitive deployments
ExpressRoute (with private peering)Dedicated private circuit from on-prem to Azure via an ER provider β€” typical for regulated and bandwidth-heavy workloads
ExpressRoute DirectDirect fibre from on-prem to Microsoft's edge β€” for hyperscale / extreme-bandwidth scenarios
Point-to-Site (P2S) VPNRemote users connecting via VPN client (OpenVPN / IKEv2) β€” can integrate with Microsoft Entra for authentication

P2S VPN to a vWAN hub supports Microsoft Entra ID for user authentication and Conditional Access for posture enforcement β€” the SC-500 right answer for connecting remote users with identity-aware enforcement.

Scenario: Asha consolidates Aurora’s network on vWAN

Aurora Health Service operates across 3 regions, 12 hospital branch sites, and ~80 VNets:

  1. vWAN with 3 secured virtual hubs (Aus East, Aus Southeast, NZ North). Each hub has an integrated Azure Firewall.
  2. Routing intent: private + internet traffic both route through Firewall on each hub.
  3. Branches: 12 hospital sites connect via S2S VPN to their nearest hub; the head-office datacentre connects via ExpressRoute.
  4. Remote staff: P2S VPN to the nearest hub with Microsoft Entra authentication + Conditional Access requiring compliant device + phishing-resistant MFA.
  5. Azure Firewall Manager holds the base policy (allow internal hospital flows, block known-bad lists, log everything); child policies per hub add region-specific rules.

Result: one central security policy enforced at three hubs; ~80 VNets get hub-mediated inspection automatically; branches reach Azure via encrypted VPN/ER with hub inspection; remote staff identity-aware.

Key terms

Question

What is an Azure Virtual WAN Secured Virtual Hub?

Click or press Enter to reveal answer

Answer

A vWAN hub with Azure Firewall (or partner SECaaS provider) deployed inline within the hub. When combined with routing intent, all transitive traffic β€” between VNets, between VNets and branches, between VNets and Internet β€” passes through the Firewall for inspection and policy enforcement. The central enforcement point in a vWAN topology.

Click to flip back

Question

What is vWAN routing intent?

Click or press Enter to reveal answer

Answer

A declarative routing mechanism on vWAN hubs that programs the underlying effective routes automatically. Two options: route private traffic through Azure Firewall, route Internet traffic through Azure Firewall. Eliminates manual user-defined routes across each VNet connected to the hub.

Click to flip back

Question

How does P2S VPN to a vWAN hub integrate with identity controls?

Click or press Enter to reveal answer

Answer

Point-to-Site (P2S) VPN endpoints on vWAN hubs can use Microsoft Entra ID for user authentication. Conditional Access policies apply (require compliant device, phishing-resistant MFA, etc.) before the user obtains a VPN client certificate or token. The SC-500 right answer for identity-aware remote-user network access in a vWAN topology.

Click to flip back

Question

What is Azure Firewall Manager?

Click or press Enter to reveal answer

Answer

A central policy plane for Azure Firewall instances β€” across vWAN hub-deployed Firewalls and standalone VNet Firewalls. Supports hierarchical policies (base policy inherited by child policies) for tenant-wide invariants + regional/per-deployment specialisations. The exam pattern for 'one Firewall policy across many deployments'.

Click to flip back

Question

When is a Secured Virtual Hub the right SC-500 answer over a standard hub + spoke Firewall?

Click or press Enter to reveal answer

Answer

When the scenario describes central security inspection across multiple VNets and branches in a vWAN topology, with a single enforcement point per region. Standard hub + spoke Firewall scales poorly across many spokes; the secured hub provides one Firewall per hub serving all spokes β€” operationally simpler and central policy via Firewall Manager.

Click to flip back

Knowledge check

Knowledge Check

Asha at Aurora Health Service is rolling out a vWAN topology with 3 hubs and ~80 spoke VNets. She wants all inter-spoke traffic AND all spoke-to-internet outbound inspected centrally per region. Which configuration fits?

Knowledge Check

Esme at Northwind Bank wants remote staff connecting via P2S VPN to the bank's vWAN hub to be authenticated via Microsoft Entra ID and gated by Conditional Access (compliant device, phishing-resistant MFA). Which P2S VPN authentication option fits?

What’s next

Next: VPN connections and Microsoft Entra Private Access β€” Site-to-Site VPN security configuration, plus the new Zero Trust Network Access (ZTNA) capability that replaces VPN entirely for many remote-access scenarios.