Skip to content

Commit 68be33b

Browse files
authored
Update howto-configure-cluster.md
1 parent 20c1c91 commit 68be33b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ View the status of the Cluster:
156156
```azurecli
157157
az networkcloud cluster show --cluster-name "<clusterName>" /
158158
--resource-group "<resourceGroupName>" /
159-
--subscription <SUBSCRIPTION_ID>
159+
--subscription <subscriptionID>
160160
```
161161

162162
The Cluster creation is complete when the `provisioningState` of the resource
@@ -191,7 +191,7 @@ The example below is for a customer requesting type "PercentSuccess" with a succ
191191
az networkcloud cluster update --name "<clusterName>" /
192192
--resource-group "<resourceGroup>" /
193193
--compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=97 /
194-
--subscription <SUBSCRIPTION_ID>
194+
--subscription <subscriptionID>
195195
```
196196

197197
### Validate update:
@@ -219,7 +219,7 @@ az networkcloud cluster update --name "<clusterName>" /
219219
--resource-group "<resourceGroup>" /
220220
--update-strategy strategy-type="Rack" threshold-type="PercentSuccess" /
221221
threshold-value="<thresholdValue>" wait-time-minutes=<waitTimeBetweenRacks> /
222-
--subscription <SUBSCRIPTION_ID>
222+
--subscription <subscriptionID>
223223
```
224224

225225
strategy-type can be "Rack" (Rack by Rack) OR "PauseAfterRack" (Wait for customer response to continue)
@@ -242,15 +242,15 @@ az networkcloud cluster update --name "<clusterName>" /
242242
--resource-group "<resourceGroup>" /
243243
--update-strategy strategy-type="Rack" threshold-type="PercentSuccess" /
244244
threshold-value=60 wait-time-minutes=1 /
245-
--subscription <SUBSCRIPTION_ID>
245+
--subscription <subscriptionID>
246246
```
247247

248248
Verify update:
249249

250250
```
251251
az networkcloud cluster show --resource-group "<resourceGroup>" /
252252
--name "<clusterName>" /
253-
--subscription <SUBSCRIPTION_ID>| grep -a5 updateStrategy
253+
--subscription <subscriptionID>| grep -a5 updateStrategy
254254
255255
"strategyType": "Rack",
256256
"thresholdType": "PercentSuccess",
@@ -267,15 +267,15 @@ az networkcloud cluster update --name "<clusterName>" /
267267
--resource-group "<resourceGroup>" /
268268
--update-strategy strategy-type="Rack" threshold-type="CountSuccess" /
269269
threshold-value=10 wait-time-minutes=1 /
270-
--subscription <SUBSCRIPTION_ID>
270+
--subscription <subscriptionID>
271271
```
272272

273273
Verify update:
274274

275275
```
276276
az networkcloud cluster show --resource-group "<resourceGroup>" /
277277
--name "<clusterName>" /
278-
--subscription <SUBSCRIPTION_ID>| grep -a5 updateStrategy
278+
--subscription <subscriptionID>| grep -a5 updateStrategy
279279
280280
"strategyType": "Rack",
281281
"thresholdType": "CountSuccess",

0 commit comments

Comments
 (0)