Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10ec61a

Browse files
committedMay 18, 2022
Fix typo
/rest/i -> REST
1 parent 8a172e6 commit 10ec61a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎articles/hdinsight/kafka/tutorial-cli-rest-proxy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
5050
|storageAccount|Replace STORAGEACCOUNTNAME with a name for your new storage account.|
5151
|httpPassword|Replace PASSWORD with a password for the cluster login, **admin**.|
5252
|sshPassword|Replace PASSWORD with a password for the secure shell username, **sshuser**.|
53-
|securityGroupName|Replace SECURITYGROUPNAME with the client AAD security group name for Kafka Rest Proxy. The variable will be passed to the `--kafka-client-group-name` parameter for `az-hdinsight-create`.|
54-
|securityGroupID|Replace SECURITYGROUPID with the client AAD security group ID for Kafka Rest Proxy. The variable will be passed to the `--kafka-client-group-id` parameter for `az-hdinsight-create`.|
53+
|securityGroupName|Replace SECURITYGROUPNAME with the client AAD security group name for Kafka REST Proxy. The variable will be passed to the `--kafka-client-group-name` parameter for `az-hdinsight-create`.|
54+
|securityGroupID|Replace SECURITYGROUPID with the client AAD security group ID for Kafka REST Proxy. The variable will be passed to the `--kafka-client-group-id` parameter for `az-hdinsight-create`.|
5555
|storageContainer|Storage container the cluster will use, leave as-is for this tutorial. This variable will be set with the name of the cluster.|
5656
|workernodeCount|Number of worker nodes in the cluster, leave as-is for this tutorial. To guarantee high availability, Kafka requires a minimum of 3 worker nodes|
5757
|clusterType|Type of HDInsight cluster, leave as-is for this tutorial.|
58-
|clusterVersion|HDInsight cluster version, leave as-is for this tutorial. Kafka Rest Proxy requires a minimum cluster version of 4.0.|
59-
|componentVersion|Kafka version, leave as-is for this tutorial. Kafka Rest Proxy requires a minimum component version of 2.1.|
58+
|clusterVersion|HDInsight cluster version, leave as-is for this tutorial. Kafka REST Proxy requires a minimum cluster version of 4.0.|
59+
|componentVersion|Kafka version, leave as-is for this tutorial. Kafka REST Proxy requires a minimum component version of 2.1.|
6060
6161
Update the variables with desired values. Then enter the CLI commands to set the environment variables.
6262
@@ -130,8 +130,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
130130
|Parameter | Description|
131131
|---|---|
132132
|--kafka-management-node-size|The size of the node. This tutorial uses the value **Standard_D4_v2**.|
133-
|--kafka-client-group-id|The client AAD security group ID for Kafka Rest Proxy. The value is passed from the variable **$securityGroupID**.|
134-
|--kafka-client-group-name|The client AAD security group name for Kafka Rest Proxy. The value is passed from the variable **$securityGroupName**.|
133+
|--kafka-client-group-id|The client AAD security group ID for Kafka REST Proxy. The value is passed from the variable **$securityGroupID**.|
134+
|--kafka-client-group-name|The client AAD security group name for Kafka REST Proxy. The value is passed from the variable **$securityGroupName**.|
135135
|--version|The HDInsight cluster version must be at least 4.0. The value is passed from the variable **$clusterVersion**.|
136136
|--component-version|The Kafka version must be at least 2.1. The value is passed from the variable **$componentVersion**.|
137137

0 commit comments

Comments
 (0)
Please sign in to comment.