Skip to content

Commit 8d8a39c

Browse files
committed
more updates
1 parent 06a7409 commit 8d8a39c

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

articles/virtual-network/tutorial-tap-virtual-network-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Read [prerequisites](virtual-network-tap-overview.md#prerequisites) before you c
4242
az provider register --namespace Microsoft.Network --subscription $subscriptionId
4343
```
4444

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:
4646

4747
- 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*:
4848

@@ -153,3 +153,6 @@ Read [prerequisites](virtual-network-tap-overview.md#prerequisites) before you c
153153
--resource-group myResourceGroup \
154154
--name myTap
155155
```
156+
157+
## Next steps
158+
- [Virtual network TAP overview](virtual-network-tap-overview.md)

articles/virtual-network/virtual-network-troubleshoot-cannot-delete-vnet.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
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.
44
services: virtual-network
55
author: asudbring
66
manager: dcscontentpm
77
ms.service: azure-virtual-network
88
ms.topic: troubleshooting
9-
ms.date: 10/31/2018
9+
ms.date: 04/17/2025
1010
ms.author: allensu
1111
ms.custom: fasttrack-edit
1212
---
@@ -26,15 +26,15 @@ You might receive errors when you try to delete a virtual network in Microsoft A
2626
5. [Check whether the virtual network is connected to other resource](#check-whether-the-virtual-network-is-connected-to-other-resource).
2727
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).
2828
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).
3030

3131
## Troubleshooting steps
3232

3333
### Check whether a virtual network gateway is running in the virtual network
3434

3535
To remove the virtual network, you must first remove the virtual network gateway.
3636

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.
3838

3939
![Check whether gateway is running](media/virtual-network-troubleshoot-cannot-delete-vnet/classic-gateway.png)
4040

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

5151
![Screenshot of the list of Connected devices for a virtual network in Azure portal. The Application gateway is highlighted in the list.](media/virtual-network-troubleshoot-cannot-delete-vnet/app-gateway.png)
5252

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.
5454

5555
### Check whether Azure container instances still exist in the virtual network
5656

@@ -69,7 +69,7 @@ If these steps don't resolve the issue, use these [Azure CLI commands](/azure/co
6969

7070
### Check whether Microsoft Entra Domain Service is enabled in the virtual network
7171

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.
7373

7474
To disable the service, see [Disable Microsoft Entra Domain Services using the Azure portal](../active-directory-domain-services/delete-aadds.md).
7575

@@ -91,15 +91,15 @@ Make sure that no virtual machine is in the virtual network.
9191

9292
### Check whether the virtual network is stuck in migration
9393

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.
9595

9696
```azurepowershell
9797
Move-AzureVirtualNetwork -VirtualNetworkName "Name" -Abort
9898
```
9999

100-
### 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
101101

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).
103103

104104
## Next steps
105105

0 commit comments

Comments
 (0)