Skip to content

Commit 5ecb3f8

Browse files
committed
Clarity edits
1 parent 354295f commit 5ecb3f8

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed
-38.1 KB
Loading
8.48 KB
Loading
9.01 KB
Loading
9.29 KB
Loading

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

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ 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 hub in Microsoft Fabric](https://app.powerbi.com/workloads/oneriver/hub?experience=fabric-developer).
41-
42-
Follow the steps in [Get events from Azure Event Hubs into Real-time hub](/fabric/real-time-hub/add-source-azure-event-hubs#microsoft-sources-page) to add your event hub as a data source for a new eventstream in your Fabric workspace. Keep the following notes in mind:
40+
Start by navigating to the [Real-Time hub in Microsoft Fabric](https://app.powerbi.com/workloads/oneriver/hub?experience=fabric-developer). Add your event hub as a data source for a new eventstream (for detailed instructions, see [Get events from Azure Event Hubs into Real-time hub](/fabric/real-time-hub/add-source-azure-event-hubs#microsoft-sources-page)). As you add the data source, keep the following notes in mind:
4341

4442
* For **Azure Event Hub Key**, use the default selection (*RootManageSharedAccessKey*).
4543
* You can edit the **Eventstream name** to something friendly in the **Stream details** pane.
@@ -48,7 +46,7 @@ Follow the steps in [Get events from Azure Event Hubs into Real-time hub](/fabri
4846
* For **Consumer group**, use the default selection (*$Default*).
4947
* For **Data format**, use the default selection (*Json*).
5048

51-
After connecting the eventstream, use the **Open Eventstream** button to see it in the authoring canvas. Your Azure event hub is visible as a source for the eventstream. (You also have the option edit the source name to something friendly from this canvas if you want.)
49+
After connecting the eventstream, use the **Open Eventstream** button to see it in the authoring canvas. The stream from your Azure event hub is visible as an eventstream source.
5250

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

@@ -63,15 +61,15 @@ Follow these steps to check your work so far, and make sure data is flowing into
6361
:::image type="content" source="media/quickstart-get-insights/source-added-data.png" alt-text="Screenshot of the eventstream with data from the AzureEventHub source.":::
6462

6563
>[!TIP]
66-
>If data has not arrived in your eventstream, you may want to check your event hub activity to This will help you isolate which section of the flow to debug.
64+
>If data has not arrived in your eventstream, you may want to check your event hub activity to help you isolate which section of the flow to debug.
6765
6866
### Prepare KQL resources
6967

7068
In this section, you create a KQL database in your Microsoft Fabric workspace to use as a destination for your data.
7169

72-
1. Follow the steps in [Create an eventhouse](/fabric/real-time-intelligence/create-eventhouse#create-an-eventhouse-1) to create a Real-Time Intelligence eventhouse with a child KQL database. You only need to complete the section entitled **Create an eventhouse**.
70+
1. First, create a Real-Time Intelligence eventhouse (for detailed instructions, see [Create an eventhouse](/fabric/real-time-intelligence/create-eventhouse#create-an-eventhouse-1)). The eventhouse will be created with a default KQL database of the same name.
7371

74-
1. Next, follow the steps in [Create an empty table in your KQL database](/fabric/real-time-intelligence/create-empty-table#create-an-empty-table-in-your-kql-database) to create a table in your database. Call it *OPCUA* and use the following columns.
72+
1. Next, create a new table in the default database in your eventhouse (for detailed instructions, see [Create an empty table in your KQL database](/fabric/real-time-intelligence/create-empty-table#create-an-empty-table-in-your-kql-database)). Name it *OPCUA* and manually enter the following schema.
7573

7674
| Column name | Data type |
7775
| --- | --- |
@@ -94,14 +92,10 @@ In this section, you create a KQL database in your Microsoft Fabric workspace to
9492
9593
### Add eventstream data to KQL database
9694
97-
Next, add your eventstream as a data source for your KQL table.
98-
99-
Follow the steps in [Get data from Eventstream](/fabric/real-time-intelligence/get-data-eventstream#source) to add the data source.
100-
101-
Keep the following notes in mind:
95+
Next, add your eventstream as a data source for your KQL table (for detailed instructions, see [Get data from Eventstream](/fabric/real-time-intelligence/get-data-eventstream#source)). As you add the data source, keep the following notes in mind:
10296
103-
- Use the *OPCUA* table as the destination table and your eventstream as the source.
104-
- On the **Inspect** step, open the **Advanced** options. Under **Mapping**, select **Existing mapping** and choose *opcua_mapping*.
97+
* Use the *OPCUA* table as the destination table and your eventstream as the source.
98+
* On the **Inspect** step, open the **Advanced** options. Under **Mapping**, select **Existing mapping** and choose *opcua_mapping*.
10599
106100
:::image type="content" source="media/quickstart-get-insights/existing-mapping.png" alt-text="Screenshot adding an existing mapping.":::
107101
@@ -120,7 +114,7 @@ In this section, you'll create a new [Real-Time Dashboard](/fabric/real-time-int
120114
121115
### Create dashboard
122116
123-
Follow the steps in the [Create a new dashboard](/fabric/real-time-intelligence/dashboard-real-time-create#create-a-new-dashboard) section to create a new Real-Time Dashboard from the Real-Time Intelligence capabilities.
117+
Navigate to your workspace and create a new Real-Time Dashboard from the Real-Time Intelligence capabilities (for detailed instructions, see [Create a new dashboard](/fabric/real-time-intelligence/dashboard-real-time-create#create-a-new-dashboard)).
124118
125119
### Upload template and connect data source
126120

0 commit comments

Comments
 (0)