Skip to content

Commit 8ef49bf

Browse files
Merge pull request #290754 from ryanwinterms/aio/statestore
AIO: Update state store CLI to updated location
2 parents da73283 + b665a63 commit 8ef49bf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ The state store extends MQTT broker's authorization mechanism, allowing individu
3636

3737
## Interacting with the state store
3838

39-
A CLI tool is available which enables interaction with the state store from a shell running on any machine.
39+
A [state store CLI](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/statestore-cli) tool is available which enables interaction with the state store from a shell running on a off-cluster computer. The documentation will guide you through:
4040

41-
1. Generate an X.509 certificate chain for authenticating with MQTT broker
42-
1. Create a `BrokerAuthentication` using x.509 certificates
43-
1. Create a `BrokerListener` of type LoadBalancer which enables off-cluster access
44-
1. Open ports on your cluster to enable access to the MQTT broker.
41+
1. Generating an X.509 certificate chain for authenticating with MQTT broker
42+
1. Creating a `BrokerAuthentication` using x.509 certificates
43+
1. Creating a `BrokerListener` of type LoadBalancer to enable off-cluster access
4544

46-
For instructions on setting up your cluster and using the tool, refer to the [state store CLI GitHub](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/state-store-cli) page.
45+
For instructions on using the tool, refer to the [state store CLI GitHub](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/statestore-cli) page.
4746

4847
> [!NOTE]
4948
> SDKs to interact with the state store are currently in active development, and will be available in the near future to enable edge applications to interact with the state store.

0 commit comments

Comments
 (0)