Skip to content

Commit d3a9b70

Browse files
authored
Merge pull request #102803 from zaidmohd/patch-1
Update azure-arc-enable-cluster.md
2 parents b7a90ec + 7427e68 commit d3a9b70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/azure-arc-enable-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following steps help you get started understanding the service, but for prod
118118
# [bash](#tab/bash)
119119

120120
```azurecli
121-
az group create --group $AKS_CLUSTER_GROUP_NAME --location $LOCATION
121+
az group create --name $AKS_CLUSTER_GROUP_NAME --location $LOCATION
122122
az aks create \
123123
--resource-group $AKS_CLUSTER_GROUP_NAME \
124124
--name $AKS_NAME \
@@ -129,7 +129,7 @@ The following steps help you get started understanding the service, but for prod
129129
# [PowerShell](#tab/azure-powershell)
130130
131131
```azurepowershell
132-
az group create --group $AKS_CLUSTER_GROUP_NAME --location $LOCATION
132+
az group create --name $AKS_CLUSTER_GROUP_NAME --location $LOCATION
133133
az aks create `
134134
--resource-group $AKS_CLUSTER_GROUP_NAME `
135135
--name $AKS_NAME `
@@ -152,13 +152,13 @@ The following steps help you get started understanding the service, but for prod
152152
# [bash](#tab/bash)
153153
154154
```azurecli
155-
az group create --group $GROUP_NAME --location $LOCATION
155+
az group create --name $GROUP_NAME --location $LOCATION
156156
```
157157
158158
# [PowerShell](#tab/azure-powershell)
159159
160160
```azurepowershell
161-
az group create --group $GROUP_NAME --location $LOCATION
161+
az group create --name $GROUP_NAME --location $LOCATION
162162
```
163163
164164
---

0 commit comments

Comments
 (0)