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-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ Start by navigating to the [Real-Time hub in Microsoft Fabric](https://app.power
41
41
42
42
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:
43
43
44
-
* For **Azure Event Hub Key**, use the default selection (*RootManageSharedAccessKey*).
45
44
* 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.
47
47
* Make sure local authentication is enabled on your Event Hubs namespace. You can set this from its Overview page in the Azure portal.
48
48
* For **Consumer group**, use the default selection (*$Default*).
49
49
* 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
103
103
104
104
After you complete this setup, data begins to flow through your eventstream and is processed into your KQL table.
105
105
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.
107
107
108
108
:::image type="content" source="media/quickstart-get-insights/kql-data-preview.png" alt-text="Screenshot of the OPCUA table with data.":::
109
109
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
+
110
112
## Create a Real-Time Dashboard
111
113
112
114
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
130
132
:::image type="content" source="media/quickstart-get-insights/dashboard-upload-errors.png" alt-text="Screenshot of the dashboard with errors in the visuals.":::
131
133
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.
132
134
:::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.
134
136
135
137
The visuals should populate with the data from your KQL database.
136
138
137
139
:::image type="content" source="media/quickstart-get-insights/dashboard.png" alt-text="Screenshot of the dashboard.":::
138
140
141
+
On the **Home** tab, select **Save** to save your dashboard.
142
+
139
143
### Explore dashboard
140
144
141
145
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