Skip to content

Commit 759164f

Browse files
committed
issue #101631
1 parent f9520e6 commit 759164f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/iot-hub/iot-hub-non-telemetry-event-schema.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ description: This article provides the properties and schema for Azure IoT Hub n
44
author: kgremban
55
ms.author: kgremban
66
ms.topic: conceptual
7-
ms.date: 07/01/2022
7+
ms.date: 04/10/2024
88
ms.service: iot-hub
99
services: iot-hub
1010
---
1111

1212
# Azure IoT Hub non-telemetry event schemas
1313

14-
This article provides the properties and schemas for non-telemetry events emitted by Azure IoT Hub. Non-telemetry events are different from device-to-cloud and cloud-to-device messages in that they are emitted directly by IoT Hub in response to specific kinds of state changes associated with your devices. For example, lifecycle changes like a device or module being created or deleted, or connection state changes like a device or module connecting or disconnecting. To observe non-telemetry events, you must have an appropriate message route configured. To learn more about IoT Hub message routing, see [IoT Hub message routing](iot-hub-devguide-messages-d2c.md).
14+
This article provides the properties and schemas for non-telemetry events emitted by Azure IoT Hub. Non-telemetry events are different from device-to-cloud and cloud-to-device messages in that they are emitted directly by IoT Hub in response to specific kinds of state changes associated with your devices. For example, lifecycle changes like a device or module being created or deleted, or connection state changes like a device or module connecting or disconnecting.
15+
16+
You can route non-telemetry events using message routing, or reach to non-telemetry events using Azure Event Grid. To learn more about IoT Hub message routing, see [IoT Hub message routing](iot-hub-devguide-messages-d2c.md) and [React to IoT Hub events by using Event Grid](./iot-hub-event-grid.md).
17+
18+
The event examples in this article were captured using the `az iot hub monitor-events` Azure CLI command. You may see a subset of properties included in the events that arrive at a message routing endpoint.
1519

1620
## Available event types
1721

0 commit comments

Comments
 (0)