You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/tutorial-create-cluster.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Next, you will create a virtual network containing two empty subnets.
85
85
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.
86
86
87
87
```azurecli-interactive
88
-
az group create --name $CLUSTER --location $LOCATION
88
+
az group create --name $RESOURCEGROUP --location $LOCATION
89
89
```
90
90
91
91
The following example output shows the resource group created successfully:
@@ -123,16 +123,16 @@ Next, you will create a virtual network containing two empty subnets.
0 commit comments