- Where to place the VPN gateway
- Supported connection options
- How to choose an appropriate SKU and generation for performance and scale
GatewaySubnet. The gateway establishes encrypted tunnels to other VNets, on-premises locations, or remote devices and services.
Key VPN Gateway connection types
Use the following connection types according to your connectivity scenario:

- Use Site-to-Site when connecting entire sites (for example, branch offices or datacenters such as Boston, New York, and Texas) to Azure.
- Use Point-to-Site for individual developers, contractors, or remote workers who need secure access from personal devices.
- Use VNet peering for high-throughput, low-latency connectivity between VNets inside Azure when you do not require IPsec encryption of the underlying traffic. Use VNet-to-VNet via VPN Gateway only when you explicitly need encrypted traffic or cross-region encrypted links.
Example characteristics (high level)
- Lower-tier SKUs: fewer tunnels, fewer P2S clients, lower aggregate throughput — suitable for small offices or limited remote-user access.
- Higher-tier and AZ SKUs: support many tunnels, thousands of P2S clients, and multiple Gbps of throughput — suitable for large-scale production deployments.
- Generation 2 SKUs: generally higher throughput and larger connection limits than Generation 1 SKUs.

Important deployment note: the gateway must be deployed into a dedicated subnet named
GatewaySubnet. That subnet should be sized appropriately for the SKU and should not contain other resources (virtual machines, etc.).Avoid using the Basic SKU for new deployments—Basic is legacy and lacks many capabilities and scale options available in newer SKUs.
- Confirm you have a dedicated
GatewaySubnetlarge enough for your chosen SKU. - Document the number of S2S tunnels and expected concurrent P2S clients.
- Estimate aggregate throughput and traffic patterns (east–west vs north–south).
- Decide whether zone-redundant SKUs are required for your SLA needs.
- Validate device compatibility and IPsec/IKE settings for on-premises VPN devices.
- Azure VPN Gateway documentation — official guidance, SKU details, and deployment examples.
- For quick comparisons and SKU-specific limits, check the Azure VPN Gateway limits and performance documentation in the Microsoft docs.