Azure Internet of Things (IoT) suite
Azure IoT suite is a set of pre-configured services that permits you to have a full enterprise solution for the following aspects:
- Collecting data from different devices
- Storing and querying large amounts of data
- Analyzing real-time data streams
- Integrating devices with back-office systems
These pre-configured sets of services are base implementations of common IoT patterns that can be totally customizable and adaptable to your needs and they permit you to implement an IoT solution with reduced time.
The Azure IoT suite is generally composed of these services:
- Azure IoT Hub: This is a service that provides device-to-cloud and cloud-to-device messaging capabilities
- Azure Storage and DocumentDB: These provide data storage capabilities for the solution (Blob storage is used to store device telemetry, DocumentDB is used to store device metadata and enable the device management capabilities)
- Stream Analytics: This is a service that provides in-motion data analysis...