IoT Suite remote monitoring
The remote monitoring solution is a common business scenario of an end-to-end monitoring of remotely deployed devices. It brings multiple IoT services together which includes, IoT Hub, stream analytics, web applications, event hub, Azure storage, DocumentDB, and Power BI dashboard.
Getting ready
Let's understand the architecture behind the remote monitoring solution; this architecture is published by Microsoft and depicts the Azure services used in this solution:

Remote monitoring suite architecture given by Microsoft Azure
The remote monitoring solution uses a simulated device to ingest the data into the IoT Hub. The simulated devices are already configured into the IoT Hub, we just need to start the devices to enable them to ingest the data. In this scenario, the IoT Hub is also used to send the commands, schedule jobs, direct method, and so on.
A stream analytics service is used for three different purposes, the first one being device info, which filters device...