Skip to content

Commit e7ff254

Browse files
committed
Add DSS clarification
1 parent 545dc3a commit e7ff254

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
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: 08/03/2024
8+
ms.date: 08/13/2024
99

1010
#CustomerIntent: As an operator, I want to understand how to create a dataflow to enrich data sent to endpoints.
1111
---
@@ -31,7 +31,9 @@ For example, consider the following dataset with a few records, represented as J
3131
}
3232
```
3333

34-
The mapper accesses this dataset through the *distributed state store* (DSS) using a key value based on a *condition* specified in the mapping configuration.
34+
35+
36+
The mapper accesses the reference dataset stored in Azure IoT Operations's [distributed state store (DSS)](../create-edge-apps/concept-about-state-store-protocol.md) using a key value based on a *condition* specified in the mapping configuration. Key names in the distributed state store correspond to a dataset in the dataflow configuration.
3537

3638
```yaml
3739
datasets:

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

Lines changed: 2 additions & 2 deletions
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: how-to
8-
ms.date: 08/12/2024
8+
ms.date: 08/13/2024
99

1010
#CustomerIntent: As an operator, I want to understand how to create a dataflow to connect data sources.
1111
---
@@ -135,7 +135,7 @@ To enrich the data, you can use the reference dataset stored in Azure IoT Operat
135135
| builtInTransformationSettings.datasets.key | Dataset used for enrichment (key in DSS) |
136136
| builtInTransformationSettings.datasets.expression | Condition for the enrichment operation |
137137

138-
Key names in the distributed state store correspond to a dataset in the dataflow configuration.
138+
Key names in the distributed state store correspond to a dataset in the dataflow configuration.
139139

140140
For example, you could use the `deviceId` field in the source data to match the `asset` field in the dataset:
141141

0 commit comments

Comments
 (0)