Skip to content

Commit 7f308e5

Browse files
committed
add screenshot
1 parent 5e5f770 commit 7f308e5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

articles/storage/files/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
href: authorize-oauth-rest.md
170170
- name: Enable threat protection
171171
href: ../common/azure-defender-storage-configure.md?toc=/azure/storage/files/toc.json
172+
- name: Configure root squash (NFS shares)
173+
href: nfs-root-squash.md
172174
- name: Data protection
173175
items:
174176
- name: Data protection overview
@@ -211,8 +213,6 @@
211213
href: ../../backup/manage-afs-powershell.md?toc=/azure/storage/files/toc.json
212214
- name: REST API
213215
href: ../../backup/manage-azure-file-share-rest-api.md?toc=/azure/storage/files/toc.json
214-
- name: Root squash (NFS shares)
215-
href: nfs-root-squash.md
216216
- name: Availability and disaster recovery
217217
items:
218218
- name: Storage redundancy
42.2 KB
Loading

articles/storage/files/nfs-root-squash.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,19 @@ The following table highlights the UID behavior observed from the server when sp
5454

5555
You can configure root squash settings via the Azure portal, Azure PowerShell, or Azure CLI.
5656

57-
5857
# [Portal](#tab/azure-portal)
5958

6059
1. Sign in to the Azure portal and navigate to the FileStorage storage account containing the NFS Azure file share.
6160

6261
1. In the service menu, under **Data storage**, select **File shares**.
6362

64-
1.
63+
1. Select the file share for which you want to modify the root squash setting.
64+
65+
1. In the service menu, select **Properties**. Then toggle the **Root squash** setting as desired.
66+
67+
:::image type="content" source="media/nfs-root-squash/toggle-root-squash.png" alt-text="Screenshot showing how to create a storage account in the Azure portal." lightbox="media/nfs-root-squash/toggle-root-squash.png":::
68+
69+
1. Select **Save** to update the root squash value.
6570

6671
# [Azure PowerShell](#tab/azure-powershell)
6772

0 commit comments

Comments
 (0)