Skip to content

Commit f030772

Browse files
authored
Merge pull request #181328 from laghimp/patch-4
Added sub-section for vnet integration
2 parents aa6ae4b + 2b6ad9e commit f030772

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
@@ -14,6 +14,7 @@ ms.tgt_pltfrm: na
1414
ms.workload: infrastructure-services
1515
ms.date: 10/31/2018
1616
ms.author: genli
17+
ms.custom: fasttrack-edit
1718

1819
---
1920

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

3638
## Troubleshooting steps
3739

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

107+
### Check whether the virtual network was used by a web app for VNet integration
108+
109+
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://github.com/MicrosoftDocs/azure-docs/blob/046310ca15df6c82612b11971b9481b98125dd64/includes/app-service-web-vnet-troubleshooting.md).
110+
105111
## Next steps
106112

107113
- [Azure Virtual Network](virtual-networks-overview.md)
108-
- [Azure Virtual Network frequently asked questions (FAQ)](virtual-networks-faq.md)
114+
- [Azure Virtual Network frequently asked questions (FAQ)](virtual-networks-faq.md)

0 commit comments

Comments
 (0)