Last updated on February 13, 2026
Azure IoT Cheat Sheet
- A service that allows you to connect, monitor, and control one or more IoT devices that can communicate with back-end services hosted in the cloud.
Azure IoT Hub
- A PaaS solution that provides complete control over the collection and processing of IoT data.
- To create a complete end-to-end solution, you can integrate the IoT Hub with other Azure services.
- Azure Event Grid
- Azure Logic Apps
- Azure Machine Learning
- Azure Stream Analytics
- Message routing and Event Grid integration enable automated responses to device-reported state changes.
- Supports MQTT, AMQP, and HTTPS protocols.
- Device identity registry stores permitted devices and modules.
- Authentication: SAS token-based or X.509 certificate authentication. X.509 is more secure and scalable.
- IoT Hub Device Provisioning Service: Zero-touch, just-in-time provisioning at scale.
- Device twins: Store and retrieve device state information (properties, tags, desired/reported states).
- File uploads: Devices can upload files from connected sensors.
- Direct methods: Invoke commands on devices (e.g., reboot) with request-reply interaction.
- Built-in endpoint: Collects device-to-cloud messages, retained for up to seven days.
- Message routing: Send data to custom endpoints (Storage, Event Hubs, Service Bus, Cosmos DB).
- Event Grid integration: Fan out data to multiple subscribers for event-driven architectures.
- Supports TLS 1.2 (recommended), 1.1, and 1.0 for backward compatibility.
Azure IoT Central
- A SaaS solution that provides a collection of industry-specific application templates.
- You can create your own device template to define the characteristics and behavior of a device.
- Configure custom dashboards to monitor your device’s health and telemetry.
- Share dashboards with all users or keep them private.
- Build custom rules when device telemetry crosses a specified threshold.
- Telemetry mapping: Simplify or normalize complex device telemetry on ingress.
- You can apply single or bulk updates by creating jobs.
- Data export: Configure exports to send telemetry, property changes, and device template changes to other Azure services for analytics and storage.
- Integrations & REST APIs
- Build custom IoT solutions and integrations using IoT Central REST APIs.
- Use cases: mobile companion apps, line-of-business integrations, device management applications.
- User Roles
- Solution builder: Creates application, configures rules, integrations, and customizations.
- Operator: Manages connected devices.
- Administrator: Manages user roles, permissions, and managed identities.
- Device developer: Creates code running on devices or IoT Edge modules.
Azure Sphere
- An IoT security solution that helps you protect your data, privacy, and infrastructure.
- Components:
- Azure Sphere chip – a microcontroller unit that provides real-time processing capabilities.
- Azure Sphere OS – an operating system based on Linux that runs on an Azure Sphere chip.
- Azure Sphere Security Service – it supports certificate-based authentication, automatic software updates, and failure reporting. By default, the data is encrypted at rest.
- The Azure Sphere devices can run on two types of applications:
- High-level applications for containers.
- Real-time capable applications (RTApps) for bare metals.
Azure IoT Products
- Azure IoT Edge enables you to deploy cloud analytics and custom business logic locally on IoT edge devices.
- Create knowledge graphs based on digital models of entire environments using Azure Digital Twins.
Validate Your Knowledge
Question 1
Question Type: Single choice
In the Azure Shared Responsibility Model, whose responsibility is it to maintain the application in an Azure virtual machine?
- Azure
- Customer
- Both Azure and the customer
- Neither Azure nor the customer
For more Azure practice exam questions with detailed explanations, check out the Tutorials Dojo Portal:
Azure Internet of Things References:
https://docs.microsoft.com/en-us/azure/iot-hub/about-iot-hub
https://docs.microsoft.com/en-us/azure/iot-central/core/overview-iot-central














