You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-create-dataflow.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,15 +70,15 @@ Once you have the prerequisites, you can start to create a data flow.
70
70
71
71
1. Select the placeholder name **new-data-flow** to set the data flow properties. Enter the name of the data flow and choose the data flow profile to use. The default data flow profile is selected by default. For more information on data flow profiles, see [Configure data flow profile](howto-configure-dataflow-profile.md).
72
72
73
-
:::image type="content" source="media/howto-create-dataflow/dataflow-profile.png" alt-text="Screenshot naming and selecting the profile for the dataflow using operations experience.":::
73
+
:::image type="content" source="media/howto-create-dataflow/dataflow-profile.png" alt-text=""Screenshot of the operations experience interface where a user names the data flow and selects a profile for it.:::
74
74
75
75
> [!IMPORTANT]
76
76
> You can only choose the data flow profile when creating a data flow. You can't change the data flow profile after the data flow is created.
77
77
> If you want to change the data flow profile of an existing data flow, delete the original data flow and create a new one with the new data flow profile.
78
78
79
79
1. Configure the source, transformation, and destination endpoint for the data flow by selecting the items in the data flow diagram.
80
80
81
-
:::image type="content" source="media/howto-create-dataflow/create-dataflow.png" alt-text="Screenshot using operations experience. The view shows the flow from source endpoint through transform to destination endpoint.":::
81
+
:::image type="content" source="media/howto-create-dataflow/create-dataflow.png" alt-text="Screenshot of the operations experience interface displaying a data flow diagram with a source endpoint, transformation stage, and destination endpoint.":::
82
82
83
83
# [Bicep](#tab/bicep)
84
84
@@ -189,7 +189,7 @@ If the default endpoint isn't used as the source, it must be used as the [destin
189
189
190
190
1. Under **Source details**, select **Message broker**.
191
191
192
-
:::image type="content" source="media/howto-create-dataflow/dataflow-source-mqtt.png" alt-text="Screenshot using operations experience to select message broker as the source endpoint.":::
192
+
:::image type="content" source="media/howto-create-dataflow/dataflow-source-mqtt.png" alt-text="Screenshot of the operations experience interface showing the selection of the message broker as the source endpoint for a data flow.":::
193
193
194
194
1. Enter the following settings for the message broker source:
195
195
@@ -508,7 +508,7 @@ This section is an introduction to data flow transforms. For more detailed infor
508
508
509
509
In the operations experience, select **Data flow** > **Add transform (optional)**.
510
510
511
-
:::image type="content" source="media/howto-create-dataflow/dataflow-transform.png" alt-text="Screenshot using operations experience to add a transform to a data flow.":::
511
+
:::image type="content" source="media/howto-create-dataflow/dataflow-transform.png" alt-text="Screenshot of the operations experience interface showing the addition of a transformation stage to a data flow.":::
512
512
513
513
# [Bicep](#tab/bicep)
514
514
@@ -1133,7 +1133,7 @@ To export the data flow configuration, you can use the operations experience or
1133
1133
1134
1134
Select the data flow you want to export and select **Export** from the toolbar.
1135
1135
1136
-
:::image type="content" source="media/howto-create-dataflow/dataflow-export.png" alt-text="Screenshot using operations experience to export a data flow.":::
1136
+
:::image type="content" source="media/howto-create-dataflow/dataflow-export.png" alt-text="Screenshot of the operations experience interface showing the export option for a configured data flow.":::
0 commit comments