Skip to content

Commit b5049ea

Browse files
Update configure-connect-to-azure-storage.md
------- cc: @msangapu-msft
1 parent a9780a3 commit b5049ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ To validate that the Azure Storage is mounted successfully for the app:
261261

262262
- If you [initiate a storage failover](../storage/common/storage-initiate-account-failover.md) and the storage account is mounted to the app, the mount will fail to connect until you either restart the app or remove and add the Azure Storage mount.
263263

264-
- When using Azure Storage [private endpoints](../storage/common/storage-private-endpoints.md) with the app, you need to [enable the **Route All** setting](configure-vnet-integration-routing.md).
265-
266264
- When VNET integration is used, ensure app setting, `WEBSITE_CONTENTOVERVNET` is set to `1` and the following ports are open:
267265
- Azure Files: 80 and 445
268266

@@ -287,8 +285,6 @@ To validate that the Azure Storage is mounted successfully for the app:
287285
- It's not recommended to use storage mounts for local databases (such as SQLite) or for any other applications and components that rely on file handles and locks.
288286

289287
- If you [initiate a storage failover](../storage/common/storage-initiate-account-failover.md) and the storage account is mounted to the app, the mount will fail to connect until you either restart the app or remove and add the Azure Storage mount.
290-
291-
- When using Azure Storage [private endpoints](../storage/common/storage-private-endpoints.md) with the app, you need to [enable the **Route All** setting](configure-vnet-integration-routing.md).
292288

293289
> [!NOTE]
294290
> In App Service environment V3, the **Route All** setting is disabled by default and must be explicitly enabled.
@@ -318,8 +314,6 @@ To validate that the Azure Storage is mounted successfully for the app:
318314
319315
- It's not recommended to use storage mounts for local databases (such as SQLite) or for any other applications and components that rely on file handles and locks.
320316

321-
- When using Azure Storage [private endpoints](../storage/common/storage-private-endpoints.md) with the app, you need to [enable the **Route All** setting](configure-vnet-integration-routing.md).
322-
323317
- If you [initiate a storage failover](../storage/common/storage-initiate-account-failover.md) and the storage account is mounted to the app, the mount will fail to connect until you either restart the app or remove and add the Azure Storage mount.
324318

325319
::: zone-end

0 commit comments

Comments
 (0)