Skip to content

Commit 9dd632c

Browse files
committed
Uncomment
1 parent 5ad5287 commit 9dd632c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ai-usage: ai-assisted
1818

1919
A data flow graph is a composable processing pipeline that transforms data as it moves between sources and destinations. A standard [data flow](howto-create-dataflow.md) follows a fixed enrich, filter, map sequence. A data flow graph lets you chain transforms in any order, branch into parallel paths, and aggregate data over time windows.
2020

21-
<!-- This article walks through creating a data flow graph step by step. For an overview of data flow graphs and the available transforms, see [Data flow graphs overview](concept-dataflow-graphs.md). -->
21+
This article walks through creating a data flow graph step by step. For an overview of data flow graphs and the available transforms, see [Data flow graphs overview](concept-dataflow-graphs.md).
2222

2323
> [!IMPORTANT]
2424
> Data flow graphs currently support only MQTT, Kafka, and OpenTelemetry endpoints. Other endpoint types like Data Lake, Microsoft Fabric OneLake, Azure Data Explorer, and Local Storage aren't supported. For more information, see [Known issues](../troubleshoot/known-issues.md#data-flow-graphs-only-support-specific-endpoint-types).
@@ -51,7 +51,7 @@ A data flow graph contains three types of elements: **sources** that bring data
5151

5252
:::image type="content" source="media/howto-create-dataflow-graph/source-configuration.png" alt-text="Screenshot of the operations experience source configuration panel showing endpoint dropdown and topic input." lightbox="media/howto-create-dataflow-graph/source-configuration.png":::
5353

54-
<!-- 1. **Add transforms**: Select one or more transforms to process the data. Available transforms include map, filter, branch, concat, and window. For details on each transform type, see [Data flow graphs overview](concept-dataflow-graphs.md#available-transforms). -->
54+
1. **Add transforms**: Select one or more transforms to process the data. Available transforms include map, filter, branch, concat, and window. For details on each transform type, see [Data flow graphs overview](concept-dataflow-graphs.md#available-transforms).
5555

5656
:::image type="content" source="media/howto-create-dataflow-graph/transform-selection.png" alt-text="Screenshot of the operations experience transform selection menu showing available transform types." lightbox="media/howto-create-dataflow-graph/transform-selection.png":::
5757

@@ -278,10 +278,10 @@ The available built-in transforms are:
278278

279279
For detailed configuration of each transform type, see:
280280

281-
<!-- - [Transform data with map](howto-dataflow-graphs-map.md)
281+
- [Transform data with map](howto-dataflow-graphs-map.md)
282282
- [Filter and route data](howto-dataflow-graphs-filter-route.md)
283283
- [Aggregate data over time](howto-dataflow-graphs-window.md)
284-
- [Enrich with external data](howto-dataflow-graphs-enrich.md) -->
284+
- [Enrich with external data](howto-dataflow-graphs-enrich.md)
285285

286286
# [Operations experience](#tab/portal)
287287

@@ -404,7 +404,7 @@ Select the destination element and configure:
404404

405405
---
406406

407-
<!-- For dynamic topic routing based on message content, see [Route messages to different topics](howto-dataflow-graphs-topic-routing.md). -->
407+
For dynamic topic routing based on message content, see [Route messages to different topics](howto-dataflow-graphs-topic-routing.md).
408408

409409
## Verify the data flow graph is working
410410

@@ -438,11 +438,11 @@ kubectl logs -l app=dataflow -n azure-iot-operations --tail=50
438438

439439
## Next steps
440440

441-
<!-- - [Data flow graphs overview](concept-dataflow-graphs.md)
441+
- [Data flow graphs overview](concept-dataflow-graphs.md)
442442
- [Configure a source](howto-configure-dataflow-source.md)
443443
- [Configure a destination](howto-configure-dataflow-destination.md)
444444
- [Transform data with map](howto-dataflow-graphs-map.md)
445445
- [Filter and route data](howto-dataflow-graphs-filter-route.md)
446446
- [Aggregate data over time](howto-dataflow-graphs-window.md)
447447
- [Enrich with external data](howto-dataflow-graphs-enrich.md)
448-
- [Expressions reference](concept-dataflow-graphs-expressions.md) -->
448+
- [Expressions reference](concept-dataflow-graphs-expressions.md)

0 commit comments

Comments
 (0)