Skip to content

Commit 7e614ce

Browse files
Merge pull request #214858 from khdownie/kendownie101822
More fixes to Linux articles
2 parents 3900821 + e79221c commit 7e614ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/storage/files/storage-files-how-to-mount-nfs-shares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: files
1010
ms.custom: references_regions
1111
---
1212

13-
# How to mount an NFS Azure file share on Linux
13+
# Mount NFS Azure file share on Linux
1414

1515
Azure file shares can be mounted in Linux distributions using either the Server Message Block (SMB) protocol or the Network File System (NFS) protocol. This article is focused on mounting with NFS. For details on mounting SMB Azure file shares, see [Use Azure Files with Linux](storage-how-to-use-files-linux.md). For details on each of the available protocols, see [Azure file share protocols](storage-files-planning.md#available-protocols).
1616

articles/storage/files/storage-files-quick-create-use-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Next, you'll need to set up a private endpoint for your storage account. This gi
144144

145145
### Disable secure transfer
146146

147-
Azure Files doesn't currently support encryption with the NFS protocol and relies instead on network-level security. Therefore, you'll need to disable secure transfer.
147+
Azure Files doesn't currently support encryption-in-transit with the NFS protocol and relies instead on network-level security. Therefore, you'll need to disable secure transfer.
148148

149149
1. Select **Home** and then **Storage accounts**.
150150

0 commit comments

Comments
 (0)