Skip to content

Commit 8609354

Browse files
Merge pull request #216827 from b-ahibbard/aes-encryption-preview
smb encryption to cd preview
2 parents 90383df + dd4191d commit 8609354

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 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: how-to
15-
ms.date: 10/27/2022
15+
ms.date: 11/01/2022
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -168,6 +168,26 @@ Several features of Azure NetApp Files require that you have an Active Directory
168168
169169
See [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md#ldap-search-scope) for information about these options.
170170
171+
* **Encrypted SMB connections to Domain Controller**
172+
173+
**Encrypted SMB connections to Domain Controller** specifies whether encryption should be used for communication between SMB server and domain controller. When enabled, only SMB3 will be used for encrypted domain controller connections.
174+
175+
If this is your first time using this feature, you must register it:
176+
177+
```azurepowershell-interactive
178+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEncryptedSMBConnectionsToDC
179+
```
180+
181+
Check the status of the feature registration:
182+
183+
> [!NOTE]
184+
> 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.
185+
```azurepowershell-interactive
186+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEncryptedSMBConnectionsToDC
187+
```
188+
189+
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.
190+
171191
* <a name="backup-policy-users"></a> **Backup policy users**
172192
This option grants addition security privileges to AD DS domain users or groups that require elevated backup privileges to support backup, restore, and migration workflows in Azure NetApp Files. The specified AD DS user accounts or groups will have elevated NTFS permissions at the file or folder level.
173193

0 commit comments

Comments
 (0)