Skip to content

Commit e163f59

Browse files
fixing tab issue
1 parent ebef025 commit e163f59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,13 @@ To filter the data on a condition, you can use the `filter` stage. The condition
476476

477477
For example, you could use the `temperature` field in the source data to filter the data:
478478

479-
```bicep
480479
```bicep
481480
builtInTransformationSettings: {
482-
// TODO: Add bicep template to filter data
481+
filter: [
482+
// TODO
483+
]
483484
}
484-
```
485+
485486
```
486487

487488
# [Kubernetes](#tab/kubernetes)
@@ -524,7 +525,7 @@ For example, you could use the `temperature` field in the source data to convert
524525
```bicep
525526
builtInTransformationSettings: {
526527
map: [
527-
// TODO: Add bicep template to move data from one field to another
528+
// TODO
528529
]
529530
}
530531

0 commit comments

Comments
 (0)