1. Managed Grafana
Overview¶
Grafana, a popular open-source platform for monitoring and observability, is automatically deployed in your Managed Azure Kubernetes Service (AKS) environment. This deployment is part of our standard service to enhance your ability to monitor, visualize, and analyze your Kubernetes workloads.
Granting access to users¶
To grant access to users:
- In your managed resource group (eg.
mrg-kubernetes-xxxx
), look for the Azure Managed Grafana resource type. The resource name will be prefixed withamg-
. - Click
Access control (IAM)
followed by+ Add
andAdd role assignment
. - Find the appropriate access role. There are currently three different access levels.
Info
Grafana Admin
are for administrators providing full access to Grafana. Eg. edit data sources and plugins.
Grafana Editor
are for users that require privileges to eg. create and edit dashboards.
Grafana Reader
are for users that only require read access. Eg. look at dashboards and metrics.
- Click
Next
and+ Select members
. Select the user you want to grant access to in the list and clickSelect
. ClickNext
followed byReview + assign
to apply the changes.
Accessing Grafana¶
To access the Grafana UI:
- In the
Overview
section of yourAzure Managed Grafana
resource, copy theEndpoint
from theEssentials
and paste it into your browser. Use your Microsoft account and SSO login.
Info
The endpoint will look similar but not exactly like this:
https://amg-bkm3khei3qnq2-ctgse4gmgfckb4gt.weu.grafana.azure.com
- Delve into the already provisioned dashboards via
Dashboards
or look right at the metrics inExplore
.s