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-accelerators/iot-accelerators-remote-monitoring-edge.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ An Edge device requires the Edge runtime to be installed. In this tutorial, you
157
157
158
158
1. You can now exit the SSH session and close the cloud shell.
159
159
160
-
You have now installed and configured the IoT Edge runtime on a Linux device. Later in this tutorial, you use the Remote Monitoring solution to deploy IoT Edge modules to this device.
160
+
You've now installed and configured the IoT Edge runtime on a Linux device. Later in this tutorial, you use the Remote Monitoring solution to deploy IoT Edge modules to this device.
161
161
162
162
## Create an Edge manifest
163
163
@@ -166,7 +166,7 @@ To simulate the oil jack pump device, you need to add the following modules to y
166
166
* Temperature simulation module.
167
167
* Azure Stream Analytics anomaly detection.
168
168
169
-
The following steps show you how to create a Edge deployment manifest that includes these modules. Later in this tutorial you import this manifest as a package in the Remote Monitoring solution accelerator.
169
+
The following steps show you how to create an Edge deployment manifest that includes these modules. Later in this tutorial you import this manifest as a package in the Remote Monitoring solution accelerator.
170
170
171
171
### Create the Azure Stream Analytics job
172
172
@@ -185,7 +185,7 @@ You define the Stream Analytics job in the portal before packaging it as an Edge
185
185
| Hosting environment | Edge |
186
186
| Streaming units | 1 |
187
187
188
-
1. Open the **EdgeDeviceJob** Stream Analytics job in the portal, click **Inputs** and add an **Edge Hub** stream input called **telemetry**.
188
+
1. Open the **EdgeDeviceJob** Stream Analytics job in the portal, click Inputs, and add an **Edge Hub** stream input called **telemetry**.
189
189
190
190
1. In the **EdgeDeviceJob** Stream Analytics job in the portal, click **Outputs** and add an **Edge Hub** output called **output**.
191
191
@@ -213,11 +213,11 @@ The following screenshot shows the saved Stream Analytics job:
You have now defined a Stream Analytics job to run on your edge device. The job calculates average temperature over a 5second window. The job also sends an alert if the average temperature in a 3second window goes above 400.
216
+
You've now defined a Stream Analytics job to run on your edge device. The job calculates average temperature over a 5-second window. The job also sends an alert if the average temperature in a 3-second window goes above 400.
217
217
218
218
### Create the IoT Edge deployment
219
219
220
-
In this section, you create an IoT Edge deployment manifest that defines the modules to run on your Edge device. In the next section, you import this manifest as a package in the Remote Monitoring solution.
220
+
Next, you create an IoT Edge deployment manifest that defines the modules to run on your Edge device. In the next section, you import this manifest as a package in the Remote Monitoring solution.
221
221
222
222
1. In the Azure portal, navigate to the IoT hub in your Remote Monitoring solution. You can find the IoT hub in the resource group that has the same name as your Remote Monitoring solution.
223
223
@@ -263,7 +263,7 @@ In this section, you create an IoT Edge deployment manifest that defines the mod
263
263
264
264
1. Click the **oil-pump-device** deployment and then click **Download IoT Edge manifest**. Save the file as **oil-pump-device.json** to a suitable location on your local machine. You need this file in the next section of this tutorial.
265
265
266
-
You have now created a IoT Edge manifest to import into the Remote Monitoring solution as a package. Typically, a developer creates the IoT Edge modules and manifest file.
266
+
You've now created a IoT Edge manifest to import into the Remote Monitoring solution as a package. Typically, a developer creates the IoT Edge modules and manifest file.
267
267
268
268
## Import a package
269
269
@@ -279,11 +279,11 @@ In this section, you import the Edge manifest as a package in the Remote Monitor
279
279
280
280
The list of packages now includes the **oil-pump-device.json** package.
281
281
282
-
In the next section you create a deployment that applies the package to your Edge device.
282
+
In the next section, you create a deployment that applies the package to your Edge device.
283
283
284
284
## Deploy a package
285
285
286
-
Now you are ready to deploy the package to your device.
286
+
Now you're ready to deploy the package to your device.
287
287
288
288
1. In the Remote Monitoring web UI, navigate to the **Deployments** page and click **+ New deployment**:
289
289
@@ -307,6 +307,13 @@ You need to wait several minutes for the package to deploy to your device and fo
The **Deployments** page shows the following metrics:
311
+
312
+
* **Targeted** shows the number of devices in the device group.
313
+
* **Applied** shows the number of devices that have had the deployment content applied.
314
+
* **Succeeded** shows the number of Edge devices in the deployment reporting success from the IoT Edge client runtime.
315
+
* **Failed** shows the number of Edge devices in the deployment reporting failure from the IoT Edge client runtime.
316
+
310
317
## Monitor the device
311
318
312
319
You can view the temperature telemetry from your oil pump device in the Remote Monitoring web UI:
@@ -342,7 +349,7 @@ If you want to notify operators when the threshold was reached, you can create a
342
349
343
350
## Next steps
344
351
345
-
This tutorial showed you how add and configure an IoT Edge device in the Remote Monitoring solution accelerator. To learn more about working with IoT Edge packages in the Remote Monitoring solution, see the following how-to guide:
352
+
This tutorial showed you how to add and configure an IoT Edge device in the Remote Monitoring solution accelerator. To learn more about working with IoT Edge packages in the Remote Monitoring solution, see the following how-to guide:
346
353
347
354
> [!div class="nextstepaction"]
348
355
> [Import an IoT Edge package into your Remote Monitoring solution accelerator](iot-accelerators-remote-monitoring-import-edge-package.md)
0 commit comments