Skip to content

Commit f3d4870

Browse files
authored
GA of built-in administrators / Administrators privilege users (removing AFEC: ANFAdAdministrators)
1 parent 97699a5 commit f3d4870

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

articles/azure-netapp-files/create-active-directory-connections.md

Lines changed: 2 additions & 19 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: 03/15/2022
15+
ms.date: 04/12/2022
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -257,7 +257,7 @@ This setting is configured in the **Active Directory Connections** under **NetAp
257257
258258
![Active Directory backup policy users](../media/azure-netapp-files/active-directory-backup-policy-users.png)
259259
260-
* **Administrators privilege users**
260+
* <a name="administrators-privilege-users"></a>**Administrators privilege users**
261261
262262
You can grant additional security privileges to AD users or groups that require even more elevated privileges to access the Azure NetApp Files volumes. The specified accounts will have further elevated permissions at the file or folder level.
263263
@@ -273,23 +273,6 @@ This setting is configured in the **Active Directory Connections** under **NetAp
273273
| `SeChangeNotifyPrivilege` | Bypass traverse checking. <br> Users with this privilege are not required to have traverse (`x`) permissions to traverse folders or symlinks. |
274274
275275
![Screenshot that shows the Administrators box of Active Directory connections window.](../media/azure-netapp-files/active-directory-administrators.png)
276-
277-
The **Administrators** feature is currently in preview. If this is your first time using this feature, register the feature before using it:
278-
279-
```azurepowershell-interactive
280-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAdAdministrators
281-
```
282-
283-
Check the status of the feature registration:
284-
285-
> [!NOTE]
286-
> 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.
287-
288-
```azurepowershell-interactive
289-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAdAdministrators
290-
```
291-
292-
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.
293276
294277
* Credentials, including your **username** and **password**
295278

0 commit comments

Comments
 (0)