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/iot-operations/get-started-end-to-end-sample/quickstart-get-insights.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ In this section, you set up a Microsoft Fabric *eventstream* to connect your eve
43
43
44
44
In this section, you create an eventstream that will be used to bring your data from Event Hubs into Microsoft Fabric Real-Time Intelligence, and eventually into a KQL database.
45
45
46
+
Start by navigating to the [Real-Time Intelligence experience in Microsoft Fabric](https://msit.powerbi.com/home?experience=kusto).
47
+
46
48
Follow the steps in [Create an eventstream in Microsoft Fabric](/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream?pivots=enhanced-capabilities) to create a new eventstream from the Real-Time Intelligence capabilities.
47
49
48
50
After the eventstream is created, you'll see the main editor where you can start adding sources to the eventstream.
@@ -54,7 +56,7 @@ After the eventstream is created, you'll see the main editor where you can start
54
56
Next, add your event hub from the previous quickstart as a data source for the eventstream.
55
57
56
58
Follow the steps in [Add Azure Event Hubs source to an eventstream](/fabric/real-time-intelligence/event-streams/add-source-azure-event-hubs?pivots=enhanced-capabilities) to add the event source. Keep the following notes in mind:
57
-
* When it's time to select a **Data format**, choose *Json*.
59
+
* When it's time to select a **Data format**, choose *Json* (it might be selected already by default).
58
60
* Make sure to complete all the steps in the article through selecting **Publish** on the ribbon.
59
61
60
62
After completing this flow, the Azure event hub is visible in the eventstream live view as a source.
@@ -111,7 +113,7 @@ Follow the steps in [Add a KQL Database destination to an eventstream](/fabric/r
111
113
:::image type="content" source="media/quickstart-get-insights/existing-mapping.png" alt-text="Screenshot adding an existing mapping.":::
112
114
113
115
>[!TIP]
114
-
>If no existing mappings are found, try refreshing the event stream editor and restarting the steps to add the destination. Alternatively, you can initiate this same configuration process from the KQL table instead of from the eventstream, as described in [Get data from Eventstream](/fabric/real-time-intelligence/get-data-eventstream).
116
+
>If no existing mappings are found, try refreshing the eventstream editor and restarting the steps to add the destination. Alternatively, you can initiate this same configuration process from the KQL table instead of from the eventstream, as described in [Get data from Eventstream](/fabric/real-time-intelligence/get-data-eventstream).
115
117
116
118
After completing this flow, the KQL table is visible in the eventstream live view as a destination.
117
119
@@ -151,11 +153,11 @@ Next, configure some parameters for your dashboard so that the visuals can be fi
151
153
* **Variable name**: *_asset*
152
154
* **Data type**: *string* (already selected by default)
153
155
* **Source**: *Query*
154
-
* **Data source**: Select your database.
156
+
* **Data source**: Your database (already selected by default)
155
157
* Select **Edit query** and add the following KQL query.
156
158
157
159
```kql
158
-
OPCUA2
160
+
OPCUA
159
161
| summarize by assetName
160
162
```
161
163
* **Value column**: *assetName*
@@ -219,7 +221,7 @@ Next, create some tiles to display the maximum values of temperature and pressur
219
221
| summarize by Temperature
220
222
```
221
223
222
-
1. **Run** the query to verify that data can be found.
224
+
**Run** the query to verify that a maximum temperature can be found.
223
225
224
226
1. Select **+ Add visual** to add a visual for this data. Create a visual with the following characteristics:
225
227
* **Tile name**: *Max temperature*
@@ -252,7 +254,7 @@ Next, create some tiles to display the maximum values of temperature and pressur
252
254
| summarize by Pressure
253
255
```
254
256
255
-
**Run** the query.
257
+
**Run** the query to verify that a maximum pressure can be found.
256
258
257
259
1. In the **Visual formatting** pane, update the following characteristics:
0 commit comments