VPN Gateway in Azure Virtual WAN

This document provides a comprehensive guide to understanding and configuring VPN Gateways within Azure Virtual WAN. Learn how to establish secure and scalable connections between your on-premises networks, other Azure VNets, and remote users.

What is a VPN Gateway?

A VPN gateway is a component of Azure Virtual WAN that enables you to create secure VPN connections. It supports various scenarios, including:

Key Features and Benefits

Configuring a VPN Gateway

The process of configuring a VPN gateway involves several steps, typically performed within the Azure portal. You'll need to:

  1. Create a Virtual WAN: If you haven't already, provision a Virtual WAN resource.
  2. Create a Virtual Hub: Deploy a Virtual Hub within your Virtual WAN.
  3. Add a VPN Gateway to the Hub: Select the "VPN gateway" option within your Virtual Hub.
  4. Configure Gateway Scale Units: Choose the appropriate scale unit based on your throughput requirements.
  5. Establish Connections: Configure Site-to-Site, VNet-to-VNet, or Point-to-Site connections.

Site-to-Site VPN Configuration

To connect your on-premises network, you'll need to configure a "site" in your Virtual WAN. This involves:

You will then create a connection from the Virtual Hub VPN gateway to this site. The Azure portal will provide you with configuration details (like Azure's gateway public IP and the PSK) to configure your on-premises device.

Note: Ensure your on-premises VPN device is compatible with Azure VPN Gateway and supports the IKEv2 protocol.

Point-to-Site VPN Configuration

For remote user access, you'll configure Point-to-Site VPN settings on the VPN gateway. This includes:

Monitoring and Troubleshooting

Azure Virtual WAN provides robust monitoring capabilities for your VPN gateways and connections. You can view:

Use Azure Monitor and Network Watcher for in-depth diagnostics and troubleshooting.

Tip: Regularly review connection logs to proactively identify and resolve potential issues.

Limitations and Considerations

While powerful, VPN gateways have certain considerations:

Important: Always consult the latest Azure documentation for specific service limits and regional availability.

For detailed configuration steps and advanced scenarios, refer to the following resources: