Skip to content

Commit b27dc9b

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into painbar-update-az
2 parents 5b1ed24 + de31ad4 commit b27dc9b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ Once you have used the [schema registry to store the schema](concept-schema-regi
403403

404404
```bicep
405405
sourceSettings: {
406-
serializationFormat: Json
407-
schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>
406+
serializationFormat: 'Json'
407+
schemaRef: 'aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>'
408408
}
409409
```
410410

@@ -415,7 +415,7 @@ Once you have used the [schema registry to store the schema](concept-schema-regi
415415
```yaml
416416
sourceSettings:
417417
serializationFormat: Json
418-
schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>
418+
schemaRef: 'aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA_NAME>:<VERSION>'
419419
```
420420

421421
---
@@ -713,8 +713,8 @@ Once you [upload a schema to the schema registry](concept-schema-registry.md#upl
713713

714714
```bicep
715715
builtInTransformationSettings: {
716-
serializationFormat: Delta
717-
schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>
716+
serializationFormat: 'Delta'
717+
schemaRef: 'aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>'
718718
}
719719
```
720720

@@ -725,7 +725,7 @@ Once you [upload a schema to the schema registry](concept-schema-registry.md#upl
725725
```yaml
726726
builtInTransformationSettings:
727727
serializationFormat: Delta
728-
schemaRef: aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>
728+
schemaRef: 'aio-sr://<SCHEMA_NAMESPACE>/<SCHEMA>:<VERSION>'
729729
```
730730

731731
---
@@ -944,4 +944,4 @@ kubectl get dataflow my-dataflow -o yaml > my-dataflow.yaml
944944
- [Convert data by using dataflows](concept-dataflow-conversions.md)
945945
- [Enrich data by using dataflows](concept-dataflow-enrich.md)
946946
- [Understand message schemas](concept-schema-registry.md)
947-
- [Manage dataflow profiles](howto-configure-dataflow-profile.md)
947+
- [Manage dataflow profiles](howto-configure-dataflow-profile.md)

0 commit comments

Comments
 (0)