Skip to content

Commit 50a4bf1

Browse files
committed
Move alert and clarify
1 parent 7fcb13e commit 50a4bf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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: 10/03/2024
8+
ms.date: 10/04/2024
99
ai-usage: ai-assisted
1010

1111
#CustomerIntent: As an operator, I want to understand how to create a dataflow to connect data sources.
@@ -393,7 +393,10 @@ Supported serialization formats are JSON, Parquet, and Delta.
393393

394394
## Configure destination with a dataflow endpoint to send data
395395

396-
To configure a destination for the dataflow, specify the endpoint reference and data destination. You can specify a list of data destinations for the endpoint which are MQTT or Kafka topics.
396+
To configure a destination for the dataflow, specify the endpoint reference and data destination. You can specify a list of data destinations for the endpoint.
397+
398+
> [!IMPORTANT]
399+
> Storage endpoints require a schema reference. If you've created storage destination endpoints for Microsoft Fabric OneLake, ADLS Gen 2, Azure Data Explorer and Local Storage, use bicep to specify the schema reference.
397400

398401
# [Portal](#tab/portal)
399402

@@ -416,9 +419,6 @@ destinationSettings:
416419
dataDestination: factory
417420
```
418421

419-
> [!IMPORTANT]
420-
> If you've created storage endpoints like Microsoft Fabric, storage endpoints require a schema reference. Use bicep to specify the schema reference.
421-
422422
## Example
423423

424424
The following example is a dataflow configuration that uses the MQTT endpoint for the source and destination. The source filters the data from the MQTT topics `thermostats/+/telemetry/temperature/#` and `humidifiers/+/telemetry/humidity/#`. The transformation converts the temperature to Fahrenheit and filters the data where the temperature is less than 100000. The destination sends the data to the MQTT topic `factory`.

0 commit comments

Comments
 (0)