Skip to content

Commit b70b4b4

Browse files
committed
Schema registry feedback from bash
1 parent 41ff1e7 commit b70b4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-operations/connect-to-cloud/concept-schema-registry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/30/2024
1111

1212
# Understand message schemas
1313

14-
Schema registry, a feature provided by Azure Device Registry, is a synchronized repository in the cloud and at the edge. The schema registry stores the definitions of messages coming from edge assets, and then exposes an API to access those schemas at the edge.
14+
Schema registry (preview), a feature provided by Azure Device Registry, is a synchronized repository in the cloud and at the edge. The schema registry stores the definitions of messages coming from edge assets, and then exposes an API to access those schemas at the edge.
1515

1616
The connector for OPC UA can create message schemas and add them to the schema registry or customers can upload schemas to the operations experience web UI or using ARM/Bicep templates.
1717

@@ -87,7 +87,7 @@ Message schemas are used in all three phases of a dataflow: defining the source
8787

8888
### Input schema
8989

90-
Each dataflow source can optionally specify a message schema. If a schema is defined for a dataflow source, any incoming messages that don't match the schema are dropped.
90+
Each dataflow source can optionally specify a message schema. Currently, dataflows doesn't perform runtime validation on source message schemas.
9191

9292
Asset sources have a predefined message schema that was created by the connector for OPC UA.
9393

@@ -101,7 +101,7 @@ The operations experience uses the input schema as a starting point for your dat
101101

102102
### Output schema
103103

104-
Output schemas are associated with dataflow destinations are only used for dataflows that select local storage, Fabric, Azure Storage (ADLS Gen2), or Azure Data Explorer as the destination endpoint. Currently, Azure IoT Operations experience only supports Parquet output for output schemas.
104+
Output schemas are associated with dataflow destinations and are only used for dataflows that select local storage, Fabric, Azure Storage (ADLS Gen2), or Azure Data Explorer as the destination endpoint. Currently, Azure IoT Operations experience only supports Parquet output for output schemas.
105105

106106
Note: The Delta schema format is used for both Parquet and Delta output.
107107

0 commit comments

Comments
 (0)