/
Connecting to AKS cluster
Connecting to AKS cluster
After you have installed the Azure CLI on your client machine, follow the steps given below to connect to the AKS cluster before you can start deploying the application.
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.
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>
, multiple selections available,
Related content
Prerequisites and configurations
Prerequisites and configurations
Read with this
Connecting to AKS cluster
Connecting to AKS cluster
More like this
Prerequisites
Prerequisites
Read with this
AC 5.X Deployment Guide (End to End)
AC 5.X Deployment Guide (End to End)
More like this
AC5 Frequently Asked Questions
AC5 Frequently Asked Questions
More like this
AC 5 Deployment
AC 5 Deployment
More like this