About Azure VPN Gateway connections

This article describes the different types of connections that you can create with an Azure VPN gateway. VPN gateways are used to send encrypted traffic between your on-premises networks and Azure over the public Internet. They can also be used to send encrypted traffic between Azure virtual networks.

Connection Types

Azure VPN gateway supports several types of connections:

Site-to-Site (S2S) VPN Details

A Site-to-Site VPN connection requires:

S2S VPN can be configured as:

Point-to-Site (P2S) VPN Details

P2S VPN allows individual clients to connect securely to your Azure virtual network. It supports two authentication methods:

P2S VPN connections can use:

Note: You can configure both S2S and P2S VPN connections on the same VPN gateway.

Network-to-Network (N2N) VPN Details

N2N VPN connections are used to connect two Azure virtual networks. This can be achieved by:

This is crucial for scenarios where you need to isolate workloads across different virtual networks but still require them to communicate securely.

Considerations for VPN Gateway Connections