we could not be able to create Azure Kubernetes service connection

Manoj Rajput 0 Reputation points
2023-09-04T16:30:19.18+00:00

Hi Team,

I am not able to create Azure kubernetes service connection . And i am getting loading cluster and i did do that all things like- catches and cookies.

kindly help me out this as soon as possible.

i am attaching some screen shots for preference

Untitled

Thanks

Manoj Kumar

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 17,671 Reputation points MVP
    2023-09-04T17:09:15.3366667+00:00

    Local accounts need to be enabled In AKS cluster in order to create a service connection. Following azure cli can help on enabling the local account in the cluster

    az aks update -g <resource-group> -n <cluster-name> --enable-local-accounts

    After enabling the local account successfully, restart creating the service connection. While selecting the subscription from the 'Azure Subscription' dropdown, a new popup window will ask to enter the credentials (make sure that pop up blockers are not preventing this window)

    After this step, you will be able to see the cluster names as below:

    User's image


    --please don't forget to upvote and Accept as answer if the reply is helpful--