File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,23 +222,23 @@ az aro create \
222
222
--worker-subnet worker-subnet
223
223
```
224
224
225
- After executing the ` az aro create \ ` command, it normally takes about 35 minutes to create a cluster.
225
+ After executing the ` az aro create ` command, it normally takes about 35 minutes to create a cluster.
226
226
227
227
#### Selecting a different ARO version
228
228
229
229
You can select to use a specific version of ARO when creating your cluster. First, use the CLI to query for available ARO versions:
230
230
231
231
` az aro get-versions --location <region> `
232
232
233
- Once you've chosen the version, specify it using the ` --version ` parameter in the ` az aro create \ ` command:
233
+ Once you've chosen the version, specify it using the ` --version ` parameter in the ` az aro create ` command:
234
234
235
235
``` azurecli-interactive
236
236
az aro create \
237
237
--resource-group $RESOURCEGROUP \
238
238
--name $CLUSTER \
239
239
--vnet aro-vnet \
240
240
--master-subnet master-subnet \
241
- --worker-subnet worker-subnet
241
+ --worker-subnet worker-subnet \
242
242
--version <x.y.z>
243
243
```
244
244
You can’t perform that action at this time.
0 commit comments