Azure VPN Gateway Overview

Azure VPN Gateway is a service that you can use to send encrypted traffic between your on-premises networks and your Azure Virtual Network (VNet) through the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure VNet locations and between Azure VNet and other Azure services, such as Azure Container Instances.

Key Benefit: Securely connect your on-premises infrastructure to Azure resources without requiring dedicated network hardware. Ideal for hybrid cloud scenarios.

What is Azure VPN Gateway?

Azure VPN Gateway provides a secure and reliable way to establish connections over the public internet. It acts as a VPN device in the cloud that encrypts and decrypts the traffic flowing between your on-premises network and your Azure VNet.

Key Features and Capabilities

Use Cases

Types of VPN Gateways

Azure offers different SKUs of VPN Gateways, each with varying performance levels, connection capacities, and features. Common types include:

Getting Started

To set up an Azure VPN Gateway, you typically need to:

  1. Create a Virtual Network in Azure.
  2. Create a dedicated subnet for the VPN Gateway (named GatewaySubnet).
  3. Create a VPN Gateway resource, selecting the appropriate SKU and configuration.
  4. Configure the connection from your on-premises VPN device to the Azure VPN Gateway, or set up P2S connections.

You can manage VPN Gateways and connections through the Azure portal, Azure CLI, or Azure PowerShell.

Learn More