

- Open command prompt, run the below command
az account set --subscription aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
- To generate kubeconfig file, run the below command
az aks get-credentials --resource-group resourcegroupname --name clustername

kubelogin convert-kubeconfig -l azurecli --kubeconfig <FILEPATH>
kubectl get nodes --kubeconfig <FILEPATH>kubectl config set clusters.clustername.proxy-url proxyurl
