Skip to content

Commit 26b8dcd

Browse files
Merge pull request #252407 from v-akarnase/v-akarnase-patch-2
Update apache-domain-joined-configure-using-azure-adds.md
2 parents 7d2b7a4 + 4958418 commit 26b8dcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to set up and configure an HDInsight cluster integrated w
55
ms.service: hdinsight
66
ms.topic: how-to
77
ms.custom: seodec18,seoapr2020, contperf-fy21q2
8-
ms.date: 04/25/2023
8+
ms.date: 09/21/2023
99
---
1010

1111
# Configure HDInsight clusters for Azure Active Directory integration with Enterprise Security Package
@@ -19,7 +19,7 @@ For a detailed, step-by-step tutorial on setting up and configuring a domain in
1919
Enterprise Security Package (ESP) provides Active Directory integration for Azure HDInsight. This integration allows domain users to use their domain credentials to authenticate with HDInsight clusters and run big data jobs.
2020

2121
> [!NOTE]
22-
> ESP is generally available in HDInsight 3.6 and 4.0 for these cluster types: Apache Spark, Interactive, Hadoop, and HBase. ESP for the Apache Kafka cluster type is in preview with best-effort support only. ESP clusters created before the ESP GA date (October 1, 2018) are not supported.
22+
> ESP is generally available in HDInsight 4.0 and 5.0 for these cluster types: Apache Spark, Interactive, Hadoop, Apache Kafka and HBase. ESP clusters created before the ESP GA date (October 1, 2018) are not supported.
2323
2424
## Prerequisites
2525

@@ -31,7 +31,7 @@ There are a few prerequisites to complete before you can create an ESP-enabled H
3131
- Create and authorize a managed identity.
3232
- Complete Networking setup for DNS and related issues.
3333

34-
Each of these items will be discussed in detail below. For a walkthrough of completing all of these steps, see [Create and configure Enterprise Security Package clusters in Azure HDInsight](apache-domain-joined-create-configure-enterprise-security-cluster.md).
34+
Each of these items are discussed in details. For a walkthrough of completing all of these steps, see [Create and configure Enterprise Security Package clusters in Azure HDInsight](apache-domain-joined-create-configure-enterprise-security-cluster.md).
3535

3636
### Enable Azure AD DS
3737

@@ -102,7 +102,7 @@ Change the configuration of the DNS servers in the Azure AD DS virtual network.
102102

103103
It's easier to place both the Azure AD DS instance and the HDInsight cluster in the same Azure virtual network. If you plan to use different virtual networks, you must peer those virtual networks so that the domain controller is visible to HDInsight VMs. For more information, see [Virtual network peering](../../virtual-network/virtual-network-peering-overview.md).
104104

105-
After the virtual networks are peered, configure the HDInsight virtual network to use a custom DNS server. And enter the Azure AD DS private IPs as the DNS server addresses. When both virtual networks use the same DNS servers, your custom domain name will resolve to the right IP and will be reachable from HDInsight. For example, if your domain name is `contoso.com`, then after this step, `ping contoso.com` should resolve to the right Azure AD DS IP.
105+
After the virtual networks are peered, configure the HDInsight virtual network to use a custom DNS server. And enter the Azure AD DS private IPs as the DNS server addresses. When both virtual networks use the same DNS servers, your custom domain name resolves to the right IP and it is reachable from HDInsight. For example, if your domain name is `contoso.com`, then after this step, `ping contoso.com` should resolve to the right Azure AD DS IP.
106106

107107
:::image type="content" source="./media/apache-domain-joined-configure-using-azure-adds/hdinsight-aadds-peered-vnet-configuration.png" alt-text="Configuring custom DNS servers for a peered virtual network" border="true":::
108108

0 commit comments

Comments
 (0)