You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/tutorial-cli-rest-proxy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
53
53
|httpPassword|Replace PASSWORD with a password for the cluster login, **admin**.|
54
54
|sshPassword|Replace PASSWORD with a password for the secure shell username, **sshuser**.|
55
55
|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`.|
57
57
|storageContainer|Storage container the cluster will use, leave as-is for this tutorial. This variable will be set with the name of the cluster.|
58
58
|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|
59
59
|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
132
132
|Parameter | Description|
133
133
|---|---|
134
134
|--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**.|
136
136
|--kafka-client-group-name|The client AAD security group name for Kafka Rest Proxy. The value is passed from the variable **$securityGroupName**.|
137
137
|--version|The HDInsight cluster version must be at least 4.0. The value is passed from the variable **$clusterVersion**.|
138
138
|--component-version|The Kafka version must be at least 2.1. The value is passed from the variable **$componentVersion**.|
0 commit comments