VPN Gateway for Azure Virtual WAN

Azure Virtual WAN provides a global networking solution that brings together networking, security, and routing functionalities into a single operational interface. The VPN gateway is a critical component within the Virtual WAN hub, enabling secure connectivity between your on-premises networks and Azure resources.

What is a Virtual WAN VPN Gateway?

A Virtual WAN VPN gateway is a managed service that allows you to establish site-to-site VPN connections between your on-premises VPN devices and your Azure Virtual WAN hub. It is deployed within a Virtual WAN hub and offers high availability, scalability, and global reach.

Key Features and Benefits:

Supported VPN Protocols

The Virtual WAN VPN gateway supports the following industry-standard VPN protocols:

Deployment and Configuration

Deploying a VPN gateway is done within a Virtual WAN hub. The process typically involves:

  1. Creating a Virtual WAN resource.
  2. Creating a Virtual Hub within the Virtual WAN.
  3. Deploying a VPN Gateway to the Virtual Hub.
  4. Configuring site-to-site VPN connections by specifying your on-premises device's public IP address, pre-shared key, and other parameters.
Tip: Ensure your on-premises VPN devices are compatible with Azure VPN Gateway and that you have the correct public IP address and pre-shared key for your devices.

VPN Gateway SKUs and Capacity

Virtual WAN VPN gateways come in various SKUs, each offering different performance levels and features. The choice of SKU depends on your required throughput and the number of connections you need to support.

Common SKUs include:

For detailed information on SKUs and their specifications, refer to VPN Gateway Bandwidth documentation.

Key Concepts

Next Steps

# Example Azure CLI command to list VPN Gateways in a Virtual Hub
az network vpn-gateway list --resource-group MyResourceGroup --virtual-hub MyVirtualHub
Note: For specific configuration details and command-line examples, please consult the relevant sections of the Azure documentation.