Skip to content

Commit 821416e

Browse files
New FAQ
1 parent 81a367d commit 821416e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

articles/azure-netapp-files/faq-smb.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@ Azure NetApp Files supports SMB 2.1 and SMB 3.1 (which includes support for SMB
2121

2222
Yes, Windows Server 2025 domain controllers are supported as of September 9, 2025. Windows Server 2025 domain controllers must have all cumulative security updates installed, including [KB5065426](https://support.microsoft.com/en-us/topic/september-9-2025-kb5065426-update-for-windows-server-2025-os-build-26100-6584-6a59dc6a-1ff2-48f4-b375-81e93deee5dd), released on September 9, 2025. You must also enable AES encryption (AES-256) on the Active Directory connection if you plan to introduce any Windows Server 2025 domain controllers into your Active Directory environment. For more information, see [Create and Manage Active Directory connections for Azure NetApp Files](create-active-directory-connections.md).
2323

24+
## What SMB minimum version should be configured on Windows Server 2025 domain controllers for Azure NetApp Files?
25+
26+
For Azure NetApp Files communication with Windows Server 2025 domain controllers, set the SMB minimum dialect to SMB 3.0. If required by your environment, SMB 2.1 can be used. Although Windows Server 2025 supports SMB 3.1.1, enforcing SMB 3.1.1 for this communication can break domain controller communication and prevent authentication to Azure NetApp Files SMB shares.
27+
28+
Run one of the following commands on each Windows Server 2025 domain controller, based on your requirements:
29+
30+
```
31+
Set-SmbServerConfiguration -Smb2DialectMin SMB211
32+
```
33+
34+
```
35+
Set-SmbServerConfiguration -Smb2DialectMin SMB300
36+
```
37+
38+
>[!NOTE]
39+
>This configuration must be applied individually on all Windows Server 2025 domain controllers. It doesn't replicate across the domain.
40+
41+
As an alternative, update the Active Directory site used by Azure NetApp Files so it includes only domain controllers that aren't running Windows Server 2025.
42+
2443
## Does Azure NetApp Files support access to ‘offline files’ on SMB volumes?
2544

2645
Azure NetApp Files supports 'manual' offline files, allowing users on Windows clients to manually select files to be cached locally.

0 commit comments

Comments
 (0)