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-edge/how-to-deploy-at-scale.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ keywords:
5
5
author: kgremban
6
6
manager: philmea
7
7
ms.author: kgremban
8
-
ms.date: 4/17/2020
8
+
ms.date: 4/21/2020
9
9
ms.topic: conceptual
10
10
ms.service: iot-edge
11
11
services: iot-edge
@@ -191,17 +191,6 @@ When you modify a deployment, the changes immediately replicate to all targeted
191
191
192
192
1. Select the **Labels** tab and make any desired changes and select **Save**.
193
193
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
-

204
-
205
194
## Delete a deployment
206
195
207
196
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.
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-monitor-iot-edge-deployments.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: High-level monitoring including edgeHub and edgeAgent reported prop
4
4
author: kgremban
5
5
manager: philmea
6
6
ms.author: kgremban
7
-
ms.date: 04/17/2020
7
+
ms.date: 04/21/2020
8
8
ms.topic: conceptual
9
9
ms.reviewer: veyalla
10
10
ms.service: iot-edge
@@ -14,16 +14,6 @@ services: iot-edge
14
14
15
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 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.
16
16
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
-
27
17
Both devices and modules have similar data, such as connectivity, so values are obtained according to the device ID or the module ID.
28
18
29
19
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
62
52
63
53

64
54
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.
66
56
67
57

68
58
59
+
60
+
To make changes to your deployment, see [Modify a deployment](how-to-deploy-at-scale.md#modify-a-deployment).
61
+
69
62
## Monitor a deployment with Azure CLI
70
63
71
64
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