AZURE IoT PLATFORM

Microsoft cloud solution for IoT application, the main component is the azure IoT hub that communicates with the IoT devices and redirect the dataflow to the cloud components

AZURE IoT EDGE

azure IoT offers also the possibility to perform edge computing tasks thanks to the edge runtime, the edge device can run azure modules, that are the smallest computational entities of an azure IoT solution (e.g. docker compatible containers)

flowchart LR
subgraph Azure_IoT_Edge_device
direction TB
A[azure module]
B[azure module]
C[azure module]
D[azure IoT edge runtime]
end
E[(IoT hub)]
D --> E
A & B & C --> D

PREVIOUS NEXT