Skip to content

Commit 4ed92ce

Browse files
committed
Metadata updated, minor Acrolinx updates to improve score
1 parent c9d05d8 commit 4ed92ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub/iot-hub-devguide-d2c-guidance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: SoniaLopezBravo
66
ms.author: sonialopez
77
ms.service: azure-iot-hub
88
ms.topic: concept-article
9-
ms.date: 12/27/2022
9+
ms.date: 05/22/2025
1010
ms.custom: [amqp, mqtt, 'Role: Cloud Development', 'Role: IoT Device']
1111
---
1212

@@ -32,9 +32,9 @@ Here's a detailed comparison of the various device-to-cloud communication option
3232
| Frequency | High. For more information, see [IoT Hub quotas and throttling](iot-hub-devguide-quotas-throttling.md). | Medium. For more information, see [IoT Hub quotas and throttling](iot-hub-devguide-quotas-throttling.md). | Low. For more information, see [IoT Hub quotas and throttling](iot-hub-devguide-quotas-throttling.md). |
3333
| Protocol | Available on all protocols. | Available using MQTT or AMQP. | Available when using any protocol, but requires HTTPS on the device. |
3434

35-
An application may need to send information both as a telemetry time series or alert and make it available in the device twin. In this scenario, you can choose one of the following options:
35+
An application might need to send information both as a telemetry time series or alert and make it available in the device twin. In this scenario, you can choose one of the following options:
3636

3737
* The device app sends a device-to-cloud message and reports a property change.
3838
* The solution back end can store the information in the device twin's tags when it receives the message.
3939

40-
Since device-to-cloud messages enable a much higher throughput than device twin updates, it's sometimes desirable to avoid updating the device twin for every device-to-cloud message.
40+
Since device-to-cloud messages enable higher throughput than device twin updates, it's sometimes desirable to avoid updating the device twin for every device-to-cloud message.

0 commit comments

Comments
 (0)