Skip to content

Commit d7a2744

Browse files
committed
Update eventstream instructions
1 parent a8346dd commit d7a2744

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-get-insights.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: baanders
66
ms.topic: quickstart
77
ms.custom:
88
- ignite-2023
9-
ms.date: 11/05/2024
9+
ms.date: 01/24/2025
1010

1111
#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.
1212
---
@@ -37,24 +37,17 @@ In this section, you set up a Microsoft Fabric *eventstream* to connect your eve
3737

3838
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.
3939

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

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:
4343

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

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.
5851

5952
:::image type="content" source="media/quickstart-get-insights/source-added.png" alt-text="Screenshot of the eventstream with an AzureEventHub source.":::
6053

0 commit comments

Comments
 (0)