Skip to content

Commit 9c85d54

Browse files
authored
Update NFS instructions
1 parent ea0a316 commit 9c85d54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,13 @@ Azure Files supports both SMB and NFS protocols. You can mount an Azure Files sh
235235
To enable Azure Files storage in your container, you need to set up your environment and container app as follows:
236236

237237
* Create a storage definition in the Container Apps environment.
238-
* If you are using NFS, your environment must be configured with a custom VNet and the storage account must be configured to allow access from the VNet.
238+
* If you are using NFS, your environment must be configured with a custom VNet and the storage account must be configured to allow access from the VNet. For more information, see [NFS file shares in Azure Files
239+
](../storage/files/files-nfs-protocol.md).
239240
* If your environment is configured with a custom VNet, you must allow ports 445 and 2049 in the network security group (NSG) associated with the subnet.
240241
* Define a volume of type `AzureFile` (SMB) or `NfsAzureFile` (NFS) in a revision.
241242
* Define a volume mount in one or more containers in the revision.
242243
* The Azure Files storage account used must be accessible from your container app's virtual network. For more information, see [Grant access from a virtual network](/azure/storage/common/storage-network-security#grant-access-from-a-virtual-network).
244+
* If you're using NFS, you must also disable secure transfer. For more information, see [NFS file shares in Azure Files](../storage/files/files-nfs-protocol.md) and the *Create an NFS Azure file share* section in [this tutorial](../storage/files/storage-files-quick-create-use-linux.md#create-an-nfs-azure-file-share).
243245

244246
### Prerequisites
245247

0 commit comments

Comments
 (0)