Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

  1. Connect to your Azure account by using your subscription ID in the following command.

    az account set --subscription <subscription ID of your Azure account>

    You will be prompted to enter your credentials of your Azure account.

    If you have multiple Azure subscriptions, select the appropriate subscription ID in which the resources should be billed.

  2. Run the following command to authenticate as a user and connect to the AKS cluster.

    az aks get-credentials --resource-group <Name of the resource group> --name <Name of the cluster>


  • No labels