Skip to content

Commit 7cf1568

Browse files
authored
PR review edit
1 parent 102cf59 commit 7cf1568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ When moving from test scenarios to production scenarios, remember to remove debu
137137

138138
### Be mindful of twin size limits when using custom modules
139139

140-
The deployment manifest containing custom modules is part of the EdgeAgent twin. The size limitation on properties of this twin are [described here](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-module-twins#module-twin-size).
140+
The deployment manifest that contains custom modules is part of the EdgeAgent twin. Review the [limitation on module twin size](../iot-hub/iot-hub-devguide-module-twins.md#module-twin-size).
141141

142-
When deploying many modules it is possible to exhaust this twin size limit. There are a few common mitigations to this hard limit:
143-
1. Store any configuration in the custom module twin, which has its own limit
144-
2. Store some configuration that points to a non-space-limited location (i.e. blob store)
142+
If you deploy a large number of modules, you might exhaust this twin size limit. Consider some common mitigations to this hard limit:
145143

144+
- Store any configuration in the custom module twin, which has its own limit.
145+
- Store some configuration that points to a non-space-limited location (that is, to a blob store).
146146

147147
## Container management
148148

0 commit comments

Comments
 (0)