Azure VPN Gateway

Note: Azure VPN Gateway allows you to send encrypted traffic between your on-premises networks and your Azure Virtual Network (VNet) through the public internet. You can also send encrypted traffic between Azure VNets.

This document provides a comprehensive overview of Azure VPN Gateway, its capabilities, and how to implement it for secure hybrid cloud connectivity.

What is Azure VPN Gateway?

Azure VPN Gateway is a managed service that provides a secure and reliable way to connect your on-premises infrastructure to Azure. It supports various connectivity scenarios, including:

Key Features

Connectivity Scenarios

Site-to-Site (S2S) VPN

S2S VPN establishes a secure tunnel between your on-premises VPN device and your Azure VPN Gateway. This allows your on-premises machines to communicate with resources in your Azure VNet as if they were on the same network.

Azure Site-to-Site VPN Diagram
Figure 1: Azure Site-to-Site VPN connectivity.

For detailed configuration steps, refer to the Site-to-Site VPN Configuration Guide.

Point-to-Site (P2S) VPN

P2S VPN allows individual clients to connect to your Azure VNet. This is typically used for remote access scenarios where users need secure access to cloud resources from their laptops or desktops.

Azure Point-to-Site VPN Diagram
Figure 2: Azure Point-to-Site VPN connectivity.

Learn more about configuring P2S VPN in our Point-to-Site VPN Configuration Guide.

Network-to-Network (N2N) VPN

Connecting multiple Azure VNets using VPN Gateway provides a secure way to share resources and data across different virtual networks within Azure.

VPN Gateway SKUs

Azure VPN Gateway offers various SKUs, each with different performance characteristics, capabilities, and pricing. Choosing the right SKU depends on your throughput requirements and desired features. Common SKUs include:

Consult the VPN Gateway SKU Comparison for a detailed breakdown of each SKU.

Configuration Best Practices

Important: Ensure your on-premises VPN device is compatible with Azure VPN Gateway and supports the required protocols and encryption algorithms. A list of compatible devices can be found here.

Related Resources