Azure VPN Gateway Documentation

Azure VPN Gateway provides secure, cross-premises connectivity to Azure. It enables you to send encrypted traffic between your on-premises networks and Azure, or between different Azure virtual networks.

Introduction to VPN Gateway

Azure VPN Gateway is a managed service that allows you to create and manage secure VPN tunnels. It supports two main types of VPN connections:

VPN Gateway is crucial for hybrid cloud scenarios, allowing seamless integration of your on-premises infrastructure with Azure resources.

Key Features and Benefits

Types of VPN Gateways

Basic Gateway

The Basic SKU is a cost-effective option for development and testing environments. It has limitations on throughput and features.

VpnGw1, VpnGw2, VpnGw3, VpnGw4, VpnGw5 (and their AZ variants)

These SKUs offer progressively higher performance and features, suitable for production workloads of varying scales. AZ variants provide zone redundancy for higher availability.

Basic, VpnGw1, VpnGw2, VpnGw3 (for VNet-to-VNet)

Specific SKUs are recommended for VNet-to-VNet connections, ensuring optimal performance and compatibility.

Site-to-Site (S2S) VPN Connection

This connection type is used to connect your on-premises network to your Azure virtual network.

Prerequisites

Configuration Steps:

  1. Create a VPN Gateway resource in Azure.
  2. Configure a Local Network Gateway to represent your on-premises network.
  3. Create a Connection resource to link the VPN Gateway and Local Network Gateway.
  4. Configure your on-premises VPN device to match the settings of the Azure VPN Gateway.
Ensure your on-premises VPN device is compatible with Azure VPN Gateway and supports the required IPsec/IKE protocols.

Point-to-Site (P2S) VPN Connection

This connection type allows individual client devices to connect securely to your Azure VNet.

Authentication Methods:

Configuration Steps:

  1. Create a VPN Gateway with P2S configuration enabled.
  2. Configure authentication settings (e.g., root certificates, Azure AD settings).
  3. Generate and distribute client VPN configuration packages to users.

VNet-to-VNet VPN Connection

Securely connect two or more Azure VNets. This is useful for segmenting workloads or connecting VNets in different regions.

Key Considerations:

High Availability and Disaster Recovery

Azure VPN Gateway offers several options for ensuring service continuity:

Monitoring and Troubleshooting

Azure Monitor provides comprehensive tools for monitoring your VPN Gateway:

Regularly review your gateway metrics and logs to proactively identify and resolve potential issues.

Pricing and SKUs

The cost of Azure VPN Gateway depends on the selected SKU, connection hours, and data transfer. Refer to the official Azure pricing page for the most up-to-date information.

Choosing the right SKU is crucial for balancing performance, features, and cost.

Best Practices