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/operator-insights/data-query.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: operator-insights
8
8
ms.topic: how-to
9
9
ms.date: 10/22/2023
10
10
11
-
#CustomerIntent: As a consumer of the Data Product, I want to query data that has been collected so that I can visualise the data and gain customised insights.
11
+
#CustomerIntent: As a consumer of the Data Product, I want to query data that has been collected so that I can visualize the data and gain customized insights.
12
12
---
13
13
14
14
# Query data in the Data Product
@@ -19,14 +19,16 @@ The Azure Operator Insights Data Product stores enriched and processed data, whi
19
19
20
20
## Prerequisites
21
21
22
-
A deployed Data Product, see [Create an Azure Operator Insights Data Product](data-product-create.md).
22
+
- A deployed Data Product: see [Create an Azure Operator Insights Data Product](data-product-create.md).
23
+
- The `Reader` role for the data for this Data Product, because access to the data is controlled by role-based access control (RBAC).
24
+
- To check your access, sign in to the [Azure portal](https://portal.azure.com), go to the Data Product resource and open the **Permissions** pane. You must have the `Reader` role.
25
+
- If you don't have this role, ask an owner of the resource to give you `Reader` permissions by following [Manage permissions to the consumption URL](consumption-plane-configure-permissions.md).
23
26
24
-
## Get access to the ADX cluster
27
+
## Add the consumption URL in Azure Data Explorer
25
28
26
-
Access to the data is controlled by role-based access control (RBAC).
27
-
28
-
1. In the Azure portal, select the Data Product resource and open the Permissions pane. You must have the `Reader` role. If you do not, contact an owner of the resource to grant you `Reader` permissions.
29
-
1. In the Overview pane, copy the Consumption URL.
29
+
1. Sign in to the [Azure portal](https://portal.azure.com).
30
+
1. Go to your Azure Operator Insights Data Product resource.
31
+
1. In the **Overview** pane, copy the Consumption URL.
30
32
1. Open the [Azure Data Explorer web UI](https://dataexplorer.azure.com/) and select **Add** > **Connection**.
31
33
1. Paste your Consumption URL in the connection box and select **Add**.
0 commit comments