Skip to content

Commit 4cd2f48

Browse files
committed
two-schema-registry-articles
1 parent accd70a commit 4cd2f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ When the ``None`` compatibility mode is used, the schema registry doesn't do any
100100

101101
## Client SDKs
102102

103-
You can use one of the following libraries to include an Avro serializer. You can use Avro serializers to serialize and deserialize payloads that contain schema registry schema identifiers and Avro-encoded data:
103+
You can use one of the following libraries to include an Avro serializer. You can use Avro serializers to serialize and deserialize payloads that contain schema identifiers for the schema registry and Avro-encoded data:
104104

105105
* **.NET**: [Microsoft.Azure.Data.SchemaRegistry.ApacheAvro](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro)
106106
* **Java**: [azure-data-schemaregistry-avro](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/schemaregistry/azure-data-schemaregistry-apacheavro)
@@ -119,7 +119,7 @@ For limits (like the number of schemas you can use in a namespace) of Event Hubs
119119
To access a schema registry programmatically, follow these steps:
120120

121121
1. [Register your application in Microsoft Entra ID](../active-directory/develop/quickstart-register-app.md).
122-
1. Add the security principal of the application to one of the following Azure role-based access control (RBAC) roles at the **namespace** level.
122+
1. Add the security principal of the application to one of the following Azure role-based access control (RBAC) roles at the namespace level.
123123

124124
| Role | Description |
125125
| ---- | ----------- |

0 commit comments

Comments
 (0)