Skip to content

Commit 22194b3

Browse files
committed
Updated limits and throttling pages.
1 parent dbfa1d8 commit 22194b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-hub/iot-hub-devguide-quotas-throttling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ IoT Hub enforces other operational limits:
101101
| Direct method<sup>1</sup> | Maximum direct method payload size is 128 KB. |
102102
| Automatic device configurations<sup>1</sup> | 100 configurations per paid SKU hub. 20 configurations per free SKU hub. |
103103
| IoT Edge automatic deployments<sup>1</sup> | 20 modules per deployment. 100 deployments per paid SKU hub. 10 deployments per free SKU hub. |
104-
| Twins<sup>1</sup> | Maximum size per twin section (tags, desired properties, reported properties) is 8 KB |
104+
| Twins<sup>1</sup> | Maximum size of desired properties and reported properties sections are 32 KB each. Maximum size of tags section is 8 KB. |
105105

106106
<sup>1</sup>This feature is not available in the basic tier of IoT Hub. For more information, see [How to choose the right IoT Hub](iot-hub-scaling.md).
107107

includes/iot-hub-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The following table lists the limits that apply to IoT Hub resources.
3434
| Maximum delivery count for cloud-to-device <br/> messages |100 |
3535
| Maximum delivery count for feedback messages <br/> in response to a cloud-to-device message |100 |
3636
| Maximum TTL for feedback messages in <br/> response to a cloud-to-device message |2 days |
37-
| [Maximum size of device twin](../articles/iot-hub/iot-hub-devguide-device-twins.md#device-twin-size) <br/> (tags, reported properties, and desired properties) | 8 KB |
38-
| Maximum length of device twin string key | 64 bytes |
37+
| [Maximum size of device twin](../articles/iot-hub/iot-hub-devguide-device-twins.md#device-twin-size) | 8 KB for tags, and 32 KB for desired and reported properties sections each |
38+
| Maximum length of device twin string key | 1 KB |
3939
| Maximum length of device twin string value | 4 KB |
4040
| [Maximum depth of object in device twin](../articles/iot-hub/iot-hub-devguide-device-twins.md#tags-and-properties-format) | 10 |
4141
| Maximum size of direct method payload | 128 KB |

0 commit comments

Comments
 (0)