Skip to content

Commit bc5a0f8

Browse files
authored
Merge pull request #226044 from sreekzz/patch-132
Update docs with new images
2 parents 0d5f7a4 + c37948e commit bc5a0f8

11 files changed

+21
-7
lines changed

articles/hdinsight/hdinsight-private-link.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: hdinsight
55
ms.topic: conceptual
66
ms.author: piyushgupta
77
author: piyush-gupta1999
8-
ms.date: 08/30/2022
8+
ms.date: 02/02/2023
99
---
1010

1111
# Enable Private Link on an HDInsight cluster
@@ -116,6 +116,13 @@ To create the private endpoints:
116116
| Virtual network | hdi-privlink-client-vnet |
117117
| Subnet | default |
118118

119+
:::image type="content" source="media/hdinsight-private-link/basic-tab-private-endpoint.png" alt-text="Diagram of the Private Link basic tab.":::
120+
:::image type="content" source="media/hdinsight-private-link/resource-tab-private-endpoint.png" alt-text="Diagram of the Private Link resource tab":::
121+
:::image type="content" source="media/hdinsight-private-link/virtual-network-tab-private-endpoint.png" alt-text="Diagram of the Private Link virtual network tab.":::
122+
:::image type="content" source="media/hdinsight-private-link/dns-tab-private-endpoint.png" alt-text="Diagram of the Private Link dns end point tab.":::
123+
:::image type="content" source="media/hdinsight-private-link/tag-tab-private-endpoint.png" alt-text="Diagram of the Private Link tag tab.":::
124+
:::image type="content" source="media/hdinsight-private-link/review-tab-private-endpoint.png" alt-text="Diagram of the Private Link review-tab.":::
125+
119126
4. Repeat the process to create another private endpoint for SSH access using the following configurations:
120127

121128
| Config | Value |
@@ -129,14 +136,13 @@ To create the private endpoints:
129136
> [!IMPORTANT]
130137
> If you're using KafkaRestProxy HDInsight cluster, then follow this extra steps to [Enable Private Endpoints](./enable-private-link-on-kafka-rest-proxy-hdi-cluster.md#create-private-endpoints).
131138
>
132-
133-
139+
134140
Once the private endpoints are created, you’re done with this phase of the setup. If you didn’t make a note of the private IP addresses assigned to the endpoints, follow the steps below:
135141

136142
1. Open the client VNET in the Azure portal.
137-
2. Click the 'Overview' tab.
138-
3. You should see both the Ambari and ssh Network interfaces listed and their private IP Addresses.
139-
4. Make a note of these IP addresses because they are required to connect to the cluster and properly configure DNS.
143+
1. Click the 'Overview' tab.
144+
1. You should see both the Ambari and ssh Network interfaces listed and their private IP Addresses.
145+
1. Make a note of these IP addresses because they are required to connect to the cluster and properly configure DNS.
140146

141147
## <a name="ConfigureDNS"></a>Step 6: Configure DNS to connect over private endpoints
142148

@@ -159,6 +165,8 @@ To configure DNS resolution through a Private DNS zone:
159165
| ------ | ----- |
160166
| Name | privatelink.azurehdinsight.net |
161167

168+
:::image type="content" source="media/hdinsight-private-link/private-dns-zone.png" alt-text="Diagram of the Private dns zone.":::
169+
162170
2. Add a Record set to the Private DNS zone for Ambari.
163171

164172
| Config | Value |
@@ -168,7 +176,9 @@ To configure DNS resolution through a Private DNS zone:
168176
| TTL | 1 |
169177
| TTL unit | Hours |
170178
| IP Address | Private IP of private endpoint for Ambari access |
171-
179+
180+
:::image type="content" source="media/hdinsight-private-link/private-dns-zone-add-record.png" alt-text="Diagram of private dns zone add record.":::
181+
172182
3. Add a Record set to the Private DNS zone for SSH.
173183

174184
| Config | Value |
@@ -178,6 +188,8 @@ To configure DNS resolution through a Private DNS zone:
178188
| TTL | 1 |
179189
| TTL unit | Hours |
180190
| IP Address | Private IP of private endpoint for SSH access |
191+
192+
:::image type="content" source="media/hdinsight-private-link/private-dns-zone-add-ssh-record.png" alt-text="Diagram of private link dns zone add ssh record.":::
181193

182194
> [!IMPORTANT]
183195
> If you are using KafkaRestProxy HDInsight cluster, then follow this extra steps to [Configure DNS to connect over private endpoint](./enable-private-link-on-kafka-rest-proxy-hdi-cluster.md#configure-dns-to-connect-over-private-endpoints).
@@ -189,6 +201,8 @@ To configure DNS resolution through a Private DNS zone:
189201
1. Click the 'Add' button.
190202
1. Fill in the details: Link name, Subscription, and Virtual Network
191203
1. Click **Save**.
204+
205+
:::image type="content" source="media/hdinsight-private-link/virtual-network-link.png" alt-text="Diagram of virtual-network-link.":::
192206

193207
## <a name="CheckConnectivity"></a>Step 7: Check cluster connectivity
194208

210 KB
Loading
143 KB
Loading
322 KB
Loading
78.2 KB
Loading
277 KB
Loading
205 KB
Loading
171 KB
Loading
146 KB
Loading
179 KB
Loading

0 commit comments

Comments
 (0)