Skip to content

Commit ff7774d

Browse files
authored
Fixing environment variable clustername for CLI
Bug fix: Incorrect environment variable for cluster name in defined for Azure CLI.
1 parent 31a627f commit ff7774d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ az deployment group create \
792792
--parameters location=$LOCATION \
793793
--parameters domain=$DOMAIN \
794794
--parameters pullSecret=$PULL_SECRET \
795-
--parameters clusterName=$ARO_CLUSTER_NAME \
795+
--parameters clusterName=$CLUSTER \
796796
--parameters aadClientId=$SP_CLIENT_ID \
797797
--parameters aadObjectId=$SP_OBJECT_ID \
798798
--parameters aadClientSecret=$SP_CLIENT_SECRET \
@@ -808,7 +808,7 @@ To connect to your new cluster, review the steps in [Connect to an Azure Red Hat
808808
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
809809

810810
```azurecli-interactive
811-
az aro delete --resource-group $RESOURCEGROUP --name $ARO_CLUSTER_NAME
811+
az aro delete --resource-group $RESOURCEGROUP --name $CLUSTER
812812
```
813813

814814
> [!TIP]

0 commit comments

Comments
 (0)