Skip to content

Commit 20fae60

Browse files
authored
Merge pull request #290509 from jlian/release-aio-ga
Link to new DSS tool
2 parents cdd7b70 + 1188eca commit 20fae60

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: PatAltimore
55
ms.author: patricka
66
ms.subservice: azure-data-flows
77
ms.topic: concept-article
8-
ms.date: 10/30/2024
8+
ms.date: 11/13/2024
99

1010
#CustomerIntent: As an operator, I want to understand how to create a dataflow to enrich data sent to endpoints.
1111
ms.service: azure-iot-operations
@@ -17,6 +17,8 @@ ms.service: azure-iot-operations
1717

1818
You can enrich data by using the *contextualization datasets* function. When incoming records are processed, you can query these datasets based on conditions that relate to the fields of the incoming record. This capability allows for dynamic interactions. Data from these datasets can be used to supplement information in the output fields and participate in complex calculations during the mapping process.
1919

20+
To load sample data into the state store, use the [state store CLI](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/state-store-cli).
21+
2022
For example, consider the following dataset with a few records, represented as JSON records:
2123

2224
```json

articles/iot-operations/connect-to-cloud/howto-configure-local-storage-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ metadata:
9393
name: <ENDPOINT_NAME>
9494
namespace: azure-iot-operations
9595
spec:
96-
endpointType: localStorage
96+
endpointType: LocalStorage
9797
localStorageSettings:
9898
persistentVolumeClaimRef: <PVC_NAME>
9999
```

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,9 @@ builtInTransformationSettings:
511511

512512
### Enrich: Add reference data
513513

514-
To enrich the data, you can use the reference dataset in the Azure IoT Operations [state store](../create-edge-apps/concept-about-state-store-protocol.md). The dataset is used to add extra data to the source data based on a condition. The condition is specified as a field in the source data that matches a field in the dataset.
514+
To enrich the data, first add reference dataset in the Azure IoT Operations [state store](../create-edge-apps/overview-state-store.md). The dataset is used to add extra data to the source data based on a condition. The condition is specified as a field in the source data that matches a field in the dataset.
515515

516-
You can load sample data into the state store by using the [DSS set tool sample](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/dss_set). Key names in the state store correspond to a dataset in the dataflow configuration.
516+
You can load sample data into the state store by using the [state store CLI](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/state-store-cli). Key names in the state store correspond to a dataset in the dataflow configuration.
517517

518518
# [Portal](#tab/portal)
519519

0 commit comments

Comments
 (0)