Skip to content

Commit 514591a

Browse files
Merge pull request #212715 from b-ahibbard/anf-topologies
New considerations for SNF, AD configuration
2 parents c8fc577 + eb66391 commit 514591a

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

articles/azure-netapp-files/configure-network-features.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: how-to
15-
ms.date: 08/11/2022
15+
ms.date: 09/27/2022
1616
ms.custom: references_regions
1717
ms.author: anfdocs
1818
---
@@ -49,6 +49,10 @@ Two settings are available for network features:
4949
* If the Standard volume capability is not available for the region, the Network Features field of the Create a Volume page defaults to *Basic*, and you cannot modify the setting.
5050

5151
* The ability to locate storage compatible with the desired type of network features depends on the VNet specified. If you cannot create a volume because of insufficient resources, you can try a different VNet for which compatible storage is available.
52+
53+
* You cannot create a standard volume from the snapshot of a basic volume.
54+
55+
* Conversion between Basic and Standard networking features in either direction is not currently supported.
5256

5357
## Register the feature
5458

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

Lines changed: 12 additions & 4 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: 08/15/2022
15+
ms.date: 09/27/2022
1616
ms.author: anfdocs
1717
---
1818
# Create and manage Active Directory connections for Azure NetApp Files
@@ -38,7 +38,7 @@ Several features of Azure NetApp Files require that you have an Active Directory
3838
* It must have the permission to create machine accounts (for example, AD domain join) in the AD DS organizational unit path specified in the **Organizational unit path option** of the AD connection.
3939
* It cannot be a [Group Managed Service Account](/windows-server/security/group-managed-service-accounts/group-managed-service-accounts-overview).
4040

41-
* The AD connection admin account supports DES, Kerberos AES-128, and Kerberos AES-256 encryption types for authentication with AD DS for Azure NetApp Files machine account creation (for example, AD domain join operations).
41+
* The AD connection admin account supports Kerberos AES-128 and Kerberos AES-256 encryption types for authentication with AD DS for Azure NetApp Files machine account creation (for example, AD domain join operations).
4242

4343
* To enable the AES encryption on the Azure NetApp Files AD connection admin account, you must use an AD domain user account that is a member of one of the following AD DS groups:
4444

@@ -53,7 +53,7 @@ Several features of Azure NetApp Files require that you have an Active Directory
5353
>[!NOTE]
5454
>It's not recommended or required to add the Azure NetApp Files AD admin account to the AD domain groups listed above. Nor is it recommended or required to grant `msDS-SupportedEncryptionTypes` write permission to the AD admin account.
5555
56-
If you set both AES-128 and AES-256 Kerberos encryption on the admin account of the AD connection, the highest level of encryption supported by your AD DS will be used. If AES encryption is not set, DES encryption will be used by default.
56+
If you set both AES-128 and AES-256 Kerberos encryption on the admin account of the AD connection, the highest level of encryption supported by your AD DS will be used.
5757

5858
* To enable AES encryption support for the admin account in the AD connection, run the following Active Directory PowerShell commands:
5959

@@ -64,8 +64,16 @@ Several features of Azure NetApp Files require that you have an Active Directory
6464
6565
`KerberosEncryptionType` is a multivalued parameter that supports AES-128 and AES-256 values.
6666
67-
* For more information, see the [Set-ADUser documentation](/powershell/module/activedirectory/set-aduser).
67+
* If you have a requirement to enable and disable certain Kerberos encryption types for Active Directory computer accounts for domain-joined Windows hosts used with Azure NetApp Files, you must use the Group Policy `Network Security: Configure Encryption types allowed for Kerberos`.
6868
69+
Do not set the registry key `HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters\SupportedEncryptionTypes`. Doing this will break Kerberos authentication with Azure NetApp Files for the Windows host where this registry key was manually set.
70+
71+
>[!NOTE]
72+
>The default policy setting for `Network Security: Configure Encryption types allowed for Kerberos` is `Not Defined`. When this policy setting is set to `Not Defined`, all encryption types except DES will be available for Kerberos encryption. You have the option to enable support for only certain Kerberos encryption types (for example, `AES128_HMAC_SHA1` or `AES256_HMAC_SHA1`). However, the default policy should be sufficient in most cases when enabling AES encryption support with Azure NetApp Files.
73+
74+
For more information, refer to [Network security: Configure encryption types allowed for Kerberos](/windows/security/threat-protection/security-policy-settings/network-security-configure-encryption-types-allowed-for-kerberos) or [Windows Configurations for Kerberos Supported Encryption Types](/archive/blogs/openspecification/windows-configurations-for-kerberos-supported-encryption-type)
75+
76+
* For more information, refer to the [Set-ADUser documentation](/powershell/module/activedirectory/set-aduser).
6977
7078
## Create an Active Directory connection
7179

0 commit comments

Comments
 (0)