Skip to content

Commit 2222084

Browse files
committed
link to sdks
Signed-off-by: Ryan Winter <[email protected]>
1 parent b5b682b commit 2222084

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The state store extends MQTT broker's authorization mechanism, allowing individu
2727

2828
## Interacting with the state store
2929

30-
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. You are strongly encouraged to use an SDK if available for your language instead of implementing the protocol yourself. Additional information about the SDKs is available
30+
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.
31+
32+
Additional information about the [Azure IoT Operations SDKs](overview-sdk-apps.md) is available.
3133

3234
## Related content
3335

0 commit comments

Comments
 (0)