Skip to content

Commit 9121ee8

Browse files
committed
two-schema-registry-articles
1 parent 19da405 commit 9121ee8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/event-hubs/schema-registry-client-side-enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This flow is illustrated as shown:
3131

3232
1. The Kafka consumer application uses `KafkaAvroDeserializer` to deserialize data that it receives from the event hub.
3333

34-
1. The deserializer uses the schema ID (prepended by the producer) to retrieve schema from the schema registry.
34+
1. The deserializer uses the schema ID (prepended by the producer) to retrieve the schema from the schema registry.
3535

3636
1. The deserializer uses the schema to deserialize event data that it receives from the event hub.
3737

articles/event-hubs/schema-registry-concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ To access a schema registry programmatically, follow these steps:
125125

126126
| Role | Description |
127127
| ---- | ----------- |
128-
| Owner | Read, write, and delete schema registry groups and schemas. |
129-
| Contributor | Read, write, and delete schema registry groups and schemas. |
130-
| [Schema registry reader](../role-based-access-control/built-in-roles.md#schema-registry-reader-preview) | Read and list schema registry groups and schemas. |
131-
| [Schema registry contributor](../role-based-access-control/built-in-roles.md#schema-registry-reader-preview) | Read, write, and delete schema registry groups and schemas. |
128+
| Owner | Read, write, and delete schema registry groups and schemas |
129+
| Contributor | Read, write, and delete schema registry groups and schemas |
130+
| [Schema registry reader](../role-based-access-control/built-in-roles.md#schema-registry-reader-preview) | Read and list schema registry groups and schemas |
131+
| [Schema registry contributor](../role-based-access-control/built-in-roles.md#schema-registry-reader-preview) | Read, write, and delete schema registry groups and schemas |
132132

133133
To learn how to create and register an application using the Azure portal, see [Register an app with Microsoft Entra ID](../active-directory/develop/quickstart-register-app.md). You need the client ID (application ID), tenant ID, and the secret to use in the code.
134134

0 commit comments

Comments
 (0)