Skip to content

Commit b55e71e

Browse files
committed
Fix links
1 parent 26847ff commit b55e71e

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Schema registry expects the following required fields in a message schema:
2828
| `type` | `Object` |
2929
| `properties` | The message definition. |
3030

31-
Additionally, you can include optional fields in your message schema as long as they conform with the schema type. For example:
32-
33-
| Optional field | Definition |
34-
| `name` | A name for the schema. |
35-
| `description` | A description of the schema. |
36-
| `required` | A list of properties required to be present in the messages. |
37-
3831
### Sample schemas
3932

4033
The following sample schemas provide examples for defining message schemas in each format.

articles/iot-operations/connect-to-cloud/overview-dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Schema registry, a feature provided by Azure Device Registry Preview, is a synch
6565

6666
Dataflows uses messages schemas at both the source and destination points. For sources, message schemas can work as filters to identify the specific messages that you want to capture for a dataflow. For destinations, message schemas help to transform the message into the format expected by the destination endpoint.
6767

68-
For more information, see [Understand message schemas](./howto-schema-registry.md).
68+
For more information, see [Understand message schemas](./concept-schema-registry.md).
6969

7070
## Related content
7171

articles/iot-operations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ items:
100100
- name: Enrich data
101101
href: connect-to-cloud/concept-dataflow-enrich.md
102102
- name: Use message schemas
103-
href: connect-to-cloud/howto-schema-registry.md
103+
href: connect-to-cloud/concept-schema-registry.md
104104
- name: Manage dataflow profile
105105
href: connect-to-cloud/howto-configure-dataflow-profile.md
106106
- name: Manage layered network

0 commit comments

Comments
 (0)