You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/tutorial-tap-virtual-network-cli.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Read [prerequisites](virtual-network-tap-overview.md#prerequisites) before you c
42
42
az provider register --namespace Microsoft.Network --subscription $subscriptionId
43
43
```
44
44
45
-
4. If the destination for the virtual network TAP is the network interface on the network virtual appliance for collector or analytics tool -
45
+
4. If the destination for the virtual network TAP is the network interface on the network virtual appliance for collector or analytics tool:
46
46
47
47
- Retrieve the IP configuration of the network virtual appliance's network interface into a variable that is used in a later step. The ID is the end point that aggregates the TAP traffic. The following example retrieves the ID of the *ipconfig1* IP configuration for a network interface named *myNetworkInterface*, in a resource group named *myResourceGroup*:
48
48
@@ -153,3 +153,6 @@ Read [prerequisites](virtual-network-tap-overview.md#prerequisites) before you c
153
153
--resource-group myResourceGroup \
154
154
--name myTap
155
155
```
156
+
157
+
## Next steps
158
+
-[Virtual network TAP overview](virtual-network-tap-overview.md)
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-troubleshoot-cannot-delete-vnet.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Cannot delete a virtual network in Azure
3
-
description: Learn how to troubleshoot the issue in which you cannot delete a virtual network in Azure.
2
+
title: Can't delete a virtual network in Azure
3
+
description: Learn how to troubleshoot the issue in which you can't delete a virtual network in Azure.
4
4
services: virtual-network
5
5
author: asudbring
6
6
manager: dcscontentpm
7
7
ms.service: azure-virtual-network
8
8
ms.topic: troubleshooting
9
-
ms.date: 10/31/2018
9
+
ms.date: 04/17/2025
10
10
ms.author: allensu
11
11
ms.custom: fasttrack-edit
12
12
---
@@ -26,15 +26,15 @@ You might receive errors when you try to delete a virtual network in Microsoft A
26
26
5.[Check whether the virtual network is connected to other resource](#check-whether-the-virtual-network-is-connected-to-other-resource).
27
27
6.[Check whether a virtual machine is still running in the virtual network](#check-whether-a-virtual-machine-is-still-running-in-the-virtual-network).
28
28
7.[Check whether the virtual network is stuck in migration](#check-whether-the-virtual-network-is-stuck-in-migration).
29
-
8.[Check whether the virtual network was used by a web app for VNet integration](#check-whether-the-virtual-network-was-used-by-a-web-app-for-vnet-integration).
29
+
8.[Check whether the virtual network was used by a web app for virtual network integration](#check-whether-the-virtual-network-was-used-by-a-web-app-for-vnet-integration).
30
30
31
31
## Troubleshooting steps
32
32
33
33
### Check whether a virtual network gateway is running in the virtual network
34
34
35
35
To remove the virtual network, you must first remove the virtual network gateway.
36
36
37
-
For classic virtual networks, go to the **Overview** page of the classic virtual network in the Azure portal. In the **VPN connections** section, if the gateway is running in the virtual network, you will see the IP address of the gateway.
37
+
For classic virtual networks, go to the **Overview** page of the classic virtual network in the Azure portal. In the **VPN connections** section, if the gateway is running in the virtual network, the IP address of the gateway is shown.
38
38
39
39

40
40
@@ -50,7 +50,7 @@ Go to the **Overview** page of the virtual network. Check the **Connected device
50
50
51
51

52
52
53
-
If there is an application gateway, you must remove it before you can delete the virtual network.
53
+
If there's an application gateway, you must remove it before you can delete the virtual network.
54
54
55
55
### Check whether Azure container instances still exist in the virtual network
56
56
@@ -69,7 +69,7 @@ If these steps don't resolve the issue, use these [Azure CLI commands](/azure/co
69
69
70
70
### Check whether Microsoft Entra Domain Service is enabled in the virtual network
71
71
72
-
If the Active Directory Domain Service is enabled and connected to the virtual network, you cannot delete this virtual network.
72
+
If the Active Directory Domain Service is enabled and connected to the virtual network, you can't delete this virtual network.
73
73
74
74
To disable the service, see [Disable Microsoft Entra Domain Services using the Azure portal](../active-directory-domain-services/delete-aadds.md).
75
75
@@ -91,15 +91,15 @@ Make sure that no virtual machine is in the virtual network.
91
91
92
92
### Check whether the virtual network is stuck in migration
93
93
94
-
If the virtual network is stuck in a migration state, it cannot be deleted. Run the following command to abort the migration, and then delete the virtual network.
94
+
If the virtual network is stuck in a migration state, it can't be deleted. Run the following command to abort the migration, and then delete the virtual network.
### Check whether the virtual network was used by a web app for VNet integration
100
+
### Check whether the virtual network was used by a web app for virtual network integration
101
101
102
-
If the virtual network was integrated with a web app in the past, then the web app was deleted without disconnecting the VNet integration, see [Deleting the App Service plan or web app before disconnecting the VNet integration](../azure-functions/functions-networking-options.md#troubleshooting).
102
+
If the virtual network was integrated with a web app in the past, then the web app was deleted without disconnecting the virtual network integration, see [Deleting the App Service plan or web app before disconnecting the virtual network integration](../azure-functions/functions-networking-options.md#troubleshooting).
0 commit comments