Skip to content

Commit f32e788

Browse files
authored
Merge pull request #310935 from asudbring/tsk548082-virtual-network-appliance
Add virtual network appliance documentation
2 parents 4778368 + 78cdeaa commit f32e788

6 files changed

Lines changed: 257 additions & 0 deletions

File tree

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
---
2+
title: Create a Virtual Network Routing Appliance
3+
titleSuffix: Azure Virtual Network
4+
description: Create a virtual network routing appliance in Azure with ease. This guide covers registration, configuration, and troubleshooting for the public preview.
5+
#customer intent: As a network administrator, I want to create a virtual network routing appliance in the Azure portal so that I can manage network traffic in a non-production environment.
6+
author: asudbring
7+
ms.author: allensu
8+
ms.reviewer: allensu
9+
ms.date: 02/04/2026
10+
ms.topic: how-to
11+
ms.service: azure-virtual-network
12+
ms.custom: references_regions
13+
---
14+
15+
# Create a virtual network routing appliance
16+
17+
This article explains how to register your subscription for the virtual network routing appliance public preview and create a virtual network routing appliance in the Azure portal. Use the public preview for testing, evaluation, and feedback. It doesn't support production workloads.
18+
19+
> [!IMPORTANT]
20+
> Azure Virtual Network routing appliance is currently in PREVIEW.
21+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
22+
23+
## Prerequisites
24+
25+
### Subscription and workload requirements
26+
27+
- Use a nonproduction Azure subscription for this public preview.
28+
- Your subscription must be enabled for the preview through AFEC registration and approval (see Section 2).
29+
30+
### Supported regions (public preview)
31+
32+
The virtual network routing appliance public preview is limited to the following regions:
33+
34+
- West US
35+
- East US
36+
- East Asia
37+
- North Europe
38+
- West Europe
39+
- East US 2
40+
- West Central US
41+
- UK South
42+
43+
## Register for the public preview (AFEC) and get approval
44+
45+
### Register your subscription by using Azure Feature Exposure Control (AFEC)
46+
47+
AFEC controls preview access to the virtual network routing appliance. The AFEC feature name for enabling the virtual network routing appliance preview is:
48+
- Microsoft.network/AllowVirtualNetworkAppliance
49+
50+
Register for the preview by activating the AFEC flag in the Azure portal.
51+
52+
### Approval process
53+
54+
After submitting your AFEC registration for Microsoft.network/AllowVirtualNetworkAppliance, complete the preview [sign-up form](https://forms.office.com/r/kqEKRr5mpB). The product team reviews and approves requests manually based on availability and capacity. During the public preview, creation requests might be denied if there's insufficient inventory or capacity in a region.
55+
56+
### Confirm your subscription is enabled
57+
58+
After Microsoft authorizes your subscription, verify the enablement by searching "Virtual network routing appliance" in the Azure portal search bar. If enabled, you see "Virtual network routing appliances" as a selectable service entry.
59+
60+
:::image type="content" source="media/create-virtual-network-routing-appliance/virtual-network-appliance-1.png" alt-text="Screenshot of the Azure portal search bar with Virtual network routing appliances highlighted.":::
61+
62+
:::image type="content" source="media/create-virtual-network-routing-appliance/virtual-network-appliance-2.png" alt-text="Screenshot of the Virtual network routing appliances service entry in the Azure portal.":::
63+
64+
## Create a resource group
65+
66+
1. Sign in to the [Azure Preview portal](https://preview.portal.azure.com).
67+
68+
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
69+
70+
1. Select **+ Create**.
71+
72+
1. In **Create a resource group**, enter or select the following information:
73+
74+
| Setting | Value |
75+
| ------- | ----- |
76+
| Subscription | Select your subscription |
77+
| Resource group name | Enter **test-rg** |
78+
| Region | Select **(US) East US** |
79+
80+
1. Select **Review + create**.
81+
82+
1. Select **Create**.
83+
84+
85+
## Create a virtual network
86+
87+
1. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
88+
89+
1. Select **+ Create**.
90+
91+
1. In **Create virtual network**, enter or select the following information:
92+
93+
| Setting | Value |
94+
| ------- | ----- |
95+
| **Project details** | |
96+
| Subscription | Select your subscription |
97+
| Resource group | Select **test-rg** |
98+
|**Instance details** | |
99+
| Virtual network name | Enter **vnet-1** |
100+
| Region | Select **(US) East US** |
101+
102+
1. Select **Next**.
103+
104+
1. Select **Next**.
105+
106+
1. In **IP addresses**, select the **default** subnet.
107+
108+
1. In **Edit subnet**, in **Name** enter **VirtualNetworkApplianceSubnet**.
109+
110+
1. Select **Save**.
111+
112+
1. Select **Review + Create**.
113+
114+
1. Select **Create**.
115+
116+
## Create a virtual network routing appliance
117+
118+
1. In the search box at the top of the portal, enter **Virtual network appliance**. Select **Virtual network appliances** in the search result.
119+
120+
1. Select **+ Create**.
121+
122+
1. In **Create a virtual network appliance**, enter or select the following information in the **Basics** tab:
123+
124+
| Setting | Value |
125+
| ------- | ----- |
126+
| **Project details** | |
127+
| Subscription | Select your subscription |
128+
| Resource group | Select **test-rg** |
129+
| **Instance details** | |
130+
| Name | Enter **vnet-appliance** |
131+
| Region | Select **East US** |
132+
| Capacity | Select **50 Gpbs** |
133+
| Virtual Network | Select **vnet-1** |
134+
135+
136+
1. Select **Review + create**.
137+
138+
1. Select **Create**.
139+
140+
The portal creates the Virtual Network routing appliance in a dedicated subnet named `VirtualNetworkApplianceSubnet`. If you create multiple appliance instances, you create them in the same dedicated subnet.
141+
142+
**Optional**: During creation, you can choose a network security group and route table for the virtual network appliance's dedicated subnet.
143+
144+
## Troubleshoot
145+
146+
### Creation fails because the subscription isn't enabled
147+
148+
If you see an error indicating your subscription isn't enabled or allowlisted, it typically means your AFEC registration isn't yet approved for `Microsoft.network/AllowVirtualNetworkAppliance`. Register via AFEC and wait for approval.
149+
150+
### Appliance isn't getting traffic as expected
151+
152+
- Verify NSGs and route tables attached to the appliance instance (or to the hosting subnet) match your intended routing and security configuration.
153+
- Use NSG flow logs (if enabled in your environment) to help validate connectivity and rule matches.
108 KB
Loading
66.2 KB
Loading
78.9 KB
Loading

articles/virtual-network/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
href: /azure/well-architected/service-guides/virtual-network
2121
- name: What is network foundations?
2222
href: /azure/networking/foundations/network-foundations-overview
23+
- name: Virtual network routing appliance
24+
href: virtual-network-routing-appliance-overview.md
2325
- name: Get started
2426
items:
2527
- name: Add, change, or delete a subnet
@@ -32,6 +34,8 @@
3234
href: virtual-network-vnet-plan-design-arm.md
3335
- name: Traffic routing
3436
href: virtual-networks-udr-overview.md
37+
- name: Create a virtual network routing appliance
38+
href: how-to-create-virtual-network-routing-appliance.md
3539
- name: Security
3640
items:
3741
- name: Secure Virtual Network
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
title: Virtual Network Routing Appliance Overview
3+
titleSuffix: Azure Virtual Network
4+
description: Learn about virtual network routing appliance, a high-performance routing solution designed for low latency, high throughput, and seamless Azure-native management.
5+
#customer intent: As a network administrator, I want to understand what a virtual network routing appliance is so that I can determine its use cases for my organization.
6+
author: asudbring
7+
ms.author: allensu
8+
ms.reviewer: allensu
9+
ms.date: 02/04/2026
10+
ms.topic: concept-article
11+
ms.service: azure-virtual-network
12+
---
13+
14+
# Virtual network routing appliance overview
15+
16+
Azure Virtual Network routing appliance is a high-performance solution that provides a managed, scalable forwarding layer for your virtual networks. Unlike traditional hub-and-spoke architectures that rely on virtual machines for routing, virtual network routing appliance runs on specialized networking hardware to deliver low latency and high throughput for your traffic flows.
17+
18+
As a top-level Azure resource, virtual network routing appliance integrates with Azure's management model, so you can deploy, configure, and govern it using familiar Azure tools and processes. You deploy the appliance in a dedicated subnet within your virtual network, where it acts as a high-bandwidth forwarding layer for routed traffic.
19+
20+
Virtual network routing appliance is ideal for organizations that need to:
21+
22+
- Scale routing capacity horizontally to meet growing bandwidth demands
23+
- Reduce latency for east-west traffic flows
24+
- Eliminate routing bottlenecks in hub-and-spoke network topologies
25+
- Maintain Azure-native management and governance
26+
27+
> [!IMPORTANT]
28+
> Azure Virtual Network routing appliance is currently in PREVIEW.
29+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
30+
31+
32+
Virtual network routing appliance is an Azure-managed network routing device that you deploy inside your virtual network. It acts as a high-bandwidth forwarding layer for routed traffic flows, so you don't need to run your own virtual machines as the forwarding layer.
33+
34+
:::image type="content" source="media/virtual-network-routing-appliance-overview/virtual-network-appliance-diagram.png" alt-text="Diagram showing Virtual network routing appliance architecture in Azure.":::
35+
36+
Key characteristics:
37+
38+
- Azure resource model: You create and manage virtual network routing appliance as an Azure resource, similar to other networking resources.
39+
- Dedicated subnet: You host the appliance in a dedicated subnet named "VirtualNetworkApplianceSubnet."
40+
- In the data path: The appliance forwards traffic (data path).
41+
42+
## Benefits
43+
44+
### High throughput and low latency forwarding layer
45+
46+
Many hub and spoke designs rely on a centralized forwarder that can become a bottleneck. Virtual network routing appliance is a lightweight, high-performance forwarding layer that reduces the risk of the forwarding layer becoming the choke point for traffic flows.
47+
48+
### Purpose-built for horizontal scaling and accelerated east–west flows
49+
50+
Virtual network routing appliance is purpose-built for horizontal scaling, accelerated east–west flows, high throughput, and low latency to meet massive bandwidth demands.
51+
52+
### Azure-native management model
53+
54+
Because Virtual network routing appliance is a top-level Azure resource, you can manage and govern it like other Azure networking resources.
55+
56+
## Preview region availability
57+
58+
During the public preview, virtual network routing appliance is available in a limited set of Azure regions. The current public preview regions include:
59+
- East US
60+
- East US 2
61+
- West Central US
62+
- West US
63+
- North Europe
64+
- UK South
65+
- West Europe
66+
- East Asia
67+
68+
## Limitations (public preview)
69+
70+
- This preview is intended for testing, evaluation, and feedback purposes. Don't use the preview for production workloads.
71+
72+
- Each subscription can have up to two virtual network appliance instances.
73+
74+
- During preview, each virtual network appliance supports up to 200 Gbps of configurable bandwidth.
75+
76+
- Select regions offer the preview: West US, East US, East Asia, North Europe, West Europe, East US 2, West Central US, and UK South.
77+
78+
- Placement of a virtual network routing appliance behind an internal load balancer isn't supported.
79+
80+
- Traffic routed through a virtual network routing appliance can't reach destinations exposed via Azure Private Link/Private Link Service.
81+
82+
- Global and cross-region Private Endpoint and peering aren't supported.
83+
84+
- IPv4 is supported. IPv6 isn't in scope for this public preview.
85+
86+
- During preview, the virtual network appliance instance doesn't provide metrics or logs.
87+
88+
- The preview is free. Advance notice is provided before billing is enabled.
89+
90+
- During preview, client tools such as Azure CLI, PowerShell, and Terraform aren't supported.
91+
92+
## How to request support and provide feedback
93+
94+
### Support during public preview
95+
96+
During the public preview phase, the product group provides support services for the preview. To request support, fill out [this form](https://forms.office.com/r/pvamBMUx25).
97+
98+
### Provide feedback
99+
100+
To provide feedback, fill out [this form](https://forms.office.com/r/pvamBMUx25).

0 commit comments

Comments
 (0)