Skip to content

Commit 9b86596

Browse files
authored
Merge pull request #46862 from JasonWHowell/patch-3
Fixes MicrosoftDocs/azure-docs#8560
2 parents 8ae70ed + f504422 commit 9b86596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It's easier to place both the Azure AD DS instance and the HDInsight cluster in
4646
When you create a domain-joined HDInsight cluster, you must supply the following parameters:
4747

4848
- **Domain name**: The domain name that's associated with Azure AD DS. An example is contoso.onmicrosoft.com.
49-
- **Domain user name**: The service account in the managed domain that you created in the previous section. An example is [email protected]. This domain user will be the administrator of this HDInsight cluster.
49+
- **Domain user name**: The service account in the Azure ADDS DC managed domain that you created in the previous section. An example is [email protected]. This domain user will be the administrator of this HDInsight cluster.
5050
- **Domain password**: The password of the service account.
5151
- **Organizational unit**: The distinguished name of the OU that you want to use with the HDInsight cluster. An example is OU=HDInsightOU,DC=contoso,DC=onmicrosoft,DC=com. If this OU does not exist, the HDInsight cluster tries to create the OU by using the privileges that the service account has. For example, if the service account is in the Azure AD DS Administrators group, it has the right permissions to create an OU. Otherwise, you might need to create the OU first and give the service account full control over that OU. For more information, see [Create an OU on an Azure AD DS managed domain](../../active-directory-domain-services/active-directory-ds-admin-guide-create-ou.md).
5252

0 commit comments

Comments
 (0)