Skip to content

Commit c4f63e1

Browse files
authored
Merge pull request #103268 from diogocatossi/patch-1
Fix CLUSTER variable name
2 parents cfad1e4 + ac7f99a commit c4f63e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,10 @@ PULL_SECRET=$(cat pull-secret.txt) # the pull secret text
728728
### Define the following parameters as environment variables - Azure CLI
729729

730730
```azurecli-interactive
731-
RESOURCEGROUP=aro-rg # the new resource group for the cluster
732-
LOCATION=eastus # the location of the new cluster
733-
DOMAIN=mydomain # the domain prefix for the cluster
734-
CLUSTER=aro-cluster # the name of the cluster
731+
RESOURCEGROUP=aro-rg # the new resource group for the cluster
732+
LOCATION=eastus # the location of the new cluster
733+
DOMAIN=mydomain # the domain prefix for the cluster
734+
ARO_CLUSTER_NAME=aro-cluster # the name of the cluster
735735
```
736736

737737
### Register the required resource providers - Azure CLI

0 commit comments

Comments
 (0)