Skip to content

Commit b06655b

Browse files
Merge pull request #281227 from AbbyMSFT/patch-8
Update chaos-studio-tutorial-aks-portal.md
2 parents 37185ab + 6a25797 commit b06655b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/chaos-studio/chaos-studio-tutorial-aks-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Chaos Studio uses [Chaos Mesh](https://chaos-mesh.org/), a free, open-source cha
3232

3333
Before you can run Chaos Mesh faults in Chaos Studio, you must install Chaos Mesh on your AKS cluster.
3434

35-
1. Run the following commands in an [Azure Cloud Shell](../cloud-shell/overview.md) window where you have the active subscription set to be the subscription where your AKS cluster is deployed. Replace `$RESOURCE_GROUP` and `$CLUSTER_NAME` with the resource group and name of your cluster resource.
35+
1. Run the following commands in an [Azure Cloud Shell](../cloud-shell/overview.md) window where you have the active subscription set to be the subscription where your AKS cluster is deployed. Replace `MyManagedCluster` and `MyResourceGroup` with the name of your cluster and resource group.
3636

3737
```azurecli
38-
az aks get-credentials -g $RESOURCE_GROUP -n $CLUSTER_NAME
38+
az aks get-credentials --admin --name MyManagedCluster --resource-group MyResourceGroup
3939
```
4040
4141
```bash

0 commit comments

Comments
 (0)