Skip to content

Commit 60709dc

Browse files
authored
Merge pull request #179583 from msangapu-msft/patch-11
Update configure-connect-to-azure-storage.md
2 parents dca84d7 + 3e92ea0 commit 60709dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide shows how to mount Azure Storage Files as a network share in a Window
2121

2222
::: zone pivot="container-linux"
2323

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:
2525

2626
::: zone-end
2727

@@ -94,6 +94,7 @@ The following features are supported for Linux containers:
9494
- FTP/FTPS access to custom-mounted storage is not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
9595
- Azure CLI, Azure PowerShell, and Azure SDK support is in preview.
9696
- 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.
9798
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
9899
- 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.
99100

@@ -243,5 +244,6 @@ To validate that the Azure Storage is mounted successfully for the app:
243244
::: zone pivot="container-linux"
244245

245246
- [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).
246248

247-
::: zone-end
249+
::: zone-end

0 commit comments

Comments
 (0)