Skip to content

Commit 045be8b

Browse files
Merge pull request #225777 from msangapu-msft/patch-29
Update configure-connect-to-azure-storage.md
2 parents 15fab3c + c9d78a9 commit 045be8b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 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,11 +285,7 @@ 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

293-
> [!NOTE]
294-
> In App Service environment V3, the **Route All** setting is disabled by default and must be explicitly enabled.
295289
::: zone-end
296290

297291
::: zone pivot="container-linux"
@@ -318,8 +312,6 @@ To validate that the Azure Storage is mounted successfully for the app:
318312
319313
- 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.
320314

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-
323315
- 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.
324316

325317
::: zone-end

0 commit comments

Comments
 (0)