Skip to content

Commit 3475de5

Browse files
committed
Add overview diagram
1 parent 5a2092f commit 3475de5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

articles/iot-accelerators/iot-accelerators-remote-monitoring-edge.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,27 @@ To introduce edge processing with remote monitoring, this tutorial uses a simula
2121

2222
Contoso wants to deploy an intelligent edge module to the oil pump jack that detects temperature anomalies. Another edge module sends alerts to the Remote Monitoring solution. When an alert is received, a Contoso operator can dispatch a maintenance technician. Contoso could also configure an automated action, such as sending an email, to run when the solution receives an alert.
2323

24-
This tutorial uses your local Windows development machine as an IoT Edge device. You install edge modules to simulate the oil pump jack device and to detect the temperature anomalies.
24+
The following diagram shows the key components in the tutorial scenario:
25+
26+
![Overview](media/iot-accelerators-remote-monitoring-edge/overview.png)
2527

2628
In this tutorial, you:
2729

2830
>[!div class="checklist"]
2931
> * Add an IoT Edge device to the solution
3032
> * Create an Edge manifest
31-
> * Import a package that defines the modules to run on the device
33+
> * Import the manifest as a package that defines the modules to run on the device
3234
> * Deploy the package to your IoT Edge device
3335
> * View alerts from the device
3436
37+
On the IoT Edge device:
38+
39+
* The runtime receives the package and installs the modules.
40+
* The stream analytics module detects temperature anomalies in the pump and sends commands resolve the issue.
41+
* The stream analytics module forwards filtered data to the solution accelerator.
42+
43+
This tutorial uses a Linux virtual machine as an IoT Edge device. You also install an edge module to simulate the oil pump jack device.
44+
3545
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3646

3747
[!INCLUDE [iot-accelerators-tutorial-prereqs](../../includes/iot-accelerators-tutorial-prereqs.md)]
Loading

0 commit comments

Comments
 (0)