Skip to content

Commit b1187d6

Browse files
authored
add storage account limitation
1 parent b8c8698 commit b1187d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/app-service/overview-vnet-integration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrate your app with an Azure virtual network
33
description: Integrate your app in Azure App Service with Azure virtual networks.
44
author: seligj95
55
ms.topic: conceptual
6-
ms.date: 03/14/2025
6+
ms.date: 08/11/2025
77
ms.update-cycle: 1095-days
88
ms.author: jordanselig
99
ms.custom:
@@ -215,12 +215,13 @@ There are some limitations with using virtual network integration:
215215

216216
* The feature requires an unused subnet that's an IPv4 `/28` block or larger in an Azure Resource Manager virtual network. MPSJ requires a `/26` block or larger.
217217
* The app and the virtual network must be in the same region.
218-
* The integration virtual network can't have IPv6 address spaces defined.
219218
* The integration subnet can't have [service endpoint policies](../virtual-network/virtual-network-service-endpoint-policies-overview.md) enabled.
220219
* You can't delete a virtual network with an integrated app. Remove the integration before you delete the virtual network.
221220
* You can't have more than two virtual network integrations per App Service plan. Multiple apps in the same App Service plan can use the same virtual network integration.
222221
* You can't change the subscription of an app or a plan while there's an app that's using virtual network integration.
223222
* App Service Logs to private storage accounts is currently not supported. We recommend using Diagnostics Logging and allowing Trusted Services for the storage account.
223+
* Connectivity to public Azure Storage accounts might fail for VNet-integrated apps when VNet Route All is enabled and the app does not use service endpoints, private endpoints, or User-Defined Routes (UDRs). Traffic is expected to route via the default route (Internet). This scenario is common when the storage account is in a different region than the virtual network.
224+
* To restore or ensure connectivity, enable service endpoints for the storage account, configure private endpoints, or move the storage account to the same region as the virtual network.
224225

225226
## Access on-premises resources
226227

0 commit comments

Comments
 (0)