Skip to content

Commit 049a89d

Browse files
Merge pull request #253082 from khdownie/patch-1
Update storage-files-identity-ad-ds-enable.md
2 parents 93092cf + 00ca3b3 commit 049a89d

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: 08/11/2023
7+
ms.date: 09/27/2023
88
ms.author: kendownie
99
ms.custom: engagement-fy23, devx-track-azurepowershell
1010
recommendations: false
@@ -79,7 +79,8 @@ Connect-AzAccount
7979
# Define parameters
8080
# $StorageAccountName is the name of an existing storage account that you want to join to AD
8181
# $SamAccountName is the name of the to-be-created AD object, which is used by AD as the logon name
82-
# for the object. It must be 20 characters or less and has certain character restrictions.
82+
# for the object. It must be 20 characters or less and has certain character restrictions.
83+
# Make sure that you provide the SamAccountName without the trailing '$' sign.
8384
# See https://learn.microsoft.com/windows/win32/adschema/a-samaccountname for more information.
8485
$SubscriptionId = "<your-subscription-id-here>"
8586
$ResourceGroupName = "<resource-group-name-here>"

0 commit comments

Comments
 (0)