Skip to content

Commit 4f83f7f

Browse files
committed
shorter title to prevent wrapping
1 parent e975063 commit 4f83f7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/iot-edge/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
href: how-to-configure-proxy-support.md
178178
- name: Store data at the edge
179179
items:
180-
- name: Give modules access to an IoT Edge device's local storage
180+
- name: Give modules access to a device's local storage
181181
href: how-to-access-host-storage-from-module.md
182182
- name: Azure Blob Storage on IoT Edge
183183
href: how-to-store-data-blob.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: iot-edge
1010
services: iot-edge
1111
---
1212

13-
# Give modules access to an IoT Edge device's local storage
13+
# Give modules access to a device's local storage
1414

1515
In addition to storing data using Azure storage services or in your device's container storage, you can also dedicate storage on the host IoT Edge device itself for improved reliability, especially when operating offline.
1616

articles/iot-edge/offline-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This setting is a desired property of the IoT Edge hub, which is stored in the m
133133

134134
### Host storage for system modules
135135

136-
Messages and module state information are stored in the IoT Edge hub's local container filesystem by default. For improved reliability, especially when operating offline, you can also dedicate storage on the host IoT Edge device. For more information, see [Give modules access to an IoT Edge device's local storage](how-to-access-host-storage-from-module.md)
136+
Messages and module state information are stored in the IoT Edge hub's local container filesystem by default. For improved reliability, especially when operating offline, you can also dedicate storage on the host IoT Edge device. For more information, see [Give modules access to a device's local storage](how-to-access-host-storage-from-module.md)
137137

138138
## Next steps
139139

0 commit comments

Comments
 (0)