0PricingLogin
Azure Fundamentals · Lesson

Azure ExpressRoute and VPN Gateway

Connect your on-premises network to Azure over a private ExpressRoute circuit or an IPsec VPN Gateway tunnel, and compare their bandwidth and latency trade-offs.

Why Private Connectivity to Azure?

When an organisation migrates workloads to Azure, it typically needs its on-premises offices, data centres, and users to communicate with Azure resources privately — without traffic traversing the public internet. This is required for security (avoid exposure to internet threats), compliance (some regulations prohibit certain data travelling over public networks), and performance (predictable latency without internet congestion). Azure provides two connectivity options: Azure VPN Gateway (encrypted tunnels over the internet) and Azure ExpressRoute (dedicated private circuits).

Azure VPN Gateway Overview

An Azure VPN Gateway is a managed gateway resource deployed in a virtual network that creates encrypted IPsec/IKE tunnels between Azure and on-premises networks. It supports two types of connections: Site-to-Site (S2S) — connecting an entire on-premises network to Azure VNet, typically from a physical VPN device; and Point-to-Site (P2S) — individual clients (laptops, developer machines) connect to Azure using the Azure VPN client application. S2S is for branch-to-cloud; P2S is for remote workers.

All lessons in this course

  1. Azure Arc: Managing Hybrid Resources
  2. Azure ExpressRoute and VPN Gateway
  3. Azure Stack Portfolio
  4. Multi-Cloud Strategies with Azure
← Back to Azure Fundamentals