File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to enable Active Directory Domain Services authentication
4
4
author : khdownie
5
5
ms.service : azure-file-storage
6
6
ms.topic : how-to
7
- ms.date : 08/11 /2023
7
+ ms.date : 09/27 /2023
8
8
ms.author : kendownie
9
9
ms.custom : engagement-fy23, devx-track-azurepowershell
10
10
recommendations : false
@@ -79,7 +79,8 @@ Connect-AzAccount
79
79
# Define parameters
80
80
# $StorageAccountName is the name of an existing storage account that you want to join to AD
81
81
# $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.
83
84
# See https://learn.microsoft.com/windows/win32/adschema/a-samaccountname for more information.
84
85
$SubscriptionId = "<your-subscription-id-here>"
85
86
$ResourceGroupName = "<resource-group-name-here>"
You can’t perform that action at this time.
0 commit comments