From the course: Leveraging Cloud Computing for IoT

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Design

Design

- So let's talk about Microsoft Azure IoT Hub. So keep in mind that this is a service that allows you to deal with information or data, and it allows you to ingest a ton of information from IoT devices for processing and storing in cloud-based systems, typically on Microsoft Azure. It provides you the ability to build and deploy applications using programmatic interfaces, such as supporting Node.js. It's really focused on moving information, from storage, to device, to processing, and at all points in between. The ability to do so in a reliable way, that's going to provide you with the ability to build and deploy applications. So the sample architecture looks like this. We have the source, or basically the sensor, where the information is generated. This can be a temperature sensor, this could be a heart-rate monitor, this can be anything that actively produces information. Typically, that lives within the confines of a device. The ability to manage the movement of information from…

Contents