Tutorial: Create an Azure Virtual WAN hub
On this page
This tutorial guides you through the process of creating a Virtual WAN and a virtual hub within it. A virtual hub is a Microsoft-managed virtual network that acts as a connectivity and routing hub for your Virtual WAN.
Prerequisites
Before you begin, ensure you have the following:
- An Azure subscription. If you don't have one, create a free account before you begin.
- You can deploy Virtual WAN resources in any region, but the hub will be deployed in the selected region.
Create a Virtual WAN
Steps
-
In the Azure portal, search for and select Virtual WANs.
-
On the Virtual WANs page, select + Create.
Figure 1: Azure portal search for Virtual WANs
-
On the Basics tab, fill in the following fields:
- Subscription: Select your subscription.
- Resource group: Select or create a resource group.
- Region: Select the region for your Virtual WAN.
- Name: Enter a name for your Virtual WAN (e.g.,
MyVirtualWAN
). - Type: Select Standard.
Figure 2: Basics tab for Virtual WAN creation
-
Select Review + create, then select Create.
Create a Virtual Hub
Once the Virtual WAN is created, you can create a virtual hub within it.
Steps
-
Navigate to the Virtual WAN resource you just created.
-
In the left-hand menu, under Connectivity, select Hubs.
-
Select + Create hub.
Figure 3: Create hub button in Virtual WAN
-
On the Basics tab, fill in the following fields:
- Region: This will default to the Virtual WAN region.
- Name: Enter a name for your virtual hub (e.g.,
MyHub
). - Hub private address space: Enter a CIDR block for the hub's address space (e.g.,
10.0.0.0/24
). This space should not overlap with any connected networks. - Virtual hub capacity: Select the capacity based on your throughput requirements.
- Hub routing preference: Select Azure for Azure routing or None if you plan to use a network virtual appliance (NVA) for routing.
Figure 4: Basics tab for Virtual Hub creation
-
Select Review + create, then select Create.
Next steps
You have successfully created a Virtual WAN and a virtual hub. The next steps typically involve:
- Connecting your sites (e.g., VPN sites, ExpressRoute circuits) to the virtual hub.
- Deploying network virtual appliances (NVAs) for advanced routing or security.
- Configuring routing policies to control traffic flow.