L9. Securing Hybrid Connectivity: Virtual WAN, VPN & Microsoft Entra Private Access
Video generating
Check back soon for the video lesson on Securing Hybrid Connectivity: Virtual WAN, VPN & Microsoft Entra Private Access
Course outlineLesson 9 of 18
Virtual WAN centralizes routing for every branch and VNet through a secured hub, VPN Gateway is the encrypted tunnel doing the actual point-to-point work, and Entra Private Access replaces both with per-app access for the specific case of remote users reaching internal apps.
Securing an Azure Virtual WAN
Azure Virtual WAN is a networking-as-a-service offering that connects branches, VPN users, and VNets through regional hubs. The security-relevant piece is the secured virtual hub: a Virtual WAN hub with Azure Firewall (or a supported third-party NVA) deployed directly inside it and managed through Azure Firewall Manager, so all traffic transiting the hub, spoke-to-spoke, spoke-to-internet, or branch-to-spoke, is inspected centrally rather than requiring a firewall in every spoke VNet individually. Routing intent is the Virtual WAN configuration that tells the hub to route internet-bound and/or private (inter-spoke) traffic through the secured hub's firewall rather than directly, which is what actually forces inspection to happen instead of merely making the firewall available.VPN Gateway Security
VPN Gateway connects on-premises networks (site-to-site) or individual devices (point-to-site) to a VNet over an encrypted tunnel:- Site-to-site (S2S) uses IPsec/IKE to connect an on-premises VPN device to an Azure VPN gateway
- Point-to-site (P2S) connects individual client devices directly, authenticated via Entra ID, certificates, or RADIUS
- Active-active configuration deploys two gateway instances for redundancy, avoiding a single point of failure on a critical hybrid link
- IPsec/IKE policy lets you enforce specific, stronger cryptographic algorithms and key lifetimes instead of the Azure default policy set, when compliance requires a specific cipher suite
Microsoft Entra Private Access
Microsoft Entra Private Access (part of Microsoft's Global Secure Access service) is a Zero Trust Network Access (ZTNA) alternative to a traditional full-tunnel VPN for remote access to internal applications:- Instead of granting network-level access to an entire subnet the way a VPN does, Private Access publishes individual application segments (specific IP ranges/FQDNs and ports) as discrete resources
- Per-app access means a Conditional Access policy, device compliance check, and access decision apply to each application segment independently, so a compromised or unmanaged device connecting for one approved app still cannot reach anything else on the internal network
- A Quick Access profile can still be configured for a broader set of internal resources during migration from legacy VPN, but the strategic direction is always toward narrower, per-application segments over time
- Because it flows through the same Conditional Access engine as everything else in Entra ID, per-app access to internal resources gets the same risk-based, device-compliance-based, MFA-based controls as SaaS app access, something a traditional site-to-site or point-to-site VPN cannot natively provide
- ✓A secured virtual hub embeds Azure Firewall (or a partner NVA) directly in a Virtual WAN hub, managed via Azure Firewall Manager, to inspect all transiting traffic centrally
- ✓Routing intent is what actually forces internet-bound and/or private traffic through the secured hub's firewall rather than a direct path
- ✓VPN Gateway supports site-to-site (on-premises to VNet) and point-to-site (individual device to VNet), with active-active deployment for redundancy
- ✓Microsoft Entra Private Access publishes per-application segments instead of granting full network-level access like a traditional VPN
- ✓Per-app access in Entra Private Access is evaluated by Conditional Access per segment, so a compromised device approved for one app cannot reach other internal resources
1. A company wants all traffic transiting its Virtual WAN hubs, including spoke-to-spoke traffic, inspected by a single centrally managed firewall instead of deploying a firewall in every spoke VNet. What should they configure?
2. Why might an organization choose Microsoft Entra Private Access over a traditional point-to-site VPN for remote employee access to a single internal line-of-business application?
3. What does an active-active VPN Gateway configuration provide compared to a single gateway instance?
Recommended: Pluralsight
This free course covers the theory. Pluralsight adds structured Cloud and AI Security Engineer learning paths, hands-on Azure and Defender for Cloud labs, and timed practice exams to make it stick before exam day.