Create a Virtual Network Gateway

This guide walks you through the steps to create a Virtual Network Gateway in Azure. Virtual network gateways are used to send network traffic between your Azure Virtual Network and your on-premises networks.

Prerequisites

Steps to Create a Virtual Network Gateway

1. Navigate to Virtual Network Gateways in Azure Portal

Sign in to the Azure portal. In the search bar at the top, type "Virtual network gateways" and select it from the search results.

2. Create a New Gateway

On the "Virtual network gateways" page, click the + Create button.

Azure Portal - Create Virtual Network Gateway Button
Click '+ Create' to start the gateway creation process.

3. Configure Basic Settings

Fill out the following fields in the Basics tab:

Azure Portal - Virtual Network Gateway Basic Settings
Configuring the basic settings for the virtual network gateway.

4. Configure Public IP Address

In the Public IP address tab:

Azure Portal - Virtual Network Gateway Public IP Settings
Configuring the public IP address for the gateway.

5. Review and Create

Navigate to the Review + create tab. Azure will validate your configuration. Once validation passes, click the Create button.

The deployment process can take 30-45 minutes or more. You can monitor the deployment progress in the Azure portal notifications.

Important: Ensure that the GatewaySubnet exists in your virtual network before creating the gateway. If it doesn't exist, you will need to create it first.

Next Steps

Once the gateway is deployed, you can proceed to:

For detailed instructions on configuring connections, refer to the respective documentation pages.

Back to Virtual Networks Next: Network Peering