azurekubernetesazure-devopsazure-pipelines

You don’t appear to have an active Azure subscription when creating new Kubernetes service connection in Azure DevOps


I'm trying to create a new Kubernetes Service Connection for Azure DevOps, but when I try to create it I get the error:

You don’t appear to have an active Azure subscription

I've tried a few ways to fix the issue but it's not working.


Solution

  • Here's how I solved it:

    I simply went to Azure DevOps > Project > Project settings

    enter image description here

    Next, I went to Permissions > Endpoint Administrators > Members

    enter image description here

    Then I added my user to one of the groups under the Endpoint Administrators group. You are also allowed to add your user directly, but permissions are better managed in groups and not individually.

    Since the permission updates might take some minutes to take effect in the current web browser window, I logged in to Azure DevOps using a New incognito window of my web browser, this time I was able to create a new Kubernetes Service Connection.