Skip to content

Commit 229cdbf

Browse files
author
Venkat Yalla
committed
edits
1 parent 636b082 commit 229cdbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-access-host-storage-from-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ IoT Edge modules can use storage on the host IoT Edge device itself for improved
2020

2121
## Configure system modules to use persistent storage
2222

23-
By default, IoT Edge system modules, IoT Edge agent and IoT Edge hub, store state in the ephemeral file system of their container instance. This state is lost when the container instance is updated. For example, when their image version or createOptions is updated.
23+
By default, IoT Edge system modules, IoT Edge agent and IoT Edge hub, store state in the ephemeral file system of their container instance. This state is lost when the container instance is recycled, for example, when module image version or createOptions is updated.
2424

25-
For production scenarios, use a persistent storage location on the host filesystem to store system module state. Doing so improves solution robustness, for example, not losing locally queued messages before delivery to the cloud.
25+
For production scenarios, use a persistent storage location on the host filesystem to store system module state. Doing so improves solution robustness and cloud message delivery guarantees.
2626

2727
To set up system modules to use persistent storage:
2828

0 commit comments

Comments
 (0)