About Virtual Network Gateways

A virtual network gateway is a logical construct that is used to create a VPN connection or ExpressRoute connection between an Azure virtual network and on-premises networks. It also enables connections between Azure virtual networks.

What is a Virtual Network Gateway?

A virtual network gateway is a resource that you deploy in your virtual network to connect it to other networks. There are two main types of virtual network gateways in Azure:

Key Capabilities and Features

Use Cases

Important: A virtual network gateway must be deployed in a dedicated subnet named GatewaySubnet. This subnet must have at least a /27 address space.

Gateway Types and SKUs

Azure offers different gateway SKUs (Stock Keeping Units) that determine the performance, throughput, and features of your virtual network gateway. Selecting the appropriate SKU depends on your workload requirements and budget.

Common SKUs include:

Consult the Azure VPN Gateway pricing page for detailed SKU specifications and costs.

For optimal performance and resilience, consider using the AZ (Availability Zone) SKUs for VPN Gateways and ExpressRoute Gateways.

Deployment Considerations

When deploying a virtual network gateway, keep the following in mind:

Learn More