Skip to content

Commit fd2bff5

Browse files
committed
Adjusted wording to be more correct
1 parent 6a923e8 commit fd2bff5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/iot-edge/module-composition.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,16 @@ The edgeHub module and custom modules also have three properties that tell the I
172172
Startup order is helpful if some modules depend on others. For example, you may want the edgeHub module to start first so that it's ready to route messages when the other modules start. Or you may want to start a storage module before the modules that send data to it. However, you should always design your modules to handle failures of other modules. It's the nature of containers that they may stop and restart at any time, and any number of times.
173173

174174
> [!NOTE]
175-
> Changes to a module's properties will result in that module restarting. For example, a restart will happen if you change the:
176-
> * properties in the module image
175+
> Changes to a module's properties will result in that module restarting. For example, a restart will happen if you change properties for the:
176+
> * module image
177177
> * Docker create options
178178
> * environment variables
179179
> * restart policy
180180
> * image pull policy
181181
> * version
182+
> * startup order
182183
>
183-
> However, if you reorder your modules' startup order, this will **not** result in a module restart.
184+
> If no module property is changed, the module will **not** restart.
184185
185186
## Declare routes
186187

0 commit comments

Comments
 (0)