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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@ The following features are supported for Linux containers:
106
106
- Mapping `/mounts`, `mounts/foo/bar`, `/`, and `/mounts/foo.bar/` to custom-mounted storage is not supported (you can only use /mounts/pathname for mounting custom storage to your web app.)
107
107
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
108
108
- 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.
109
-
- Only Azure Files [SMB](../storage/files/files-smb-protocol.md) are supported. Azure Files [NFS](../storage/files/files-nfs-protocol.md) is not currently supported for Linux App Services.
110
109
111
110
::: zone-end
112
111
@@ -118,7 +117,7 @@ The following features are supported for Linux containers:
118
117
- FTP/FTPS access to mounted storage not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
119
118
- Mapping `[C-Z]:\`, `[C-Z]:\home`, `/`, and `/home` to custom-mounted storage is not supported.
120
119
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
121
-
- 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.
120
+
- 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.
122
121
123
122
> [!NOTE]
124
123
> Ensure ports 80 and 445 are open when using Azure Files with VNET integration.
@@ -134,6 +133,7 @@ The following features are supported for Linux containers:
134
133
- Don't map the custom storage mount to `/tmp` or its subdirectories as this may cause timeout during app startup.
135
134
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
136
135
- 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.
136
+
- Only Azure Files [SMB](../storage/files/files-smb-protocol.md) are supported. Azure Files [NFS](../storage/files/files-nfs-protocol.md) is not currently supported for Linux App Services.
137
137
138
138
> [!NOTE]
139
139
> When VNET integration is used, ensure the following ports are open:
@@ -343,4 +343,4 @@ To validate that the Azure Storage is mounted successfully for the app:
343
343
- [Configure a custom container](configure-custom-container.md?pivots=platform-linux).
344
344
- [Video: How to mount Azure Storage as a local share](https://www.youtube.com/watch?v=OJkvpWYr57Y).
0 commit comments