Skip to content

Commit 2a0f673

Browse files
committed
GA of ANFChownMode and ANFUnixPermissions
1 parent 60d4247 commit 2a0f673

File tree

2 files changed

+8
-30
lines changed

2 files changed

+8
-30
lines changed

articles/azure-netapp-files/configure-unix-permissions-change-ownership-mode.md

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 04/13/2022
15+
ms.date: 02/28/2023
1616
ms.author: anfdocs
1717
---
1818
# Configure Unix permissions and change ownership mode for NFS and dual-protocol volumes
@@ -41,39 +41,13 @@ The change ownership mode (**`Chown Mode`**) functionality enables you to set th
4141

4242
## Steps
4343

44-
1. The Unix permissions and change ownership mode features are currently in preview. Before using these features for the first time, you need to register the features:
45-
46-
1. Register the **Unix permissions** feature:
47-
48-
```azurepowershell-interactive
49-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFUnixPermissions
50-
```
51-
52-
2. Register the **change ownership mode** feature:
53-
54-
```azurepowershell-interactive
55-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFChownMode
56-
```
57-
58-
3. Check the status of the feature registration:
59-
60-
> [!NOTE]
61-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is `Registered` before continuing.
62-
63-
```azurepowershell-interactive
64-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFUnixPermissions
65-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFChownMode
66-
```
67-
68-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
69-
70-
2. You can specify the **Unix permissions** and change ownership mode (**`Chown Mode`**) settings under the **Protocol** tab when you [create an NFS volume](azure-netapp-files-create-volumes.md) or [create a dual-protocol volume](create-volumes-dual-protocol.md).
44+
1. You can specify the **Unix permissions** and change ownership mode (**`Chown Mode`**) settings under the **Protocol** tab when you [create an NFS volume](azure-netapp-files-create-volumes.md) or [create a dual-protocol volume](create-volumes-dual-protocol.md).
7145

7246
The following example shows the Create a Volume screen for an NFS volume.
7347

7448
![Screenshots that shows the Create a Volume screen for NFS.](../media/azure-netapp-files/unix-permissions-create-nfs-volume.png)
7549

76-
3. For existing NFS or dual-protocol volumes, you can set or modify **Unix permissions** and **change ownership mode** as follows:
50+
2. For existing NFS or dual-protocol volumes, you can set or modify **Unix permissions** and **change ownership mode** as follows:
7751

7852
1. To modify Unix permissions, right-click the **volume**, and select **Edit**. In the Edit window that appears, specify a value for **Unix Permissions**.
7953
![Screenshots that shows the Edit screen for Unix permissions.](../media/azure-netapp-files/unix-permissions-edit.png)

articles/azure-netapp-files/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: overview
15-
ms.date: 02/27/2023
15+
ms.date: 02/28/2023
1616
ms.author: anfdocs
1717
---
1818
# What's new in Azure NetApp Files
@@ -21,6 +21,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
2121

2222
## February 2023
2323

24+
* The [Unix permissions and change ownership mode](configure-unix-permissions-change-ownership-mode.md) features are now generally available (GA).
25+
26+
You no longer need to register the features before using them.
27+
2428
* The `Vaults` API is deprecated starting with Azure NetApp Files REST API version 2022-09-01.
2529

2630
Enabling backup of volumes doesn't require the `Vaults` API. REST API users can use `PUT` and `PATCH` [Volumes API](/rest/api/netapp/volumes) to enable backup for a volume.

0 commit comments

Comments
 (0)