Skip to content

Commit 5ebc961

Browse files
authored
Issue when mounting file share of type NFS (BYOS) to App Service
An email was sent to the "Azure Web Apps (Antares) discussions" alias requesting this change. Azure Files are supported for Linux App Service. I think the nuance here is that we only support (currently) Azure Files SMB, but not Azure Files NFS. Valid point though to call this out explicitly in our docs and such.
1 parent fd44b71 commit 5ebc961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The following features are supported for Linux containers:
106106
- 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.)
107107
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
108108
- 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](https://docs.microsoft.com/en-us/azure/storage/files/files-smb-protocol) are supported. Azure Files [NFS](https://docs.microsoft.com/en-us/azure/storage/files/files-nfs-protocol) is not currently supported for Linux App Services.
109110

110111
::: zone-end
111112

0 commit comments

Comments
 (0)