Azure IoT Edge

Azure IoT Edge

Filter messages with Azure Functions

Score data with Azure Machine Learning as a module

Store data at the edge with SQL Server

Find averages with Azure Stream Analytics as a module

Azure IoT Edge is an Internet of Things (IoT) service that builds on top of IoT Hub. This service is meant for customers who want to analyze data on devices, a.k.a. at the edge, instead of in the cloud. By moving parts of your workload to the edge, your devices can spend less time sending messages to the cloud and react more quickly to changes in status.

Deploy your first IoT Edge module and process data on a simulated device:

Learn how to install and configure IoT Edge, deploy modules, and utilize Azure services like Stream Analytics at the edge.

Leave a Comment