Skip to content

Commit c79b5b5

Browse files
committed
minor edit
1 parent 1bffca3 commit c79b5b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/how-to-monitor-iot-edge-deployments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: High-level monitoring including edgeHub and edgeAgent reported prop
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 04/15/2020
7+
ms.date: 04/17/2020
88
ms.topic: conceptual
99
ms.reviewer: veyalla
1010
ms.service: iot-edge
@@ -24,7 +24,7 @@ Successful deployments require monitoring the following information:
2424

2525
* Versions of deployed modules.
2626

27-
Both devices and modules have similar data, such as connectivity, so values are obtained according the device ID or the module ID. For an overview of the IoT Edge runtime modules and their properties, see [Properties of the IoT Edge agent and IoT Edge hub module twins](module-edgeagent-edgehub.md).
27+
Both devices and modules have similar data, such as connectivity, so values are obtained according the device ID or the module ID.
2828

2929
The IoT Hub service collects the data reported by device and module twins and provides aggregated counts of the various states that devices may have. The IoT Hub service organizes this data into four groups of metrics:
3030

@@ -70,7 +70,7 @@ To view the details of a deployment and monitor the devices running it, use the
7070

7171
### Define properties
7272

73-
If you developed custom code modules, such as described in [Use Visual Studio 2019 to develop and debug modules for Azure IoT Edge](how-to-visual-studio-develop-module.md), you can monitor their values by defining custom metrics. You can also add, delete, and edit properties in the module twin after the module has been deployed to an IoT Edge device.
73+
If you developed custom code modules, such as described in [Use Visual Studio 2019 to develop and debug modules for Azure IoT Edge](how-to-visual-studio-develop-module.md), you can monitor their values by defining desired and reported properties. You can also add, delete, and edit properties in the module twin after the module has been deployed to an IoT Edge device. For an overview of the properties, see [Properties of the IoT Edge agent and IoT Edge hub module twins](module-edgeagent-edgehub.md).
7474

7575
To define and edit properties for a deployed module:
7676

0 commit comments

Comments
 (0)