Skip to content

Commit c5257f3

Browse files
Merge pull request #228607 from sreekzz/patch-151
Freshness MS date change
2 parents 93566bc + 357c5d4 commit c5257f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/hdinsight/hdinsight-sync-aad-users-to-cluster.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ description: Synchronize authenticated users from Azure Active Directory to an H
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 11/21/2019
7+
ms.date: 02/27/2023
88
---
99

1010
# Synchronize Azure Active Directory users to an HDInsight cluster
1111

12-
[HDInsight clusters with Enterprise Security Package (ESP)](./domain-joined/hdinsight-security-overview.md) can use strong authentication with Azure Active Directory (Azure AD) users, as well as use *Azure role-based access control (Azure RBAC)* policies. As you add users and groups to Azure AD, you can synchronize the users who need access to your cluster.
12+
[HDInsight clusters with Enterprise Security Package (ESP)](./domain-joined/hdinsight-security-overview.md) can use strong authentication with Azure Active Directory (Azure AD) users, and use *Azure role-based access control (Azure RBAC)* policies. As you add users and groups to Azure AD, you can synchronize the users who need access to your cluster.
1313

1414
## Prerequisites
1515

16-
If you have not already done so, [create a HDInsight cluster with Enterprise Security Package](./domain-joined/apache-domain-joined-configure-using-azure-adds.md).
16+
If you haven't already done so, [create a HDInsight cluster with Enterprise Security Package](./domain-joined/apache-domain-joined-configure-using-azure-adds.md).
1717

1818
## Add new Azure AD users
1919

20-
To view your hosts, open the Ambari Web UI. Each node will be updated with new unattended upgrade settings.
20+
To view your hosts, open the Ambari Web UI. Each node is updated with new unattended upgrade settings.
2121

2222
1. From the [Azure portal](https://portal.azure.com), navigate to the Azure AD directory associated with your ESP cluster.
2323

@@ -37,7 +37,7 @@ User groups specified during the cluster creation process are synchronized at th
3737

3838
The following method uses POST with the Ambari REST API. For more information, see [Manage HDInsight clusters by using the Apache Ambari REST API](hdinsight-hadoop-manage-ambari-rest-api.md).
3939

40-
1. Use [ssh command](hdinsight-hadoop-linux-use-ssh-unix.md) to connect to your cluster. Edit the command below by replacing `CLUSTERNAME` with the name of your cluster, and then enter the command:
40+
1. Use [ssh command](hdinsight-hadoop-linux-use-ssh-unix.md) to connect to your cluster. Edit the command by replacing `CLUSTERNAME` with the name of your cluster, and then enter the command:
4141

4242
```cmd
4343
@@ -142,4 +142,4 @@ The new example user has the user name `[email protected]`. In Ambari, this
142142
143143
* [Configure Apache Hive policies in HDInsight with ESP](./domain-joined/apache-domain-joined-run-hive.md)
144144
* [Manage HDInsight clusters with ESP](./domain-joined/apache-domain-joined-manage.md)
145-
* [Authorize users to Apache Ambari](hdinsight-authorize-users-to-ambari.md)
145+
* [Authorize users to Apache Ambari](hdinsight-authorize-users-to-ambari.md)

0 commit comments

Comments
 (0)