Skip to content

Commit 53c11df

Browse files
committed
Draft of changes.
1 parent f404be9 commit 53c11df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/openshift/tutorial-create-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ 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 `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 \

0 commit comments

Comments
 (0)