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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This guide shows how to mount Azure Storage Files as a network share in a Window
21
21
22
22
::: zone pivot="container-linux"
23
23
24
-
This guide shows how to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. The benefits of custom-mounted storage include:
24
+
This guide shows how to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. See the video [how to mount Azure Storage as a local share](https://www.youtube.com/watch?v=OJkvpWYr57Y). The benefits of custom-mounted storage include:
25
25
26
26
::: zone-end
27
27
@@ -94,6 +94,7 @@ The following features are supported for Linux containers:
94
94
- FTP/FTPS access to custom-mounted storage is not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
95
95
- Azure CLI, Azure PowerShell, and Azure SDK support is in preview.
96
96
- Mapping `/` or `/home` to custom-mounted storage is not supported.
97
+
- Don't map the custom storage mount to `/tmp` or its subdirectories as this may cause timeout during app startup.
97
98
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
98
99
- Storage mounts are not backed up when you [back up your app](manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
99
100
@@ -243,5 +244,6 @@ To validate that the Azure Storage is mounted successfully for the app:
243
244
::: zone pivot="container-linux"
244
245
245
246
- [Configure a custom container](configure-custom-container.md?pivots=platform-linux).
247
+
- [Video: How to mount Azure Storage as a local share](https://www.youtube.com/watch?v=OJkvpWYr57Y).
0 commit comments