We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2551769 commit fb4ea91Copy full SHA for fb4ea91
articles/azure-arc/kubernetes/cluster-connect.md
@@ -48,7 +48,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
48
49
```console
50
CLUSTER_NAME=<cluster-name>
51
- RESOURCE_GROUP=<cluster-name>
+ RESOURCE_GROUP=<resource-group-name>
52
ARM_ID_CLUSTER=$(az connectedk8s show -n $CLUSTER_NAME -g $RESOURCE_GROUP --query id -o tsv)
53
```
54
0 commit comments