Skip to content

Commit 8ce3ecd

Browse files
Merge pull request #283694 from PatAltimore/patricka-dataflows-release-aio-july-updates
Add tool
2 parents c27aca9 + 1b4b775 commit 8ce3ecd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ If the dataset has a record with the `asset` field, similar to:
163163

164164
The data from the source with the `deviceId` field matching `thermostat1` has the `location` and `manufacturer` fields available `filter` and `map` stages.
165165

166-
For more information, see [Enrich data using dataflows](concept-dataflow-enrich.md) and [Convert data using dataflows](concept-dataflow-conversions.md).
166+
You can load sample data into the distributed state store (DSS) using the [DSS set tool sample](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/dss_set).
167+
168+
For more information about condition syntax, see [Enrich data using dataflows](concept-dataflow-enrich.md) and [Convert data using dataflows](concept-dataflow-conversions.md).
167169

168170
### Filter: Filter data based on a condition
169171

articles/iot-operations/connect-to-cloud/overview-dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can write configurations for various use cases, such as:
2222
- Transform data and send it to the cloud
2323
- Send data to the cloud or edge without transformation
2424

25-
Dataflows are not limited to the region where the Azure IoT Operations instance is deployed. You can use dataflows to send data to any cloud endpoint in any region.
25+
Dataflows aren't limited to the region where the Azure IoT Operations instance is deployed. You can use dataflows to send data to cloud endpoints in different regions.
2626

2727
## Key features
2828

0 commit comments

Comments
 (0)