Skip to content

Commit ddd879c

Browse files
authored
Merge pull request #89055 from dagiro/cats147
cats147
2 parents b840e8e + ca1b486 commit ddd879c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/hdinsight/kafka/apache-kafka-connect-vpn-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Connect to Kafka using virtual networks - Azure HDInsight
33
description: Learn how to directly connect to Kafka on HDInsight through an Azure Virtual Network. Learn how to connect to Kafka from development clients using a VPN gateway, or from clients in your on-premises network by using a VPN gateway device.
4-
ms.service: hdinsight
54
author: hrasheed-msft
65
ms.author: hrasheed
76
ms.reviewer: jasonh
7+
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: conceptual
1010
ms.date: 05/28/2019
@@ -247,7 +247,7 @@ By default, Apache Zookeeper returns the domain name of the Kafka brokers to cli
247247
248248
3. To view Kafka configuration, select __Configs__ from the top middle.
249249
250-
![Configs links for Kafka](./media/apache-kafka-connect-vpn-gateway/select-kafka-config1.png)
250+
![Apache Ambari services configuration](./media/apache-kafka-connect-vpn-gateway/select-kafka-config1.png)
251251
252252
4. To find the __kafka-env__ configuration, enter `kafka-env` in the __Filter__ field on the upper right.
253253
@@ -269,7 +269,7 @@ By default, Apache Zookeeper returns the domain name of the Kafka brokers to cli
269269
270270
8. To save the configuration changes, use the __Save__ button. Enter a text message describing the changes. Select __OK__ once the changes have been saved.
271271
272-
![Save configuration button](./media/apache-kafka-connect-vpn-gateway/save-configuration-button.png)
272+
![Apache Ambari save configuration](./media/apache-kafka-connect-vpn-gateway/save-configuration-button.png)
273273
274274
9. To prevent errors when restarting Kafka, use the __Service Actions__ button and select __Turn On Maintenance Mode__. Select OK to complete this operation.
275275

articles/hdinsight/kafka/apache-kafka-get-started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Set up Apache Kafka on HDInsight using Azure portal - Quickstart
33
description: In this quickstart, you learn how to create an Apache Kafka cluster on Azure HDInsight using the Azure portal. You also learn about Kafka topics, subscribers, and consumers.
4-
ms.service: hdinsight
54
author: hrasheed-msft
65
ms.author: hrasheed
7-
ms.reviewer: jasonh
6+
ms.reviewer: jasonh
7+
ms.service: hdinsight
88
ms.custom: mvc
99
ms.topic: quickstart
1010
ms.date: 06/12/2019
@@ -34,18 +34,18 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
3434
1. Sign in to the [Azure portal](https://portal.azure.com).
3535

3636
2. From the left menu, navigate to **+ Create a resource** > **Analytics** > **HDInsight**.
37-
38-
![Create a HDInsight cluster](./media/apache-kafka-get-started/create-hdinsight-cluster.png)
37+
38+
![Azure portal create resource HDInsight](./media/apache-kafka-get-started/create-hdinsight-cluster.png)
3939

4040
3. From **Basics**, enter or select the following information:
4141

4242
| Setting | Value |
4343
| --- | --- |
4444
| Cluster Name | A unique name for the HDInsight cluster. |
4545
| Subscription | Select your subscription. |
46-
46+
4747
Select __Cluster Type__ to display the **Cluster configuration**.
48-
48+
4949
![Apache Kafka cluster on HDInsight basic configuration](./media/apache-kafka-get-started/custom-basics-kafka1.png)
5050

5151
4. From __Cluster configuration__, select the following values:
@@ -57,7 +57,7 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
5757

5858
Select **Select** to save the cluster type settings and return to __Basics__.
5959

60-
![Select cluster type](./media/apache-kafka-get-started/apache-kafka-cluster-type.png)
60+
![HDInsight apache kafka cluster type](./media/apache-kafka-get-started/apache-kafka-cluster-type.png)
6161

6262
5. From __Basics__, enter or select the following information:
6363

@@ -73,7 +73,7 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
7373

7474
For high availability of data, select a region (location) that contains __three fault domains__. For information on the number of fault domains in a region, see the [Availability of Linux virtual machines](../../virtual-machines/windows/manage-availability.md#use-managed-disks-for-vms-in-an-availability-set) document.
7575

76-
![Select subscription](./media/apache-kafka-get-started/hdinsight-basic-configuration-2.png)
76+
![Azure portal create cluster basics](./media/apache-kafka-get-started/hdinsight-basic-configuration-2.png)
7777

7878
Select __Next__ to finish basic configuration.
7979

@@ -101,7 +101,7 @@ To create an Apache Kafka on HDInsight cluster, use the following steps:
101101

102102
11. From the **Summary**, review the configuration for the cluster. Use the __Edit__ links to change any settings that are incorrect. Finally, select **Create** to create the cluster.
103103

104-
![Cluster configuration summary](./media/apache-kafka-get-started/kafka-configuration-summary.png)
104+
![kafka cluster configuration summary](./media/apache-kafka-get-started/kafka-configuration-summary.png)
105105

106106
It can take up to 20 minutes to create the cluster.
107107

0 commit comments

Comments
 (0)