Skip to content

Commit c9236fa

Browse files
authored
Added sub-section for vnet integration
added sub section for "Check whether the virtual network was used by a web app for VNet integration" and pointing to the newly added troubleshooting steps in the VNet Integration page - https://docs.microsoft.com/en-us/azure/app-service/overview-vnet-integration#deleting-the-app-service-plan-or-web-app-before-disconnecting-the-vnet-integration.
1 parent 9ecf7fc commit c9236fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ms.tgt_pltfrm: na
1515
ms.workload: infrastructure-services
1616
ms.date: 10/31/2018
1717
ms.author: genli
18+
ms.custom: fasttrack-edit
1819

1920
---
2021

@@ -33,6 +34,7 @@ You might receive errors when you try to delete a virtual network in Microsoft A
3334
5. [Check whether the virtual network is connected to other resource](#check-whether-the-virtual-network-is-connected-to-other-resource).
3435
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).
3536
7. [Check whether the virtual network is stuck in migration](#check-whether-the-virtual-network-is-stuck-in-migration).
37+
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).
3638

3739
## Troubleshooting steps
3840

@@ -103,7 +105,11 @@ If the virtual network is stuck in a migration state, it cannot be deleted. Run
103105
Move-AzureVirtualNetwork -VirtualNetworkName "Name" -Abort
104106
```
105107

108+
### Check whether the virtual network was used by a web app for VNet integration
109+
110+
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](https://docs.microsoft.com/en-us/azure/app-service/overview-vnet-integration#deleting-the-app-service-plan-or-web-app-before-disconnecting-the-vnet-integration).
111+
106112
## Next steps
107113

108114
- [Azure Virtual Network](virtual-networks-overview.md)
109-
- [Azure Virtual Network frequently asked questions (FAQ)](virtual-networks-faq.md)
115+
- [Azure Virtual Network frequently asked questions (FAQ)](virtual-networks-faq.md)

0 commit comments

Comments
 (0)