Skip to content

Commit 7d0a8a7

Browse files
committed
Move consumption URL Reader access to pre-req and link to admin procedure for configuring it
1 parent 9debb7e commit 7d0a8a7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/operator-insights/data-query.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: operator-insights
88
ms.topic: how-to
99
ms.date: 10/22/2023
1010

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.
1212
---
1313

1414
# Query data in the Data Product
@@ -19,14 +19,16 @@ The Azure Operator Insights Data Product stores enriched and processed data, whi
1919

2020
## Prerequisites
2121

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).
2326

24-
## Get access to the ADX cluster
27+
## Add the consumption URL in Azure Data Explorer
2528

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.
3032
1. Open the [Azure Data Explorer web UI](https://dataexplorer.azure.com/) and select **Add** > **Connection**.
3133
1. Paste your Consumption URL in the connection box and select **Add**.
3234

0 commit comments

Comments
 (0)