Skip to content

Commit 5523875

Browse files
committed
Comment out offending lines temporarily
1 parent caff67a commit 5523875

2 files changed

Lines changed: 10 additions & 10 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
![Screenshot of the operations experience source configuration panel showing endpoint dropdown and topic input.](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
![Screenshot of the operations experience transform selection menu showing available transform types.](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) -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Use the filter stage in a data flow to drop messages that match a condition. Whe
2020

2121
You can define multiple filter rules. Each rule specifies input fields and a boolean expression. The rules use OR logic: if **any** rule evaluates to true, the message is dropped.
2222

23-
> [!TIP]
24-
> For richer filtering capabilities, including branch routing, concat merging, and schema validation, see [Filter and route data with data flow graphs](howto-dataflow-graphs-filter-route.md).
23+
<!-- > [!TIP]
24+
> For richer filtering capabilities, including branch routing, concat merging, and schema validation, see [Filter and route data with data flow graphs](howto-dataflow-graphs-filter-route.md). -->
2525

2626
## Configure a filter
2727

@@ -368,5 +368,5 @@ builtInTransformationSettings:
368368

369369
- [Map data by using data flows](concept-dataflow-mapping.md)
370370
- [Enrich data by using data flows](concept-dataflow-enrich.md)
371-
- [Filter and route data with data flow graphs](howto-dataflow-graphs-filter-route.md)
371+
<!-- - [Filter and route data with data flow graphs](howto-dataflow-graphs-filter-route.md) -->
372372
- [Create a data flow](howto-create-dataflow.md)

0 commit comments

Comments
 (0)