Step 1 - Set your Kubernetes context to AKS

Prev Next

Set your Kubernetes context to your AKS cluster by logging into the Azure CLI.

az aks get-credentials -g "${rgp}" -n "${aksname}"