Skip to content

Commit 23a5d8c

Browse files
Merge pull request #297145 from DENKEN02MSFT/IoTFreshness_Row12
IoT Freshness - row 12
2 parents 4d2c0e8 + d8b32e1 commit 23a5d8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/iot-hub/iot-hub-devguide-messaging.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: SoniaLopezBravo
77
ms.author: sonialopez
88
ms.service: azure-iot-hub
99
ms.topic: concept-article
10-
ms.date: 02/23/2024
10+
ms.date: 03/27/2025
1111
ms.custom: ['Role: Cloud Development']
1212
---
1313

@@ -17,19 +17,19 @@ IoT Hub enables bi-directional communication with your devices. Use IoT Hub mess
1717

1818
## Send device-to-cloud messages to IoT Hub
1919

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.
2121

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.
2323

24-
Learn more about these topics:
24+
Learn more from the following articles:
2525

2626
* [Create and read IoT Hub messages](iot-hub-devguide-messages-construct.md).
2727

2828
* [Read device-to-cloud messages from the built-in endpoint](iot-hub-devguide-messages-read-builtin.md)
2929

30-
* [Understand IoT Hub endpoints](iot-hub-devguide-endpoints.md#custom-endpoints-for-message-routing)
30+
* [IoT Hub endpoints](iot-hub-devguide-endpoints.md#custom-endpoints-for-message-routing)
3131

32-
* [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)
3333

3434
## Send cloud-to-device messages from IoT Hub
3535

@@ -39,15 +39,15 @@ You can send cloud-to-device messages from the IoT solution back end to your dev
3939

4040
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.
4141

42-
Learn more about these topics:
42+
Learn more from the following articles:
4343

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)
4545

4646
## Choose the right type of IoT Hub messaging
4747

4848
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.
4949

50-
Learn more about these topics:
50+
Learn more from the following articles:
5151

5252
* 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).
5353

0 commit comments

Comments
 (0)