Skip to content

Commit 508f824

Browse files
committed
fixes
1 parent 03df71f commit 508f824

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/azure-monitor/essentials/prometheus-workbooks.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article introduces workbooks for Azure Monitor workspaces and shows you how
1616
To query Prometheus metrics from an Azure Monitor workspace you need the following:
1717
- 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#create-an-azure-monitor-workspace).
1818
- Your Azure Monitor workspace must be [collecting Prometheus metrics](./prometheus-metrics-enable.md) from an AKS cluster.
19-
- You have the Monitoring Data Reader role assigned for the Azure Monitor workspace.
19+
- You have the **Monitoring Data Reader** role assigned for the Azure Monitor workspace.
2020

2121
> [!NOTE]
2222
> Querying data from an Azure Monitor workspace is a data plane operation. Even if you are an owner or have elevated control plane access, you still need to assign the Monitoring Data Reader role. For more information, see [Azure control and data plane](../../azure-resource-manager/management/control-plane-and-data-plane.md).
@@ -39,15 +39,16 @@ A workbook has the following input options:
3939

4040
## Create a Prometheus workbook
4141

42-
Workbooks supports many visualizations and Azure integrations. For more information about Azure Workbooks, see [Creating an Azure Workbook](../visualize/workbooks-create-workbook.md).
43-
Azure Workbooks use [data sources](../visualize/workbooks-data-sources.md#prometheus-preview) to scope the data they retrieve. To query Prometheus metrics:
42+
Workbooks supports many visualizations and Azure integrations. For more information about Azure Workbooks, see [Creating an Azure Workbook](../visualize/workbooks-create-workbook.md).
43+
44+
4445

4546
1. From your Azure Monitor workspace select **Workbooks**.
4647

4748
1. Select **New**.
4849
1. In the new workbook, select **Add**, and select **Add query** from the dropdown.
49-
:::image type="content" source="./media/prometheus-workbooks/prometheus-workspace-add-query.png" alt-text="A screenshot showing the add content dropdown in a blank workspace":::
50-
1. Select the **Data source** dropdown, and choose **Prometheus (preview)** .
50+
:::image type="content" source="./media/prometheus-workbooks/prometheus-workspace-add-query.png" alt-text="A screenshot showing the add content dropdown in a blank workspace":::
51+
1. Azure Workbooks use [data sources](../visualize/workbooks-data-sources.md#prometheus-preview) to set the source scope the data they present. To query Prometheus metrics, select the **Data source** dropdown, and choose **Prometheus (preview)** .
5152
1. From the **Azure Monitor workspace** dropdown, select your workspace.
5253
1. Select your query type from **Prometheus query type** dropdown.
5354
1. Write your PromQL query in the **Prometheus Query** field.
@@ -60,11 +61,11 @@ Azure Workbooks use [data sources](../visualize/workbooks-data-sources.md#promet
6061

6162
If you workbook query does not return data:
6263

63-
- Double check that you have Monitoring Data Reader role permissions assigned through Access Control (IAM) in your Azure Monitor workspace
64-
- Verify that you have turned on metrics collection in the Monitored clusters blade of your Azure Monitor workspace
64+
- Check that you have Monitoring Data Reader role permissions assigned through Access Control (IAM) in your Azure Monitor workspace
65+
- Verify that you have turned on metrics collection in the Monitored clusters blade of your Azure Monitor workspace.
6566

6667

6768
## Next steps
6869
* [Collect Prometheus metrics from AKS cluster (preview)](./prometheus-metrics-enable.md)
6970
* [Azure Monitor workspace (preview)](./azure-monitor-workspace-overview.md)
70-
* [Use Azure Monitor managed service for Prometheus (preview) as data source for Grafana using managed system identity](./prometheus-grafan)
71+
* [Use Azure Monitor managed service for Prometheus (preview) as data source for Grafana using managed system identity](./prometheus-grafana.md)

0 commit comments

Comments
 (0)