Skip to content

Commit 1620402

Browse files
committed
final edits
1 parent a41c317 commit 1620402

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: storage
66
ms.subservice: files
77
ms.topic: how-to
8-
ms.date: 05/05/2022
8+
ms.date: 05/06/2022
99
ms.author: kendownie
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -67,7 +67,9 @@ Connect-AzAccount
6767
6868
# Define parameters
6969
# $StorageAccountName is the name of an existing storage account that you want to join to AD
70-
# $SamAccountName is an AD object that must be less than 20 characters (recommended to be less than 15 characters) and cannot contain any of these characters: ", \ [ ] : ; | = , + * ? < >
70+
# $SamAccountName is an AD object, see https://docs.microsoft.com/en-us/windows/win32/adschema/a-samaccountname
71+
# for more information.
72+
# If you want to use AES256 encryption (recommended), except for the trailing '$', the storage account name must be the same as the computer object's SamAccountName.
7173
$SubscriptionId = "<your-subscription-id-here>"
7274
$ResourceGroupName = "<resource-group-name-here>"
7375
$StorageAccountName = "<storage-account-name-here>"

0 commit comments

Comments
 (0)