You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/prometheus-workbooks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article introduces workbooks for Azure Monitor workspaces and shows you how
16
16
To query Prometheus metrics from an Azure Monitor workspace you need the following:
17
17
- An Azure Monitor workspace. To create an Azure Monitor workspace see [Create an Azure Monitor Workspace](./azure-monitor-workspace-overview.md?tabs=azure-portal.md).
18
18
- Your Azure Monitor workspace must be [collecting Prometheus metrics](./prometheus-metrics-enable.md) from an AKS cluster.
19
-
- The user must be assigned role that can perform the *microsoft.monitor/accounts/read* operation on the Azure Monitor workspace.
19
+
- The user must be assigned role that can perform the **microsoft.monitor/accounts/read** operation on the Azure Monitor workspace.
20
20
21
21
## Prometheus Explorer workbook
22
22
Azure Monitor workspaces include an exploration workbook to query your Prometheus metrics.
@@ -60,7 +60,7 @@ Workbooks supports many visualizations and Azure integrations. For more informat
60
60
61
61
If your workbook query does not return data:
62
62
63
-
- Check that you have **Monitoring Data Reader** role permissions assigned through Access Control (IAM) in your Azure Monitor workspace
63
+
- Check that you have sufficient permissions to perform **microsoft.monitor/accounts/read** assigned through Access Control (IAM) in your Azure Monitor workspace
64
64
- Verify that you have turned on metrics collection in the Monitored clusters blade of your Azure Monitor workspace.
0 commit comments