VPN Gateway

Definition

Azure service that creates secure, encrypted connections over the internet between your networks and Azure, ensuring data privacy and integrity.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between VPN Gateway and ExpressRoute?
VPN Gateway sends encrypted traffic over the public internet using IPsec/IKE tunnels. ExpressRoute uses a private, dedicated connection from your network to Azure through a connectivity provider. VPN is usually quicker to set up and cheaper, but internet-based performance can vary. ExpressRoute typically offers more consistent latency and higher reliability, but it costs more and takes longer to provision.
When should I use Azure VPN Gateway?
Use it when you need secure connectivity to Azure but don’t need (or can’t justify) a dedicated private circuit. Common cases include: connecting an on-prem office to an Azure VNet (site-to-site), enabling remote users to access Azure resources (point-to-site), connecting two Azure VNets securely (VNet-to-VNet), or as a backup path alongside ExpressRoute for resilience.
How much does Azure VPN Gateway cost?
Pricing depends mainly on the VPN gateway SKU (which affects throughput, features, and tunnel limits), the number of hours the gateway runs, and data transfer/egress charges. You typically pay a per-hour (or monthly equivalent) charge for the gateway plus standard bandwidth charges. For exact numbers, use the Azure Pricing page and the Azure Pricing Calculator because costs vary by region and SKU.

Category: networking

Difficulty: intermediate

Related Terms

See Also