Skip to content

Commit 9d4bd79

Browse files
committed
kafka_tutorial
1 parent 10c1615 commit 9d4bd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
5353
|httpPassword|Replace PASSWORD with a password for the cluster login, **admin**.|
5454
|sshPassword|Replace PASSWORD with a password for the secure shell username, **sshuser**.|
5555
|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`.|
56-
|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`.|
56+
|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`.|
5757
|storageContainer|Storage container the cluster will use, leave as-is for this tutorial. This variable will be set with the name of the cluster.|
5858
|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|
5959
|clusterType|Type of HDInsight cluster, leave as-is for this tutorial.|
@@ -132,7 +132,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
132132
|Parameter | Description|
133133
|---|---|
134134
|--kafka-management-node-size|The size of the node. This tutorial uses the value **Standard_D4_v2**.|
135-
|--kafka-client-group-id|The client AAD security group id for Kafka Rest Proxy. The value is passed from the variable **$securityGroupID**.|
135+
|--kafka-client-group-id|The client AAD security group ID for Kafka Rest Proxy. The value is passed from the variable **$securityGroupID**.|
136136
|--kafka-client-group-name|The client AAD security group name for Kafka Rest Proxy. The value is passed from the variable **$securityGroupName**.|
137137
|--version|The HDInsight cluster version must be at least 4.0. The value is passed from the variable **$clusterVersion**.|
138138
|--component-version|The Kafka version must be at least 2.1. The value is passed from the variable **$componentVersion**.|

0 commit comments

Comments
 (0)