Skip to content

Commit d6bbf96

Browse files
committed
fixed
1 parent 53c11df commit d6bbf96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,23 +222,23 @@ az aro create \
222222
--worker-subnet worker-subnet
223223
```
224224

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.
226226

227227
#### Selecting a different ARO version
228228

229229
You can select to use a specific version of ARO when creating your cluster. First, use the CLI to query for available ARO versions:
230230

231231
`az aro get-versions --location <region>`
232232

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:
234234

235235
```azurecli-interactive
236236
az aro create \
237237
--resource-group $RESOURCEGROUP \
238238
--name $CLUSTER \
239239
--vnet aro-vnet \
240240
--master-subnet master-subnet \
241-
--worker-subnet worker-subnet
241+
--worker-subnet worker-subnet \
242242
--version <x.y.z>
243243
```
244244

0 commit comments

Comments
 (0)