@@ -156,7 +156,7 @@ View the status of the Cluster:
156
156
``` azurecli
157
157
az networkcloud cluster show --cluster-name "<clusterName>" /
158
158
--resource-group "<resourceGroupName>" /
159
- --subscription <SUBSCRIPTION_ID >
159
+ --subscription <subscriptionID >
160
160
```
161
161
162
162
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
191
191
az networkcloud cluster update --name "<clusterName>" /
192
192
--resource-group "<resourceGroup>" /
193
193
--compute-deployment-threshold type="PercentSuccess" grouping="PerCluster" value=97 /
194
- --subscription <SUBSCRIPTION_ID >
194
+ --subscription <subscriptionID >
195
195
```
196
196
197
197
### Validate update:
@@ -219,7 +219,7 @@ az networkcloud cluster update --name "<clusterName>" /
219
219
--resource-group "<resourceGroup>" /
220
220
--update-strategy strategy-type="Rack" threshold-type="PercentSuccess" /
221
221
threshold-value="<thresholdValue>" wait-time-minutes=<waitTimeBetweenRacks> /
222
- --subscription <SUBSCRIPTION_ID >
222
+ --subscription <subscriptionID >
223
223
```
224
224
225
225
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>" /
242
242
--resource-group "<resourceGroup>" /
243
243
--update-strategy strategy-type="Rack" threshold-type="PercentSuccess" /
244
244
threshold-value=60 wait-time-minutes=1 /
245
- --subscription <SUBSCRIPTION_ID >
245
+ --subscription <subscriptionID >
246
246
```
247
247
248
248
Verify update:
249
249
250
250
```
251
251
az networkcloud cluster show --resource-group "<resourceGroup>" /
252
252
--name "<clusterName>" /
253
- --subscription <SUBSCRIPTION_ID >| grep -a5 updateStrategy
253
+ --subscription <subscriptionID >| grep -a5 updateStrategy
254
254
255
255
"strategyType": "Rack",
256
256
"thresholdType": "PercentSuccess",
@@ -267,15 +267,15 @@ az networkcloud cluster update --name "<clusterName>" /
267
267
--resource-group "<resourceGroup>" /
268
268
--update-strategy strategy-type="Rack" threshold-type="CountSuccess" /
269
269
threshold-value=10 wait-time-minutes=1 /
270
- --subscription <SUBSCRIPTION_ID >
270
+ --subscription <subscriptionID >
271
271
```
272
272
273
273
Verify update:
274
274
275
275
```
276
276
az networkcloud cluster show --resource-group "<resourceGroup>" /
277
277
--name "<clusterName>" /
278
- --subscription <SUBSCRIPTION_ID >| grep -a5 updateStrategy
278
+ --subscription <subscriptionID >| grep -a5 updateStrategy
279
279
280
280
"strategyType": "Rack",
281
281
"thresholdType": "CountSuccess",
0 commit comments