Skip to content

Commit 12e5cd6

Browse files
authored
Merge pull request #97556 from JimacoMS3/update-module-size-limits
Update module size limits
2 parents 4b92d60 + 49188e0 commit 12e5cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-hub/iot-hub-devguide-device-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Tags, desired properties, and reported properties are JSON objects with the foll
280280

281281
## Device twin size
282282

283-
IoT Hub enforces an 8 KB size limitation on the value of `tags`, and a 32 KB size limitation each on the value of `properties/desired` and `properties/reported`. These totals are exclusive of read-only elements.
283+
IoT Hub enforces an 8 KB size limit on the value of `tags`, and a 32 KB size limit each on the value of `properties/desired` and `properties/reported`. These totals are exclusive of read-only elements.
284284

285285
The size is computed by counting all characters, excluding UNICODE control characters (segments C0 and C1) and spaces that are outside of string constants.
286286

articles/iot-hub/iot-hub-devguide-module-twins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Tags, desired properties, and reported properties are JSON objects with the foll
261261

262262
## Module twin size
263263

264-
IoT Hub enforces an 8KB size limitation on each of the respective total values of `tags`, `properties/desired`, and `properties/reported`, excluding read-only elements.
264+
IoT Hub enforces an 8 KB size limit on the value of `tags`, and a 32 KB size limit each on the value of `properties/desired` and `properties/reported`. These totals are exclusive of read-only elements.
265265

266266
The size is computed by counting all characters, excluding UNICODE control characters (segments C0 and C1) and spaces that are outside of string constants.
267267

0 commit comments

Comments
 (0)