Skip to content

Commit 6b5403a

Browse files
committed
Add portal transform
1 parent bc36dae commit 6b5403a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: patricka
66
ms.service: azure-iot-operations
77
ms.subservice: azure-data-flows
88
ms.topic: how-to
9-
ms.date: 10/08/2024
9+
ms.date: 10/27/2024
1010
ai-usage: ai-assisted
1111

1212
#CustomerIntent: As an operator, I want to understand how to create a dataflow to connect data sources.
@@ -460,9 +460,9 @@ sourceSettings:
460460

461461
The transformation operation is where you can transform the data from the source before you send it to the destination. Transformations are optional. If you don't need to make changes to the data, don't include the transformation operation in the dataflow configuration. Multiple transformations are chained together in stages regardless of the order in which they're specified in the configuration. The order of the stages is always:
462462

463-
1. **Enrich**: Add additional data to the source data given a dataset and condition to match.
463+
1. **Enrich**, **Rename**, or add a **New property**: Add additional data to the source data given a dataset and condition to match.
464464
1. **Filter**: Filter the data based on a condition.
465-
1. **Map**: Move data from one field to another with an optional conversion.
465+
1. **Map** or **Compute**: Move data from one field to another with an optional conversion.
466466

467467
# [Portal](#tab/portal)
468468

@@ -508,7 +508,12 @@ You can load sample data into the DSS by using the [DSS set tool sample](https:/
508508

509509
# [Portal](#tab/portal)
510510

511-
Currently, the enrich operation isn't available in the operations experience.
511+
In the operations experience, the *Enrich* stage is currently supported using the **Rename** and **New property** transforms.
512+
513+
1. In the operations experience, select a dataflow then **Add transform (optional)**.
514+
1. Chose **Rename** or **New property** transforms then select **Add**.
515+
516+
:::image type="content" source="media/howto-create-dataflow/dataflow-enrich.png" alt-text="Screenshot using operations experience to rename a datapoint and add a new property.":::
512517

513518
# [Bicep](#tab/bicep)
514519

@@ -586,7 +591,6 @@ builtInTransformationSettings: {
586591
}
587592
``` -->
588593

589-
590594
For more information about condition syntax, see [Enrich data by using dataflows](concept-dataflow-enrich.md) and [Convert data using dataflows](concept-dataflow-conversions.md).
591595

592596
### Filter: Filter data based on a condition
-33.6 KB
Loading
83 KB
Loading
13.6 KB
Loading

0 commit comments

Comments
 (0)