Skip to content

Commit 4ede010

Browse files
Merge pull request #287019 from dominicbetts/release-aio-m2-qs3
AIO: Update dataflow description in quickstart
2 parents 3ad883b + 8b37b79 commit 4ede010

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-upload-telemetry-to-cloud.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ az role assignment create --role "Azure Event Hubs Data Sender" --assignee $PRIN
103103

104104
## Create a dataflow to send telemetry to an event hub
105105

106-
To create and configure a dataflow in your cluster, run the following commands in your shell. This dataflow forwards messages from the MQTT topic to the event hub you created without making any changes:
106+
To create and configure a dataflow in your cluster, run the following commands in your shell. This dataflow:
107+
108+
- Renames the `Tag 10` field in the incoming message to `Humidity`.
109+
- Renames the `temperature` field in the incoming message to `Temperature`.
110+
- Adds a field called `AssetId` that contains the value of the `externalAssetId` message property.
111+
- Forwards the transformed messages from the MQTT topic to the event hub you created.
107112

108113
<!-- TODO: Change branch to main before merging the release branch -->
109114

0 commit comments

Comments
 (0)