Skip to content

Commit 5e4daea

Browse files
committed
incorporated reviewer edits
1 parent 7084872 commit 5e4daea

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

articles/iot-edge/how-to-deploy-at-scale.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: kgremban
66
manager: philmea
77
ms.author: kgremban
8-
ms.date: 4/17/2020
8+
ms.date: 4/21/2020
99
ms.topic: conceptual
1010
ms.service: iot-edge
1111
services: iot-edge
@@ -191,17 +191,6 @@ When you modify a deployment, the changes immediately replicate to all targeted
191191

192192
1. Select the **Labels** tab and make any desired changes and select **Save**.
193193

194-
### Modify tags and desired properties
195-
196-
If you developed custom code modules to your devices, you can add or modify tags and desired properties in the module twin. For an overview of IoT Edge properties, see [Properties of the IoT Edge agent and IoT Edge hub module twins](module-edgeagent-edgehub.md).
197-
198-
1. In your IoT hub, select **IoT Edge** from the left pane menu.
199-
1. Select the device with the module you want to edit.
200-
1. On the **Modules** tab, select the module.
201-
1. On the module details page, on the upper menu bar select **Module Identity Twin**. Edit the JSON as needed and select **Save**.
202-
203-
![Edit properties on the module identity twin](./media/how-to-deploy-monitor/module-twin.png)
204-
205194
## Delete a deployment
206195

207196
When you delete a deployment, any deployed devices take on their next highest priority deployment. If your devices don't meet the target condition of any other deployment, then the modules are not removed when the deployment is deleted.

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

Lines changed: 5 additions & 12 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/17/2020
7+
ms.date: 04/21/2020
88
ms.topic: conceptual
99
ms.reviewer: veyalla
1010
ms.service: iot-edge
@@ -14,16 +14,6 @@ services: iot-edge
1414

1515
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 devices and makes them available to the operator. Monitoring is also important for [deployments made at scale](module-deployment-monitoring.md) that include automatic deployments and layered deployments.
1616

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 the deployed modules.
26-
2717
Both devices and modules have similar data, such as connectivity, so values are obtained according to the device ID or the module ID.
2818

2919
The IoT Hub service collects data reported by device and module twins and provides counts of the various states that devices may have. The IoT Hub service organizes this data into four groups of metrics:
@@ -62,10 +52,13 @@ To view the details of a deployment and monitor the devices running it, use the
6252

6353
![View targeted devices for a deployment](./media/how-to-monitor-iot-edge-deployments/target-devices.png)
6454

65-
1. Select the **Metrics** tab. If you choose a metric from the **Select Metric** drop-down, a **View** button appears for you to display the results. You can also select **Edit Metics** to adjust the criteria for any custom metrics that you have defined. Select **Save** if you made changes.
55+
1. Select the **Metrics** tab. If you choose a metric from the **Select Metric** drop-down, a **View** button appears for you to display the results. You can also select **Edit Metrics** to adjust the criteria for any custom metrics that you have defined. Select **Save** if you made changes.
6656

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

59+
60+
To make changes to your deployment, see [Modify a deployment](how-to-deploy-at-scale.md#modify-a-deployment).
61+
6962
## Monitor a deployment with Azure CLI
7063

7164
Use the [az IoT Edge deployment show](https://docs.microsoft.com/cli/azure/ext/azure-cli-iot-ext/iot/edge/deployment?view=azure-cli-latest#ext-azure-cli-iot-ext-az-iot-edge-deployment-show) command to display the details of a single deployment:

0 commit comments

Comments
 (0)