Skip to content

Commit 7a60f29

Browse files
author
Sakthi Vetrivel
committed
fixing wording
1 parent 9275232 commit 7a60f29

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/openshift/tutorial-delete-cluster.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,20 @@ If you have access to multiple subscriptions, run `az account set -s {subscripti
3535

3636
## Delete the cluster
3737

38-
Open a Bash terminal and set the variable CLUSTER_NAME to the name of your cluster:
38+
In previous tutorials, the following variables were set.
3939

4040
```bash
41-
CLUSTER_NAME=yourclustername
41+
CLUSTER=yourclustername
42+
RESOURCE_GROUP=yourresourcegroup
4243
```
4344

44-
Now, delete your cluster:
45+
Using these values, delete your cluster:
4546

4647
```bash
47-
az aro delete --resource-group $CLUSTER_NAME --name $CLUSTER_NAME
48+
az aro delete --resource-group $RESOURCEGROUP --name $CLUSTER
4849
```
4950

50-
You'll be prompted whether you want to delete the cluster. After you confirm with `y`, it will take several minutes to delete the cluster. When the command finishes, the entire Resource Group and all resources inside it, including the cluster, will be deleted.
51+
You'll then be prompted to confirm if you want to delete the cluster. After you confirm with `y`, it will take several minutes to delete the cluster. When the command finishes, the entire resource group and all resources inside it - including the cluster - will be deleted.
5152

5253
## Next steps
5354

0 commit comments

Comments
 (0)