Skip to content

Commit 33f6dba

Browse files
committed
more state store
Signed-off-by: Ryan Winter <[email protected]>
1 parent 674442c commit 33f6dba

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/iot-operations/create-edge-apps/overview-state-store.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,25 @@ Like Redis, the state store uses in memory storage. Stopping or restarting the K
2121

2222
The state store is implemented via MQTTv5. Its service is integrated directly into MQTT broker and is automatically started when the broker starts. The state store provides the same high availability as the MQTT broker.
2323

24-
## State store authorization
24+
## Why use the state store?
2525

26-
The state store extends MQTT broker's authorization mechanism, allowing individual clients to have optional read and write access to specific keys. Read more on how to [Configure MQTT broker authorization](manage-mqtt-broker/howto-configure-authorization.md).
26+
The state store allows an edge application to persist data on the edge. Typical uses of the state store include:
27+
28+
1. Creating stateless applications
29+
1. Sharing state between applications
30+
1. Developing highly available applications
31+
1. Store data to be used by dataflow
2732

2833
## Interacting with the state store
2934

3035
The state store protocol is documented in [state store protocol](concept-about-state-store-protocol.md). SDKs are available for the state store for Go, C#, and Rust. Using an SDK is the recommended method of interacting with the state store, as implementing the interface can be complex.
3136

3237
Additional information about the [Azure IoT Operations SDKs](overview-sdk-apps.md) is available.
3338

39+
## State store authorization
40+
41+
The state store extends MQTT broker's authorization mechanism, allowing individual clients to have optional read and write access to specific keys. Read more on how to [Configure MQTT broker authorization](manage-mqtt-broker/howto-configure-authorization.md).
42+
3443
## Related content
3544

3645
* [Learn about the MQTT broker state store protocol](concept-about-state-store-protocol.md)

0 commit comments

Comments
 (0)