Which permissions or roles are needed to view the details in an application insights dashboard

Andy Cheetham 0 Reputation points
2024-05-14T09:36:40.0133333+00:00

I have create an application insights dashboard to display information on a AKS cluster and resources.
I have also created a security group for the accounts that I would like to allow access to the dashboard.

Right now the users within the security group can see the dashboard, but they do not have permissions that allows the graphs charts to be populated with the data.

Which permissions / roles does this security group need to have to allow the users to view the statistics?

Thanks

Andy

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
687 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.
1,902 questions
Microsoft Entra
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 2,120 Reputation points
    2024-05-14T09:54:51.4133333+00:00

    Hello Andy Cheetham

    Thanks for your question.

    This issue may point to RBAC rather than the security group itself. Security groups usually control network access while RBAC controls Role based Access. You'll need to ensure they have the necessary permissions to access and read the telemetry data collected by Application Insights

    These can be found in the documentation here: https://learn.microsoft.com/en-us/azure/azure-monitor/app/resources-roles-access-control.

    For least privilege I would recommend you try the Monitoring Reader role firstly and then if that doesn't suit your needs you can go upwards.

    See Snippet of the documentation here:
    User's image

    Please let me know if you have further questions

    You can mark it 'Accept Answer' if this helped.

    0 comments No comments