Skip to content

Commit 3199a85

Browse files
committed
renaming files and redirects
1 parent b580210 commit 3199a85

11 files changed

+11
-11
lines changed

articles/iot-operations/.openpublishing.redirection.iot-operations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
},
283283
{
284284
"source_path_from_root": "/articles/iot-operations/develop/concept-about-state-store-protocol.md",
285-
"redirect_url": "/azure/iot-operations/develop-edge-apps/concept-about-state-store-protocol",
285+
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
286286
"redirect_document_id": false
287287
},
288288
{
@@ -597,7 +597,7 @@
597597
},
598598
{
599599
"source_path_from_root": "/articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md",
600-
"redirect_url": "/azure/iot-operations/develop-edge-apps/concept-about-state-store-protocol",
600+
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
601601
"redirect_document_id": true
602602
},
603603
{

articles/iot-operations/connect-to-cloud/concept-dataflow-enrich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, consider the following dataset with a few records, using the [JSON
2626
{ "Position": "Receptionist", "BaseSalary": 43000, "WorkingHours": "Regular" }
2727
```
2828

29-
The mapper accesses the reference dataset stored in the Azure IoT Operations [state store](../develop-edge-apps/concept-about-state-store-protocol.md) by using a key value based on a *condition* specified in the mapping configuration. Key names in the state store correspond to a dataset in the data flow configuration.
29+
The mapper accesses the reference dataset stored in the Azure IoT Operations [state store](../develop-edge-apps/reference-state-store-protocol.md) by using a key value based on a *condition* specified in the mapping configuration. Key names in the state store correspond to a dataset in the data flow configuration.
3030

3131
# [Bicep](#tab/bicep)
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ For instructions on using the tool, refer to the [state store CLI GitHub](https:
4848
4949
## Related content
5050

51-
* [Learn about the MQTT broker state store protocol](concept-about-state-store-protocol.md)
51+
* [Learn about the MQTT broker state store protocol](reference-state-store-protocol.md)
5252
* [Configure MQTT broker authorization](../manage-mqtt-broker/howto-configure-authorization.md)

articles/iot-operations/develop-edge-apps/reference-state-store-protocol.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sequenceDiagram
3838
State Store->>+Client: Response<BR>PUBLISH Response Topic<BR>Payload
3939
-->
4040

41-
:::image type="content" source="media/concept-about-state-store-protocol/state-store-request-response-basic.svg" alt-text="Diagram of state store basic request and response process." border="false":::
41+
:::image type="content" source="media/reference-state-store-protocol/state-store-request-response-basic.svg" alt-text="Diagram of state store basic request and response process." border="false":::
4242

4343
## State store system topic, QoS, and required MQTT v5 properties
4444

@@ -65,7 +65,7 @@ sequenceDiagram
6565
State Store->>+Client: Response<BR>PUBLISH client-defined-response-topic<br>Correlation Data:1234<BR>Payload(RESP3)
6666
-->
6767

68-
:::image type="content" source="media/concept-about-state-store-protocol/state-store-request-response-expanded.svg" alt-text="Diagram of state store expanded request and response process." border="false":::
68+
:::image type="content" source="media/reference-state-store-protocol/state-store-request-response-expanded.svg" alt-text="Diagram of state store expanded request and response process." border="false":::
6969

7070
## Supported commands
7171

@@ -243,7 +243,7 @@ sequenceDiagram
243243
State Store->>+Client: Response<BR>__ts=1696374425000:1:StateStore<BR>Payload: OK
244244
-->
245245

246-
:::image type="content" source="media/concept-about-state-store-protocol/state-store-request-response-set-version.svg" alt-text="Diagram of state store command to set the version for a value." border="false":::
246+
:::image type="content" source="media/reference-state-store-protocol/state-store-request-response-set-version.svg" alt-text="Diagram of state store command to set the version for a value." border="false":::
247247

248248
The `__ts` (timestamp) property on the initial set contains `1696374425000` as the client wall clock, the counter as `0`, and its node-Id as `CLIENT`. On the response, the `__ts` property that the state store returns contains the `wallClock`, the counter incremented by one, and the node-Id as `StateStore`. The state store could return a higher `wallClock` value if its clock were ahead, based on the way HLC updates work.
249249

@@ -259,7 +259,7 @@ sequenceDiagram
259259
State Store->>+Client: Response<BR>__ts=1696374425000:1:StateStore<BR>Payload: keyName's value
260260
-->
261261

262-
:::image type="content" source="media/concept-about-state-store-protocol/state-store-request-response-get-version.svg" alt-text="Diagram of state store getting the version of a value." border="false":::
262+
:::image type="content" source="media/reference-state-store-protocol/state-store-request-response-get-version.svg" alt-text="Diagram of state store getting the version of a value." border="false":::
263263

264264
> [!NOTE]
265265
> The timestamp `__ts` that state store returns is the same as what it returned on the initial `SET` request.
@@ -318,7 +318,7 @@ sequenceDiagram
318318
State Store->>+Client: Response<BR>__ts=1696374425000:1:StateStore<BR>Payload: OK
319319
-->
320320

321-
:::image type="content" source="media/concept-about-state-store-protocol/state-store-request-response-set-lockname.svg" alt-text="Diagram of a client doing a set request on the lock name property." border="false":::
321+
:::image type="content" source="media/reference-state-store-protocol/state-store-request-response-set-lockname.svg" alt-text="Diagram of a client doing a set request on the lock name property." border="false":::
322322

323323
Next, `Client1` uses the `__ts` property (`Property=1696374425000:1:StateStore`) unmodified as the basis of the `__ft` property in the request to modify `ProtectedKey`. Like all `SET` requests, the client must set the `__ts` property of `ProtectedKey`.
324324

@@ -332,7 +332,7 @@ sequenceDiagram
332332
State Store->>+Client: Response<BR>__ts=1696374425001:1:StateStore<BR>Payload: OK
333333
-->
334334

335-
:::image type="content" source="media/concept-about-state-store-protocol/state-store-request-response-set-protectedkey.svg" alt-text="Diagram of client doing a set request on the protected key property." border="false":::
335+
:::image type="content" source="media/reference-state-store-protocol/state-store-request-response-set-protectedkey.svg" alt-text="Diagram of client doing a set request on the protected key property." border="false":::
336336

337337
If the request succeeds, from this point on `ProtectedKey` requires a fencing token equal to or greater than the one specified in the `SET` request.
338338

0 commit comments

Comments
 (0)