Skip to content

Commit 8c4c138

Browse files
authored
Merge pull request #113173 from VikasPullagura-MSFT/patch-76
(Azure CXP) resolves MicrosoftDocs/azure-docs#53551
2 parents 6e178d0 + 4afced9 commit 8c4c138

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
@@ -76,7 +76,7 @@ Next, you will create a virtual network containing two empty subnets.
7676

7777
```console
7878
LOCATION=eastus # the location of your cluster
79-
RESOURCEGROUP="v4-$LOCATION" # the name of the resource group where you want to create your cluster
79+
RESOURCEGROUP=aro-rg # the name of the resource group where you want to create your cluster
8080
CLUSTER=cluster # the name of your cluster
8181
```
8282

@@ -85,7 +85,7 @@ Next, you will create a virtual network containing two empty subnets.
8585
An Azure resource group is a logical group in which Azure resources are deployed and managed. When you create a resource group, you are asked to specify a location. This location is where resource group metadata is stored, it is also where your resources run in Azure if you don't specify another region during resource creation. Create a resource group using the [az group create][az-group-create] command.
8686

8787
```azurecli-interactive
88-
az group create --name $CLUSTER --location $LOCATION
88+
az group create --name $RESOURCEGROUP --location $LOCATION
8989
```
9090
9191
The following example output shows the resource group created successfully:

0 commit comments

Comments
 (0)