Skip to content

Commit 8eefcb5

Browse files
authored
Merge pull request #293779 from baanders/1-29-aio
AIO: Quickstart clarity edits
2 parents 46a7449 + f29db88 commit 8eefcb5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
-19.3 KB
Loading

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Start by navigating to the [Real-Time hub in Microsoft Fabric](https://app.power
4141

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

44-
* For **Azure Event Hub Key**, use the default selection (*RootManageSharedAccessKey*).
4544
* You can edit the **Eventstream name** to something friendly in the **Stream details** pane.
46-
* For **Connection**, create a new connection with Shared Access Key authentication.
45+
* For **Azure Event Hub Key**, use the default selection (*RootManageSharedAccessKey*).
46+
* For **Connection**, create a new connection with Shared Access Key authentication. The connection credential details should fill automatically.
4747
* Make sure local authentication is enabled on your Event Hubs namespace. You can set this from its Overview page in the Azure portal.
4848
* For **Consumer group**, use the default selection (*$Default*).
4949
* For **Data format**, use the default selection (*Json*).
@@ -103,10 +103,12 @@ Next, add your eventstream as a data source for your KQL table (for detailed ins
103103
104104
After you complete this setup, data begins to flow through your eventstream and is processed into your KQL table.
105105
106-
Wait a few minutes for data to propagate. Then, select the *OPCUA* table to see a preview of the data from the eventstream appearing in the table.
106+
Wait a few minutes for data to propagate. Then, select the *OPCUA* table (you may need to refresh the view) to see a preview of the data from the eventstream appearing in the table.
107107
108108
:::image type="content" source="media/quickstart-get-insights/kql-data-preview.png" alt-text="Screenshot of the OPCUA table with data.":::
109109
110+
You can also use the **Query with code** button to open a query window for the *OPCUA* table and run queries to explore the data.
111+
110112
## Create a Real-Time Dashboard
111113
112114
In this section, you create a new [Real-Time Dashboard](/fabric/real-time-intelligence/dashboard-real-time-create) to visualize your quickstart data, and import a set of tiles from a sample dashboard template. The dashboard allows filtering by asset ID and timestamp, and displays visual summaries of temperature, spike frequency, and other data.
@@ -130,12 +132,14 @@ Then, follow the steps below to upload the dashboard template and connect it to
130132
:::image type="content" source="media/quickstart-get-insights/dashboard-upload-errors.png" alt-text="Screenshot of the dashboard with errors in the visuals.":::
131133
1. From the **Manage** tab, select **Data sources**. This opens the **Data sources** pane with a sample source for your AIO data. Select the pencil icon to edit the *AIOdata* data source.
132134
:::image type="content" source="media/quickstart-get-insights/dashboard-data-sources.png" alt-text="Screenshot of the buttons to connect a data source.":::
133-
1. Choose your database (it's under **OneLake data hub**). When you're finished selecting your data source, select **Apply** and close the **Data sources** pane.
135+
1. Choose your database (it's under **OneLake data hub**). When you're finished connecting your data source, select **Apply** and close the **Data sources** pane.
134136
135137
The visuals should populate with the data from your KQL database.
136138
137139
:::image type="content" source="media/quickstart-get-insights/dashboard.png" alt-text="Screenshot of the dashboard.":::
138140
141+
On the **Home** tab, select **Save** to save your dashboard.
142+
139143
### Explore dashboard
140144
141145
Now you have a dashboard that displays different types of visuals for the asset data in these quickstarts. Here are the visuals included with the template:

0 commit comments

Comments
 (0)