File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,15 +222,15 @@ 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 ` 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 \
You can’t perform that action at this time.
0 commit comments