You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-connect-to-azure-storage.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,8 +261,6 @@ To validate that the Azure Storage is mounted successfully for the app:
261
261
262
262
- 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.
263
263
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
-
266
264
- When VNET integration is used, ensure app setting, `WEBSITE_CONTENTOVERVNET` is set to `1` and the following ports are open:
267
265
- Azure Files: 80 and 445
268
266
@@ -287,11 +285,7 @@ To validate that the Azure Storage is mounted successfully for the app:
287
285
- It's not recommended to use storage mounts forlocal databases (such as SQLite) or for any other applications and components that rely on file handles and locks.
288
286
289
287
- 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).
292
288
293
-
> [!NOTE]
294
-
> In App Service environment V3, the **Route All** setting is disabled by default and must be explicitly enabled.
295
289
::: zone-end
296
290
297
291
::: zone pivot="container-linux"
@@ -318,8 +312,6 @@ To validate that the Azure Storage is mounted successfully for the app:
318
312
319
313
- It's not recommended to use storage mounts forlocal databases (such as SQLite) or for any other applications and components that rely on file handles and locks.
320
314
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
-
323
315
- 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.
0 commit comments