Azure VPN Gateway Documentation
This section provides comprehensive documentation on Azure Virtual Private Network (VPN) Gateway, helping you secure and extend your on-premises networks to Azure.
Key Concepts
Azure VPN Gateway is a service that you can use to send encrypted traffic between your on-premises networks and Azure over the public Internet. It can also be used to send encrypted traffic between your Azure virtual networks.
Types of VPN Gateways
- Site-to-Site (S2S) VPN: Connects your on-premises network to an Azure virtual network.
- Point-to-Site (P2S) VPN: Connects individual client devices to an Azure virtual network.
- Network-to-Network (VNet-to-VNet) VPN: Connects two or more Azure virtual networks.
VPN Gateway SKUs
Azure VPN Gateway offers various SKUs (Stock Keeping Units) that cater to different performance and feature requirements. Understanding these SKUs is crucial for choosing the right configuration for your needs.
- Basic, VpnGw1, VpnGw2, VpnGw3, VpnGw4, VpnGw5
- PolicyBased and RouteBased VPNs
Getting Started
Create a VPN Gateway
Follow these steps to create a new VPN Gateway in your Azure subscription:
- Navigate to the Azure portal.
- Search for "Virtual network gateways" and select it.
- Click "Create".
- Configure the basic settings, including subscription, resource group, name, region, gateway type (VPN), VPN type (RouteBased recommended), SKU, and virtual network.
- Review and create the gateway.
For detailed instructions, refer to the official Azure VPN Gateway creation guide.
Configure a Site-to-Site Connection
Connect your on-premises network to Azure by configuring a connection resource on your VPN Gateway and your on-premises VPN device.
Advanced Topics
ExpressRoute and VPN Coexistence
Learn how to use Azure VPN Gateway alongside Azure ExpressRoute for hybrid connectivity solutions.
Active-Active VPN Gateways
Enhance availability and throughput by configuring your VPN Gateway in an active-active mode.
BGP Support
Understand how to use Border Gateway Protocol (BGP) for dynamic routing with Azure VPN Gateways.