Skip to content

Commit 8318674

Browse files
author
julie.chen
committed
adding NFSv4.1 default domain config instructions
1 parent 75c0eba commit 8318674

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
href: azure-netapp-files-delegate-subnet.md
5050
- name: Create an NFS volume for Azure NetApp Files
5151
href: azure-netapp-files-create-volumes.md
52-
- name: Configure NFSv4.1 default domain for Azure NetApp File
52+
- name: Configure NFSv4.1 default domain for Azure NetApp Files
5353
href: azure-netapp-files-configure-nfsv41-domain.md
5454
- name: Create an SMB volume for Azure NetApp Files
5555
href: azure-netapp-files-create-volumes-smb.md

articles/azure-netapp-files/azure-netapp-files-configure-nfsv41-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: conceptual
1515
ms.date: 11/08/2019
1616
ms.author: b-juche
1717
---
18-
# Configure NFSv4.1 default domain for Azure NetApp File
18+
# Configure NFSv4.1 default domain for Azure NetApp Files
1919

2020
NFSv4 introduces the concept of an authentication domain. Azure NetApp Files currently supports root-only user mapping from the service to the NFS client. To use the NFSv4.1 functionality with Azure NetApp Files, you need to update the NFS client.
2121

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A subnet must be delegated to Azure NetApp Files.
3838
Support for UNIX mode bits (read, write, and execute) is available for NFSv3 and NFSv4.1. Root-level access is required on the NFS client to mount NFS volumes.
3939

4040
* Local user/group and LDAP support for NFSv4.1
41-
Currently, NFSv4.1 supports root access to volumes only. See [Configure NFSv4.1 default domain for Azure NetApp File(azure-netapp-files-configure-nfsv41-domain.md).
41+
Currently, NFSv4.1 supports root access to volumes only. See [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md).
4242

4343
## Best practice
4444

articles/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ You can mount or unmount a volume for Windows or Linux virtual machines as neces
2929

3030
If you are using NFSv4.1, use the following command to mount your file system:
3131
`sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`
32-
See [Configure NFSv4.1 default domain for Azure NetApp File(azure-netapp-files-configure-nfsv41-domain.md).
32+
See [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md).

0 commit comments

Comments
 (0)