Skip to content

Commit b62b063

Browse files
committed
Rename operations experience
1 parent af00d13 commit b62b063

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 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/07/2024
8+
ms.date: 10/08/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.
@@ -54,9 +54,9 @@ Once you have dataflow endpoints, you can use them to create a dataflow. Recall
5454

5555
# [Portal](#tab/portal)
5656

57-
To create a dataflow in the operations experience portal, select **Dataflow** > **Create dataflow**.
57+
To create a dataflow in [operations experience](https://iotoperations.azure.com/), select **Dataflow** > **Create dataflow**.
5858

59-
:::image type="content" source="media/howto-create-dataflow/create-dataflow.png" alt-text="Screenshot using operations experience portal to create a dataflow.":::
59+
:::image type="content" source="media/howto-create-dataflow/create-dataflow.png" alt-text="Screenshot using operations experience to create a dataflow.":::
6060

6161
# [Bicep](#tab/bicep)
6262

@@ -144,25 +144,25 @@ To configure a source for the dataflow, specify the endpoint reference and data
144144

145145
### Use Asset as a source
146146

147-
You can use an [asset](../discover-manage-assets/overview-manage-assets.md) as the source for the dataflow. This is only available in the operations experience portal.
147+
You can use an [asset](../discover-manage-assets/overview-manage-assets.md) as the source for the dataflow. This is only available in the operations experience.
148148

149149
1. Under **Source details**, select **Asset**.
150150
1. Select the asset you want to use as the source endpoint.
151151
1. Select **Proceed**.
152152

153153
A list of datapoints for the selected asset is displayed.
154154

155-
:::image type="content" source="media/howto-create-dataflow/dataflow-source-asset.png" alt-text="Screenshot using operations experience portal to select an asset as the source endpoint.":::
155+
:::image type="content" source="media/howto-create-dataflow/dataflow-source-asset.png" alt-text="Screenshot using operations experience to select an asset as the source endpoint.":::
156156

157157
1. Select **Apply** to use the asset as the source endpoint.
158158

159159
# [Bicep](#tab/bicep)
160160

161-
Configuring an asset as a source is only available in the operations experience portal.
161+
Configuring an asset as a source is only available in the operations experience.
162162

163163
# [Kubernetes](#tab/kubernetes)
164164

165-
Configuring an asset as a source is only available in the operations experience portal.
165+
Configuring an asset as a source is only available in the operations experience.
166166

167167
---
168168

@@ -174,7 +174,7 @@ Configuring an asset as a source is only available in the operations experience
174174
1. Enter the **MQTT Topic** that you want to listen to for incoming messages.
175175
1. Choose a **Message schema** from the dropdown list or upload a new schema. If the source data has optional fields or fields with different types, specify a deserialization schema to ensure consistency. For example, the data might have fields that aren't present in all messages. Without the schema, the transformation can't handle these fields as they would have empty values. With the schema, you can specify default values or ignore the fields.
176176

177-
:::image type="content" source="media/howto-create-dataflow/dataflow-source-mqtt.png" alt-text="Screenshot using operations experience portal to select MQTT as the source endpoint.":::
177+
:::image type="content" source="media/howto-create-dataflow/dataflow-source-mqtt.png" alt-text="Screenshot using operations experience to select MQTT as the source endpoint.":::
178178

179179
1. Select **Apply**.
180180

@@ -304,9 +304,9 @@ The transformation operation is where you can transform the data from the source
304304

305305
# [Portal](#tab/portal)
306306

307-
In the operations experience portal, select **Dataflow** > **Add transform (optional)**.
307+
In the operations experience, select **Dataflow** > **Add transform (optional)**.
308308

309-
:::image type="content" source="media/howto-create-dataflow/dataflow-transform.png" alt-text="Screenshot using operations experience portal to add a transform to a dataflow.":::
309+
:::image type="content" source="media/howto-create-dataflow/dataflow-transform.png" alt-text="Screenshot using operations experience to add a transform to a dataflow.":::
310310

311311
# [Bicep](#tab/bicep)
312312

@@ -401,7 +401,7 @@ Key names in the distributed state store correspond to a dataset in the dataflow
401401

402402
# [Portal](#tab/portal)
403403

404-
Currently, the enrich operation isn't available in the operations experience portal.
404+
Currently, the enrich operation isn't available in the operations experience.
405405

406406
# [Bicep](#tab/bicep)
407407

@@ -481,7 +481,7 @@ To filter the data on a condition, you can use the `filter` stage. The condition
481481
1. Choose the datapoints to include in the dataset.
482482
1. Add a filter condition and description.
483483

484-
:::image type="content" source="media/howto-create-dataflow/dataflow-filter.png" alt-text="Screenshot using operations experience portal to add a filter transform.":::
484+
:::image type="content" source="media/howto-create-dataflow/dataflow-filter.png" alt-text="Screenshot using operations experience to add a filter transform.":::
485485

486486
1. Select **Apply**.
487487

@@ -526,12 +526,12 @@ To map the data to another field with optional conversion, you can use the `map`
526526

527527
# [Portal](#tab/portal)
528528

529-
In the operations experience portal, mapping is currently supported using **Compute** transforms.
529+
In the operations experience, mapping is currently supported using **Compute** transforms.
530530

531531
1. Under **Transform (optional)**, select **Compute** > **Add**.
532532
1. Enter the required fields and expressions.
533533

534-
:::image type="content" source="media/howto-create-dataflow/dataflow-compute.png" alt-text="Screenshot using operations experience portal to add a compute transform.":::
534+
:::image type="content" source="media/howto-create-dataflow/dataflow-compute.png" alt-text="Screenshot using operations experience to add a compute transform.":::
535535

536536
1. Select **Apply**.
537537

@@ -671,7 +671,7 @@ To configure a destination for the dataflow, specify the endpoint reference and
671671

672672
1. Select the dataflow endpoint to use as the destination.
673673

674-
:::image type="content" source="media/howto-create-dataflow/dataflow-destination.png" alt-text="Screenshot using operations experience portal to select Event Hubs destination endpoint.":::
674+
:::image type="content" source="media/howto-create-dataflow/dataflow-destination.png" alt-text="Screenshot using operations experience to select Event Hubs destination endpoint.":::
675675

676676
1. Select **Proceed** to configure the destination.
677677
1. Add the mapping details based on the type of destination.
@@ -784,13 +784,13 @@ Follow [Tutorial: Bi-directional MQTT bridge to Azure Event Grid](tutorial-mqtt-
784784

785785
### Export dataflow configuration
786786

787-
To export the dataflow configuration, you can use the operations experience portal or by exporting the Dataflow custom resource.
787+
To export the dataflow configuration, you can use the operations experience or by exporting the Dataflow custom resource.
788788

789789
# [Portal](#tab/portal)
790790

791791
Select the dataflow you want to export and select **Export** from the toolbar.
792792

793-
:::image type="content" source="media/howto-create-dataflow/dataflow-export.png" alt-text="Screenshot using operations experience portal to export a dataflow.":::
793+
:::image type="content" source="media/howto-create-dataflow/dataflow-export.png" alt-text="Screenshot using operations experience to export a dataflow.":::
794794

795795
# [Bicep](#tab/bicep)
796796

0 commit comments

Comments
 (0)