Skip to content

Commit c6d29d7

Browse files
authored
Merge pull request #313473 from MSFT-FrankLpnsk/delete-vnet-conn
[Virtual WAN] Delete VNet COnnection Docs
2 parents a4fe0c1 + b3d3e63 commit c6d29d7

4 files changed

Lines changed: 55 additions & 0 deletions

File tree

articles/virtual-wan/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
href: howto-connect-vnet-hub.md
119119
- name: Connect cross-tenant virtual networks to a Virtual WAN hub
120120
href: cross-tenant-vnet.md
121+
- name: Delete a VNet Connected to a Virtual WAN hub
122+
href: howto-remove-vnet-connection.md
121123
- name: Secured virtual hub
122124
items:
123125
- name: What is a secured virtual hub?
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: 'Remove a VNet Connection to a Virtual WAN hub - portal'
3+
titleSuffix: Azure Virtual WAN
4+
description: Learn how to remove a Virtual Network Connection to a Virtual WAN hub using the portal.
5+
author: flapinski
6+
ms.service: azure-virtual-wan
7+
ms.topic: how-to
8+
ms.date: 03/20/2026
9+
ms.author: flapinski
10+
11+
---
12+
# Remove a virtual network connection from a Virtual WAN hub - portal
13+
14+
This article helps you disconnect your virtual network from your virtual hub using the Azure portal. In this example, we remove the WUS2-VNet connection from the WestUS2-Hub Virtual WAN hub. Repeat these steps for each VNet connection that you want to remove.
15+
16+
:::image type="content" source="./media/howto-remove-virtual-network-connection/vwan-delete-overview.png" alt-text="Diagram that shows architecture of example Virtual WAN." lightbox="./media/howto-remove-virtual-network-connection/vwan-delete-overview.png":::
17+
18+
Before you remove a connection, be aware of the following considerations:
19+
20+
* Removing a virtual network connection doesn't delete the Virtual Network resource itself.
21+
* If you want to completely remove the virtual network from your subscription, you must separately delete the Virtual Network resource after removing the connection.
22+
* Removing the connection terminates any traffic flowing between the Virtual Network and the Virtual WAN hub.
23+
* This method is for VNet connections in the same tenant as the Virtual WAN. Review the documentation for [cross-tenant VNet connections](cross-tenant-vnet.md) for more information on cross-tenant VNet Connections.
24+
25+
> [!IMPORTANT]
26+
> Ensure that no critical workloads depend on this connection before proceeding with removal.
27+
> Delete the Virtual Network Connection via the Virtual WAN portal experience. Deleting via the Virtual Network portal experience may not remove the connection from the Virtual WAN portal and can cause issues with the Virtual WAN hub.
28+
29+
## Remove a connection
30+
1. Navigate to your Virtual WAN resource in the Azure portal.
31+
2. Under **Connectivity**, select **Virtual network connections**.
32+
3. In the list of connections, locate **WUS2-VNet-Connection** connected to the **WestUS2-Hub**.
33+
:::image type="content" source="./media/howto-remove-virtual-network-connection/portal-vnet-conn-overview-delete-vnet-conn.png" alt-text="Diagram that shows an overview of the Virtual WAN VNet Connections." lightbox="./media/howto-remove-virtual-network-connection/portal-vnet-conn-overview-delete-vnet-conn.png":::
34+
4. Select the drop-down next to **Virtual networks** for the Hub you wan to delete the connection for. Select the **"..."** menu for the connection you want to remove and select **"Delete virtual network connection"**.
35+
6. In the confirmation dialog, write **yes** to remove the virtual network connection from the Virtual WAN hub.
36+
37+
Once removed, the West-US2-VNet will no longer be connected to the WestUS2 hub.
38+
39+
## Verify the removal
40+
You can verify the connection is removed by checking:
41+
1. The list of Virtual Network connections under the Virtual WAN resource. The WUS2-VNet-Connection should no longer be listed.
42+
2. The **Activity Log** to ensure the connection was successfully deleted. Look for a **"Deletes a HubVirtualNetworkConnection"** event with a status of **"Succeeded"** for the specific connection you removed.
43+
3. The Virtual Network Peerings for the WUS2-VNet. The peering to the Virtual WAN hub should be removed. </br></br>If the connection still exists, the Virtual WAN Hub Peering will have "RemoteVnetToHubPeering" in the **Name** and the name of the Virtual WAN Hub as part of the **Remote virtual network name**.
44+
45+
46+
> [!NOTE]
47+
>
48+
> * To fully clean up resources, you must delete both the virtual network connection and the Virtual Network resource separately.
49+
50+
## Next steps
51+
52+
For more information about Virtual WAN, see the [Virtual WAN FAQ](virtual-wan-faq.md).
53+
26.2 KB
Loading
54.5 KB
Loading

0 commit comments

Comments
 (0)