Skip to content

Commit 501e72d

Browse files
committed
Fix blocking issues
1 parent c3d7138 commit 501e72d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,6 @@ A branch transform evaluates a condition on each incoming message and routes it
251251

252252
### How branching works
253253

254-
```
255-
┌── true ──→ (downstream processing) ─┐
256-
Source ──→ Branch ──┤ ├──→ Concat ──→ Destination
257-
└── false ──→ (downstream processing) ┘
258-
```
259-
260254
Every message goes to exactly one of the two paths. Nothing is dropped.
261255

262256
Key constraints:
@@ -379,7 +373,7 @@ This end-to-end example filters out bad readings, branches by severity, applies
379373

380374
# [Operations experience](#tab/portal)
381375

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)
376+
:::image type="content" source="media/howto-dataflow-graphs-filter-route/filter-branch-pipeline.png" alt-text="Screenshot of the operations experience canvas showing a filter, branch, map, concat, and destination pipeline." lightbox="media/howto-dataflow-graphs-filter-route/filter-branch-pipeline.png":::
383377

384378
To build this pipeline in the Operations experience:
385379

0 commit comments

Comments
 (0)