How to give AKS trusted access or role permissions for AKS backup

Gregor Anton Grinč 171 Reputation points
2023-06-27T14:14:28.4866667+00:00

Hello,

I have backed up one AKS cluster in the past and I did not experience the problem I do now. I always start with this (https://learn.microsoft.com/en-us/azure/backup/azure-kubernetes-service-cluster-manage-backups#register-the-trusted-access), registering and installing the backup extension and all the stuff that is in the provided documentation. I also create Trusted Access as well.

Screenshot 2023-06-27 at 16.01.24

I can see that Trusted Access is in succeeded state but I still get this when I try to configure AKS backup through Azure:

Screenshot 2023-06-27 at 16.11.26

So since trusted access should be configured correctly the only thing I imagine myself doing is clicking grant permissions. But when I do so nothing happens. Literally nothing...

What should I do so I can get past this stage?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,458 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,404 questions
{count} votes

Accepted answer
  1. Cristian Gatjens 716 Reputation points Microsoft Employee
    2023-06-28T16:52:48.7033333+00:00

    Hello @Gregor Anton Grinč ,

    Thank you for reaching out & I hope you are doing well.

    Can you please confirm that the Trusted Access Preview shows as Registred (this can take some minutes)?

    az feature show --namespace "Microsoft.ContainerService" --name "TrustedAccessPreview"

    Did you run below command after seeing the Registered status?

    az provider register --namespace Microsoft.ContainerService

    Thanks!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.