Skip to content

Commit 188077c

Browse files
Merge pull request #301786 from b-ahibbard/format
formatting
2 parents 3d48954 + 36b88d5 commit 188077c

6 files changed

+18
-18
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Configure NFSv4.1 ID domain for Azure NetApp Files | Microsoft Docs
2+
title: Configure NFSv4.1 ID domain for Azure NetApp Files
33
description: Learn how to configure NFSv4.1 ID domain for using NFSv4.1 with Azure NetApp Files.
44
author: b-hchen
55
ms.service: azure-netapp-files
66
ms.topic: how-to
7-
ms.date: 07/12/2023
7+
ms.date: 04/12/2025
88
ms.author: anfdocs
99
---
1010
# Configure NFSv4.1 ID domain for Azure NetApp Files

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Creating a capacity pool enables you to create volumes within it.
2828

2929
1. Register the feature:
3030

31-
```azpowershell-interactive
32-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
33-
```
31+
```azurepowershell-interactive
32+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
33+
```
3434
3535
2. Check the status of feature registration with the command:
3636

articles/azure-netapp-files/network-attached-file-permissions-smb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: concept-article
8-
ms.date: 11/13/2023
8+
ms.date: 01/13/2025
99
ms.author: anfdocs
1010
---
1111

articles/azure-netapp-files/network-attached-storage-permissions.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: concept-article
8-
ms.date: 11/13/2023
8+
ms.date: 01/13/2025
99
ms.author: anfdocs
1010
---
1111

1212
# Understand NAS share permissions in Azure NetApp Files
1313

14-
Azure NetApp Files provides several ways to secure your NAS data. One aspect of that security is permissions. In NAS, permissions can be broken down into two categories:
14+
Azure NetApp Files provides several ways to secure your network attached storage (NAS) data. One aspect of that security is permissions. In NAS, permissions can be broken down into two categories:
1515

1616
* **Share access permissions** limit who can mount a NAS volume. NFS controls share access permissions via IP address or hostname. SMB controls this via user and group access control lists (ACLs).
1717
* **[File access permissions](network-attached-file-permissions.md)** limit what users and groups can do once a NAS volume is mounted. File access permissions are applied to individual files and folders.
@@ -49,7 +49,7 @@ When creating an Azure NetApp Files volume, there are several options configurab
4949

5050
### Default policy rule in Azure NetApp Files
5151

52-
When creating a new volume, a default policy rule is created. The default policy prevents a scenario where a volume is created without policy rules, which would restrict access for any client attempting access to the export. If there are no rules, there is no access.
52+
When creating a new volume, a default policy rule is created. The default policy prevents a scenario where a volume is created without policy rules, which would restrict access for any client attempting access to the export. Without rules, there's no access to the volume.
5353

5454
The default rule has the following values:
5555

@@ -85,7 +85,7 @@ To learn more about managing export policies, see [Configure export policies for
8585

8686
#### Export policy rule ordering
8787

88-
The order of export policy rules determines how they are applied. The first rule in the list that applies to an NFS client is the rule used for that client. When using CIDR ranges/subnets for export policy rules, an NFS client in that range may receive unwanted access due to the range in which it's included.
88+
The order of export policy rules determines how they're applied. The first rule in the list that applies to an NFS client is the rule used for that client. When using CIDR ranges/subnets for export policy rules, an NFS client in that range might receive unwanted access due to the range in which it's included.
8989

9090
Consider the following example:
9191

@@ -103,7 +103,7 @@ To fix this and set access to the desired level, the rules can be re-ordered to
103103
104104
## SMB shares
105105

106-
SMB shares enable end users can access SMB or dual-protocol volumes in Azure NetApp Files. Access controls for SMB shares are limited in the Azure NetApp Files control plane to only SMB security options such as access-based enumeration and non-browsable share functionality. These security options are configured during volume creation with the **Edit volume** functionality.
106+
SMB shares enable end users can access SMB or dual-protocol volumes in Azure NetApp Files. Access controls for SMB shares are limited in the Azure NetApp Files control plane to only SMB security options such as access-based enumeration and nonbrowsable share functionality. These security options are configured during volume creation with the **Edit volume** functionality.
107107

108108
:::image type="content" source="./media/network-attached-storage-permissions/share-level-permissions.png" alt-text="Screenshot of share-level permissions." lightbox="./media/network-attached-storage-permissions/share-level-permissions.png":::
109109

@@ -137,19 +137,19 @@ With access-based enumeration enabled, `ABE-file` doesn't display to the user.
137137

138138
#### Non-browsable shares
139139

140-
The non-browsable shares feature in Azure NetApp Files limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share.
140+
The nonbrowsable shares feature in Azure NetApp Files limits clients from browsing for an SMB share by hiding the share from view in Windows Explorer or when listing shares in "net view." Only end users that know the absolute paths to the share are able to find the share.
141141

142-
In the following image, the non-browsable share property isn't enabled for `SMBVolume`, so the volume displays in the listing of the file server (using `\\servername`).
142+
In the following image, the nonbrowsable share property isn't enabled for `SMBVolume`, so the volume displays in the listing of the file server (using `\\servername`).
143143

144144
:::image type="content" source="./media/network-attached-storage-permissions/directory-with-smb-volume.png" alt-text="Screenshot of a directory that includes folder SMBVolume." lightbox="./media/network-attached-storage-permissions/directory-with-smb-volume.png":::
145145

146-
With non-browsable shares enabled on `SMBVolume` in Azure NetApp Files, the same view of the file server excludes `SMBVolume`.
146+
With nonbrowsable shares enabled on `SMBVolume` in Azure NetApp Files, the same view of the file server excludes `SMBVolume`.
147147

148-
In the next image, the share `SMBVolume` has non-browsable shares enabled in Azure NetApp Files. When that is enabled, this is the view of the top level of the file server.
148+
In the next image, the share `SMBVolume` has nonbrowsable shares enabled in Azure NetApp Files. When that is enabled, this is the view of the top level of the file server.
149149

150150
:::image type="content" source="./media/network-attached-storage-permissions/directory-no-smb-volume.png" alt-text="Screenshot of a directory with two sub-directories." lightbox="./media/network-attached-storage-permissions/directory-no-smb-volume.png":::
151151

152-
Even though the volume in the listing cannot be seen, it remains accessible if the user knows the file path.
152+
Even though the volume in the listing can't be seen, it remains accessible if the user knows the file path.
153153

154154
:::image type="content" source="./media/network-attached-storage-permissions/smb-volume-file-path.png" alt-text="Screenshot of Windows Explorer with file path highlighted." lightbox="./media/network-attached-storage-permissions/smb-volume-file-path.png":::
155155

articles/azure-netapp-files/understand-file-locks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Understand file locking and lock types in Azure NetApp Files | Microsoft Docs
2+
title: Understand file locking and lock types in Azure NetApp Files
33
description: Understand the concept of file locking and the different types of NFS locks.
44
services: azure-netapp-files
55
author: netapp-manishc

articles/azure-netapp-files/volume-quota-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Understand volume quota for Azure NetApp Files | Microsoft Docs
2+
title: Understand volume quota for Azure NetApp Files
33
description: Provides an overview about volume quota. Also provides references about monitoring and managing volume and pool capacity.
44
services: azure-netapp-files
55
author: b-hchen

0 commit comments

Comments
 (0)