Skip to content

Commit 203790a

Browse files
committed
Comment out offending lines temporarily
1 parent d1894fb commit 203790a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ai-usage: ai-assisted
1717

1818
Sometimes the incoming message doesn't contain everything you need. A temperature reading might arrive with a device ID, but the display name, location, and calibration offset live in a separate lookup table. Enrichment lets you pull that external data into your transform rules.
1919

20-
For an overview of data flow graphs, see [Data flow graphs overview](concept-dataflow-graphs.md).
20+
<!-- For an overview of data flow graphs, see [Data flow graphs overview](concept-dataflow-graphs.md). -->
2121

2222
## Prerequisites
2323

@@ -374,9 +374,9 @@ spec:
374374

375375
## Next steps
376376

377-
- [Transform data with map](howto-dataflow-graphs-map.md)
377+
<!-- - [Transform data with map](howto-dataflow-graphs-map.md)
378378
- [Filter and route data](howto-dataflow-graphs-filter-route.md)
379379
- [Aggregate data over time](howto-dataflow-graphs-window.md)
380380
- [Expressions reference](concept-dataflow-graphs-expressions.md)
381381
- [Configure a source](howto-configure-dataflow-source.md)
382-
- [Configure a destination](howto-configure-dataflow-destination.md)
382+
- [Configure a destination](howto-configure-dataflow-destination.md) -->

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ai-usage: ai-assisted
1717

1818
Data flow graphs provide two ways to control which messages flow through your pipeline: **filter** transforms drop unwanted messages, and **branch** transforms route each message down one of two paths based on a condition. After branching, a **concat** transform merges the paths back together.
1919

20-
For an overview of data flow graphs and how transforms compose in a pipeline, see [Data flow graphs overview](concept-dataflow-graphs.md).
20+
<!-- For an overview of data flow graphs and how transforms compose in a pipeline, see [Data flow graphs overview](concept-dataflow-graphs.md). -->
2121

2222
## Prerequisites
2323

@@ -172,7 +172,7 @@ filter: [
172172

173173
---
174174

175-
For the full list of operators and functions, see [Expressions reference](concept-dataflow-graphs-expressions.md).
175+
<!-- For the full list of operators and functions, see [Expressions reference](concept-dataflow-graphs-expressions.md). -->
176176

177177
### Validate messages against a schema
178178

@@ -379,7 +379,7 @@ This end-to-end example filters out bad readings, branches by severity, applies
379379
380380
# [Operations experience](#tab/portal)
381381
382-
![Screenshot of the operations experience canvas showing a filter, branch, map, concat, and destination pipeline.](media/howto-dataflow-graphs-filter-route/filter-branch-pipeline.png)
382+
<!-- ![Screenshot of the operations experience canvas showing a filter, branch, map, concat, and destination pipeline.](media/howto-dataflow-graphs-filter-route/filter-branch-pipeline.png) -->
383383
384384
To build this pipeline in the Operations experience:
385385
@@ -612,8 +612,8 @@ spec:
612612

613613
## Next steps
614614

615-
- [Transform data with map](howto-dataflow-graphs-map.md)
615+
<!-- - [Transform data with map](howto-dataflow-graphs-map.md)
616616
- [Aggregate data over time](howto-dataflow-graphs-window.md)
617617
- [Enrich with external data](howto-dataflow-graphs-enrich.md)
618618
- [Route messages to different topics](howto-dataflow-graphs-topic-routing.md)
619-
- [Expressions reference](concept-dataflow-graphs-expressions.md)
619+
- [Expressions reference](concept-dataflow-graphs-expressions.md) -->

0 commit comments

Comments
 (0)