We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce50dfb commit 71af556Copy full SHA for 71af556
articles/storage/files/storage-files-identity-ad-ds-enable.md
@@ -83,7 +83,7 @@ Connect-AzAccount
83
# Define parameters
84
# $StorageAccountName is the name of an existing storage account that you want to join to AD
85
# $SamAccountName is the name of the to-be-created AD object, which is used by AD as the logon name
86
-# for the object. It must be 20 characters or less and has certain character restrictions.
+# for the object. It must be 15 characters or less and has certain character restrictions.
87
# Make sure that you provide the SamAccountName without the trailing '$' sign.
88
# See https://learn.microsoft.com/windows/win32/adschema/a-samaccountname for more information.
89
$SubscriptionId = "<your-subscription-id-here>"
0 commit comments