Skip to content

Commit b32fa0e

Browse files
committed
Mire
1 parent 28a15b7 commit b32fa0e

2 files changed

Lines changed: 48 additions & 55 deletions

File tree

articles/iot-edge/how-to-explore-curated-visualizations.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Explore curated visualizations in Azure IoT Edge
33
description: Use Azure workbooks to visualize and explore IoT Edge built-in metrics
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 05/08/2025
6+
ms.date: 03/03/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -13,35 +13,33 @@ services: iot-edge
1313

1414
[!INCLUDE [iot-edge-version-all-supported](includes/iot-edge-version-all-supported.md)]
1515

16-
Visually explore metrics collected from IoT Edge devices using Azure Monitor workbooks. Curated monitoring workbooks for IoT Edge devices are available as public templates:
16+
You can visually explore metrics collected from IoT Edge devices by using Azure Monitor workbooks. Curated monitoring workbooks for IoT Edge devices are available as public templates:
1717

18-
* For devices connected to IoT Hub, from the **IoT Hub** page in the Azure portal, navigate to the **Workbooks** page in the **Monitoring** section.
19-
* For devices connected to IoT Central, from the **IoT Central** page in the Azure portal, navigate to the **Workbooks** page in the **Monitoring** section.
18+
* For devices connected to IoT Hub, from the **IoT Hub** page in the Azure portal, go to the **Workbooks** page in the **Monitoring** section.
19+
* For devices connected to IoT Central, from the **IoT Central** page in the Azure portal, go to the **Workbooks** page in the **Monitoring** section.
2020

21-
Curated workbooks use [built-in metrics](how-to-access-built-in-metrics.md) from IoT Edge runtime. Metrics must first be [ingested](how-to-collect-and-transport-metrics.md) into a Log Analytics workspace. These views don't require metrics instrumentation from workload modules.
21+
Curated workbooks use [built-in metrics](how-to-access-built-in-metrics.md) from the IoT Edge runtime. You must first [ingest](how-to-collect-and-transport-metrics.md) metrics into a Log Analytics workspace. These views don't require metrics instrumentation from workload modules.
2222

2323
## Access curated workbooks
2424

25-
Azure Monitor workbooks for IoT are templates that let you visualize device metrics. You can customize them to fit your solution.
25+
Azure Monitor workbooks for IoT are templates that you use to visualize device metrics. You can customize them to fit your solution.
2626

2727
Follow these steps to access the curated workbooks:
2828

2929
1. Sign in to the [Azure portal](https://portal.azure.com), and go to your IoT Hub or IoT Central application.
30-
3130
1. Select **Workbooks** from the **Monitoring** section of the menu.
32-
3331
1. Choose a workbook to explore from the list of public templates:
3432

35-
* **Fleet View**: Monitor your fleet of devices across multiple IoT Hubs or Central Apps, and drill into specific devices for a health snapshot.
33+
* **Fleet View**: Monitor your fleet of devices across multiple IoT Hubs or Central Apps, and drill into specific devices for a health snapshot.
3634

37-
* **Device Details**: Visualize device details around messaging, modules, and host components on an IoT Edge device.
35+
* **Device Details**: Visualize device details around messaging, modules, and host components on an IoT Edge device.
3836

39-
* **Alerts**: View triggered [alerts](how-to-create-alerts.md) for devices across multiple IoT resources.
37+
* **Alerts**: View triggered [alerts](how-to-create-alerts.md) for devices across multiple IoT resources.
4038

41-
See the following sections for a preview of the data and visualizations each workbook offers.
39+
For a preview of the data and visualizations each workbook offers, see the following sections.
4240

43-
>[!NOTE]
44-
> The screen captures that follow may not reflect the latest workbook design.
41+
> [!NOTE]
42+
> The screen captures that follow might not reflect the latest workbook design.
4543
4644
## Fleet view workbook
4745

@@ -63,7 +61,7 @@ The device details workbook has three views:
6361

6462
Switch between views by selecting the tabs at the top of the workbook.
6563

66-
The device details workbook also integrates with the IoT Edge portal-based troubleshooting experience. You can pull **Live logs** from your device using this feature. Access this experience by selecting the **Troubleshoot \<device name> live** button above the workbook.
64+
The device details workbook also integrates with the IoT Edge portal-based troubleshooting experience. You can pull **Live logs** from your device by using this feature. Access this experience by selecting the **Troubleshoot \<device name\> live** button above the workbook.
6765

6866
# [Messaging](#tab/messaging)
6967

@@ -92,11 +90,11 @@ The **Modules** view shows metrics collected from the edgeAgent module, which re
9290

9391
:::image type="content" source="./media/how-to-explore-curated-visualizations/how-to-explore-host-details.gif" alt-text="The host section of the device details workbook." lightbox="./media/how-to-explore-curated-visualizations/how-to-explore-host-details.gif":::
9492

95-
The **Host** view shows metrics from the edgeAgent module. It includes information like:
93+
The **Host** view shows metrics from the **edgeAgent** module. It includes information like:
9694

9795
* Host component version information
9896
* Uptime
99-
* CPU, memory, and disk space use at the host-level
97+
* CPU, memory, and disk space use at the host level
10098

10199
# [Live logs](#tab/livelogs)
102100

@@ -116,13 +114,12 @@ Select a severity row to view alert details. The **Alert rule** link opens the a
116114

117115
## Customize workbooks
118116

119-
[Azure Monitor workbooks](/azure/azure-monitor/visualize/workbooks-overview) are customizable. You can edit the public templates to suit your requirements. All the visualizations are driven by resource-centric [Kusto Query Language](/azure/data-explorer/kusto/query/) queries on the [InsightsMetrics](/azure/azure-monitor/reference/tables/insightsmetrics) table.
117+
You can customize [Azure Monitor workbooks](/azure/azure-monitor/visualize/workbooks-overview). Edit the public templates to suit your requirements. All the visualizations come from resource-centric [Kusto Query Language](/azure/data-explorer/kusto/query/) queries on the [InsightsMetrics](/azure/azure-monitor/reference/tables/insightsmetrics) table.
120118

121119
To customize a workbook, enter editing mode. Select the **Edit** button in the workbook's menu bar. Curated workbooks use workbook groups extensively. You might need to select **Edit** on several nested groups to view a visualization query.
122120

123121
Save your changes as a new workbook. You can [share](/azure/azure-monitor/visualize/workbooks-overview#access-control) the saved workbook with your team or [deploy them programmatically](/azure/azure-monitor/visualize/workbooks-automate) as part of your organization's resource deployments.
124122

125-
126123
## Next steps
127124

128125
Customize your monitoring solution with [alert rules](how-to-create-alerts.md) and [metrics from custom modules](how-to-add-custom-metrics.md).

0 commit comments

Comments
 (0)