Skip to content

Commit 7c18bbd

Browse files
committed
final edits
1 parent 7f1ccf9 commit 7c18bbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/storage/files/storage-files-identity-ad-ds-enable.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enable Active Directory Domain Services authentication
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 12/12/2023
7+
ms.date: 01/12/2024
88
ms.author: kendownie
99
ms.custom: engagement-fy23, devx-track-azurepowershell
1010
recommendations: false
@@ -20,6 +20,7 @@ This article describes the process for enabling Active Directory Domain Services
2020
To enable AD DS authentication over SMB for Azure file shares, you need to register your Azure storage account with your on-premises AD DS and then set the required domain properties on the storage account. To register your storage account with AD DS, you create a computer account (or service logon account) representing it in your AD DS. Think of this process as if it were like creating an account representing an on-premises Windows file server in your AD DS. When the feature is enabled on the storage account, it applies to all new and existing file shares in the account.
2121

2222
## Applies to
23+
2324
| File share type | SMB | NFS |
2425
|-|:-:|:-:|
2526
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
@@ -259,7 +260,7 @@ $storageAccount.AzureFilesIdentityBasedAuth.ActiveDirectoryProperties
259260

260261
If successful, the output should look like this:
261262

262-
```PowerShell
263+
```output
263264
DomainName:<yourDomainHere>
264265
NetBiosDomainName:<yourNetBiosDomainNameHere>
265266
ForestName:<yourForestNameHere>

0 commit comments

Comments
 (0)