Skip to content

Commit 8f2dc19

Browse files
committed
misc edits
1 parent 4de0169 commit 8f2dc19

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

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

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,25 @@ services: iot-edge
1212
---
1313
# Monitor IoT Edge deployments
1414

15-
Azure IoT Edge provides reporting that let you monitor real-time information on the modules deployed to your IoT Edge devices. The IoT Hub service retrieves the status from the IoT Edge devices and makes them available to the operator. In addition to the need to monitor deployments made to individual devices, monitoring is important for [deployments made at scale](module-deployment-monitoring.md) that include automatic deployments and layered deployments.
15+
Azure IoT Edge provides reporting that lets you monitor real-time information on the modules deployed to your IoT Edge devices. The IoT Hub service retrieves the status from the IoT Edge devices and makes them available to the operator. In addition to the need to monitor deployments made to individual devices, monitoring is important for [deployments made at scale](module-deployment-monitoring.md) that include automatic deployments and layered deployments.
1616

17-
You must know the connectivity state for the devices and the status of their modules, also their versions and the times devices connected and disconnected. This information is provided by the edgeHub runtime module and should satisfy the needs for monitoring single device deployments.
17+
Successful deployments require monitoring the following information:
18+
19+
* The last time the device or module connected or disconnected.
20+
21+
* Connectivity status of the device or module.
22+
23+
* Status codes of the IoT Edge runtime modules.
24+
25+
* Versions of deployed modules.
26+
27+
Both devices and modules have similar data, such as connectivity, so values are obtained according the device ID or the module ID.
1828

1929
Automatic deployments are deployments made to devices that satisfy a target condition. Target conditions are configured using tags specified in the device twin.
2030

2131
Layered deployments have addition criterion such as to overwrite a module if a particular criterion is satisfied. This criteria is configured by adding desired properties in the module twin.
2232

23-
The IoT Hub service collects the data reported by device and module twins and provides summary counts of the various states that devices may have in the deployment configuration. This data is organized into four groups of metrics:
33+
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:
2434

2535
| Type | Description |
2636
| --- | ---|
@@ -31,7 +41,7 @@ The IoT Hub service collects the data reported by device and module twins and pr
3141

3242
You can also define your own custom metrics.
3343

34-
The IoT Hub service makes this data available in the Azure portal and in the Azure CLI.
44+
The IoT Hub service makes this data available for you to monitor in the Azure portal and in the Azure CLI.
3545

3646
## Monitor a deployment in the Azure portal
3747

@@ -58,10 +68,7 @@ To view the details of a deployment and monitor the devices running it, use the
5868

5969
![View metrics for a selected deployment](./media/how-to-monitor-iot-edge-deployments/deployment-metrics-tab.png)
6070

61-
1. Select the **Edit Metrics** button to view and edit the criteria for each metric. Every deployment has four default metrics. In addition, the custom metric `successfullyConfigured` is included for the current deployment.
62-
63-
64-
| successfullyConfigured | Custom | Shows the number of devices that have a successful status. |
71+
1. Select the **Edit Metrics** button to view and edit the criteria for each metric. In addition to the four default metrics, custom defined metrics will appear in this list.
6572

6673
![View IoT Edge deployment metric criteria](./media/how-to-monitor-iot-edge-deployments/metric-list.png)
6774

articles/iot-hub/iot-hub-devguide-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article lists some of the common terms used in the IoT Hub articles.
2020

2121
## Automatic Device Management
2222

23-
Automatic Device Management in Azure IoT Hub automates many of the repetitive and complex tasks of managing large device fleets over the entirety of their lifecycles. With Automatic Device Management, you can target a set of devices based on their properties, define a desired configuration, and let IoT Hub update devices whenever they come into scope. Consists of [automatic device configurations](iot-hub-auto-device-config.md) and [IoT Edge automatic deployments](../iot-edge/how-to-deploy.md).
23+
Automatic Device Management in Azure IoT Hub automates many of the repetitive and complex tasks of managing large device fleets over the entirety of their lifecycles. With Automatic Device Management, you can target a set of devices based on their properties, define a desired configuration, and let IoT Hub update devices whenever they come into scope. Consists of [automatic device configurations](iot-hub-auto-device-config.md) and [IoT Edge automatic deployments](../iot-edge/how-to-deploy-at-scale.md).
2424

2525
## Automatic device configuration
2626

includes/azure-iot-hub-edge-glossary-includes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 11/09/2018
66
ms.author: dobett
77
---
88
## Automatic Device Management
9-
Automatic Device Management in Azure IoT Hub automates many of the repetitive and complex tasks of managing large device fleets over the entirety of their lifecycles. With Automatic Device Management, you can target a set of devices based on their properties, define a desired configuration, and let IoT Hub update devices whenever they come into scope. Consists of [automatic device configurations](../articles/iot-hub/iot-hub-auto-device-config.md) and [IoT Edge automatic deployments](../articles/iot-edge/how-to-deploy.md).
9+
Automatic Device Management in Azure IoT Hub automates many of the repetitive and complex tasks of managing large device fleets over the entirety of their lifecycles. With Automatic Device Management, you can target a set of devices based on their properties, define a desired configuration, and let IoT Hub update devices whenever they come into scope. Consists of [automatic device configurations](../articles/iot-hub/iot-hub-auto-device-config.md) and [IoT Edge automatic deployments](../articles/iot-edge/how-to-deploy-at-scale.md).
1010

1111
## IoT Edge
1212
Azure IoT Edge enables cloud-driven deployment of Azure services and solution-specific code to on-premises devices. IoT Edge devices can aggregate data from other devices to perform computing and analytics before the data is sent to the cloud. For more information, see [Azure IoT Edge](https://docs.microsoft.com/azure/iot-edge/).

0 commit comments

Comments
 (0)