You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-devguide-messaging.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: SoniaLopezBravo
7
7
ms.author: sonialopez
8
8
ms.service: azure-iot-hub
9
9
ms.topic: concept-article
10
-
ms.date: 02/23/2024
10
+
ms.date: 03/27/2025
11
11
ms.custom: ['Role: Cloud Development']
12
12
---
13
13
@@ -17,19 +17,19 @@ IoT Hub enables bi-directional communication with your devices. Use IoT Hub mess
17
17
18
18
## Send device-to-cloud messages to IoT Hub
19
19
20
-
IoT Hub has a built-in service endpoint that can be used by back-end services to read telemetry messages from your devices. This endpoint is compatible with [Azure Event Hubs](../event-hubs/index.yml) and you can use standard IoT Hub SDKs to read from this built-in endpoint.
20
+
IoT Hub has a built-in service endpoint that back-end services can use to read telemetry messages from your devices. This endpoint is compatible with [Azure Event Hubs](../event-hubs/index.yml) and you can use standard IoT Hub SDKs to read from this built-in endpoint.
21
21
22
-
IoT Hub also supports custom endpoints that can be defined by users to send device telemetry data and events to Azure services using message routing.
22
+
IoT Hub also supports custom endpoints that users can define to send device telemetry data and events to Azure services using message routing.
23
23
24
-
Learn more about these topics:
24
+
Learn more from the following articles:
25
25
26
26
*[Create and read IoT Hub messages](iot-hub-devguide-messages-construct.md).
27
27
28
28
*[Read device-to-cloud messages from the built-in endpoint](iot-hub-devguide-messages-read-builtin.md)
*[Use IoT Hub message routing to send device-to-cloud messages to different endpoints](iot-hub-devguide-messages-d2c.md)
32
+
*[Use IoT Hub message routing to send device-to-cloud messages to Azure services](iot-hub-devguide-messages-d2c.md)
33
33
34
34
## Send cloud-to-device messages from IoT Hub
35
35
@@ -39,15 +39,15 @@ You can send cloud-to-device messages from the IoT solution back end to your dev
39
39
40
40
Core properties of IoT Hub messaging functionality are the reliability and durability of messages. These properties enable resilience to intermittent connectivity on the device side, and to load spikes in event processing on the cloud side. IoT Hub implements *at least once* delivery guarantees for both device-to-cloud and cloud-to-device messaging.
41
41
42
-
Learn more about these topics:
42
+
Learn more from the following articles:
43
43
44
-
*[Send cloud-to-device messages from an IoT hub](iot-hub-devguide-messages-c2d.md)
44
+
*[Understand cloud-to-device messaging from an IoT hub](iot-hub-devguide-messages-c2d.md)
45
45
46
46
## Choose the right type of IoT Hub messaging
47
47
48
48
Use device-to-cloud messages for sending time series telemetry and alerts from your device app, and cloud-to-device messages for one-way notifications to your device app.
49
49
50
-
Learn more about these topics:
50
+
Learn more from the following articles:
51
51
52
52
* Understand the use cases for device-to-cloud messages, reported properties, and file upload: [Device-to-cloud communications guidance](./iot-hub-devguide-d2c-guidance.md).
0 commit comments