Azure IoT Hub concepts overview

Azure IoT Hub is a fully managed service that helps enable reliable and secure bi-directional communications between millions of devices and a solution back end.

Note

Some of the features mentioned in this article, like cloud-to-device messaging, device twins, and device management, are only available in the standard tier of IoT Hub. For more information about the basic and standard/free IoT Hub tiers, see Choose the right IoT Hub tier for your solution.

Azure IoT Hub provides many features, including:

  • Secure communications by using per-device security credentials and access control.

  • Device-to-cloud and cloud-to-device hyper-scale communication options.

  • Queryable storage of per-device state information and meta-data.

  • Easy device connectivity with device libraries for the most popular languages and platforms.

The following sections can help you start exploring IoT Hub features in more depth.

Manage

  • IoT Hub quotas and throttling summarizes the quotas set in the IoT Hub service and the throttling that occurs when you exceed a quota.

  • IoT Hub pricing provides general information on different SKUs and pricing for IoT Hub and details on how the various IoT Hub functionalities are metered as messages by IoT Hub.

Develop

  • Device-to-cloud communication guidance compares the options for sending messages from your devices to IoT Hub: device-to-cloud messages, device twin's reported properties, and file upload.

  • Cloud-to-device communication guidance compares the options for sending updates and instructions from IoT Hub to your devices: direct methods, device twin's desired properties, and cloud-to-device messages.

  • Use device twins to synchronize state and configurations describes the device twin concept. The article also describes the functionality device twins expose, such as synchronizing a device with its device twin. The article includes information about the data stored in a device twin.

  • Upload files from a device describes how you can upload files from a device. The article also includes information about concepts such as the notifications the upload process can send.

  • Invoke a direct method on a device describes the lifecycle of a direct method. The article describes how to invoke methods on a device from your back-end app and handle the direct method on your device.

  • Schedule jobs on multiple devices describes how you can schedule jobs on multiple devices. The article describes how to submit jobs that perform tasks as executing a direct method, updating a device using a device twin. It also describes how to query the status of a job.

  • IoT Hub endpoints describes the various endpoints that each IoT hub exposes for runtime and management operations. The article also describes how you can create other endpoints in your IoT hub, and how to use a field gateway to enable connectivity to your IoT Hub endpoints in nonstandard scenarios.

Messaging

Message routing

Device management

Authentication and authorization

Protocol support

  • IoT Hub MQTT support provides detailed information about how IoT Hub supports the MQTT protocol. The article describes the support for the MQTT protocol built in to the Azure IoT SDKs and provides information about using the MQTT protocol directly.