MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.21k stars 21.36k forks source link

The instructions on getting AKS credentials should be updated #120290

Closed adibiton closed 2 months ago

adibiton commented 6 months ago

[Enter feedback here] In the section: https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-tutorial-aks-portal#set-up-chaos-mesh-on-your-aks-cluster

We should update: az aks get-credentials -g $RESOURCE_GROUP -n $CLUSTER_NAME

to:

az aks get-credentials --admin --name MyManagedCluster --resource-group MyResourceGroup


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RamanathanChinnappan-MSFT commented 6 months ago

@adibiton Thanks for your feedback! We will investigate and update as appropriate.

AbbyMSFT commented 2 months ago

Thanks @adibiton - We have updated the docs as per your suggestion: https://github.com/MicrosoftDocs/azure-docs-pr/pull/281227

please-close

Thanks, Abby