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
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: baanders
6
6
ms.topic: quickstart
7
7
ms.custom:
8
8
- ignite-2023
9
-
ms.date: 11/05/2024
9
+
ms.date: 01/24/2025
10
10
11
11
#CustomerIntent: As an OT user, I want to create a visual report for my processed OPC UA data that I can use to analyze and derive insights from it.
12
12
---
@@ -37,24 +37,17 @@ In this section, you set up a Microsoft Fabric *eventstream* to connect your eve
37
37
38
38
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.
39
39
40
-
Start by navigating to the [Real-Time Intelligence experience in Microsoft Fabric](https://msit.powerbi.com/home?experience=kusto) and opening your Fabric workspace.
40
+
Start by navigating to the [Real-Time hub in Microsoft Fabric](https://app.powerbi.com/workloads/oneriver/hub?experience=fabric-developer).
41
41
42
-
Follow the steps in [Create an eventstream in Microsoft Fabric](/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream?pivots=standard-capabilities#create-an-eventstream-1) to create a new eventstream resource in your workspace.
42
+
Follow the steps in [Get events from Azure Event Hubs into Real-time hub](/fabric/real-time-hub/add-source-azure-event-hubs) to add your event hub as a data source for a new eventstream in your Fabric workspace. Keep the following notes in mind:
43
43
44
-
After the eventstream is created, you'll see the main editor where you can start building the eventstream.
44
+
* You can edit the **Eventstream name** to something friendly in the **Stream details** pane.
45
+
* For **Connection**, create a new connection with Shared Access Key authentication.
46
+
* Make sure local authentication is enabled on your Event Hubs namespace. You can set this from its Overview page in the Azure portal.
47
+
* For **Consumer group**, use the default selection (*$Default*).
48
+
* For **Data format**, choose *Json* (it might be selected already by default).
45
49
46
-
### Add event hub as a source
47
-
48
-
Next, add your event hub from the previous quickstart as a data source for the eventstream.
49
-
50
-
Follow the steps in [Add Azure Event Hubs source to an eventstream](/fabric/real-time-intelligence/event-streams/add-source-azure-event-hubs?pivots=standard-capabilities#add-an-azure-event-hub-as-a-source) to add the event source. Keep the following notes in mind:
51
-
52
-
- You'll be creating a new cloud connection with Shared Access Key authentication.
53
-
- Make sure local authentication is enabled on your Event Hubs namespace. You can set this from its Overview page in the Azure portal.
54
-
- For **Consumer group**, use the default selection (*$Default*).
55
-
- For **Data format**, choose *Json* (it might be selected already by default).
56
-
57
-
After completing this flow, the Azure event hub is visible in the eventstream live view as a source.
50
+
After creating the eventstream, open it to see it in the authoring canvas. Your Azure event hub is visible as a source for the eventstream.
58
51
59
52
:::image type="content" source="media/quickstart-get-insights/source-added.png" alt-text="Screenshot of the eventstream with an AzureEventHub source.":::
0 commit comments