Skip to content

Commit f632e88

Browse files
Merge pull request #251660 from spelluru/ehubsr0915
fixed based on feedback
2 parents 8e6c410 + f914ed4 commit f632e88

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This article shows you how to create a schema group with schemas in a schema reg
1616
> - The feature isn't available in the **basic** tier.
1717
> - Make sure that you are a member of one of these roles: **Owner**, **Contributor**, or **Schema Registry Contributor**. For details about role-based access control, see [Schema Registry overview](schema-registry-concepts.md#azure-role-based-access-control).
1818
> - If the event hub is in a **virtual network**, you won't be able to create schemas in the Azure portal unless you access the portal from a VM in the same virtual network.
19+
> - The Schema Registry functionality isn't supported for namespaces with **private endpoint** enabled.
1920
2021

2122
## Prerequisites
@@ -46,7 +47,7 @@ In this section, you add a schema to the schema group using the Azure portal.
4647

4748
1. On the **Schema Group** page, select **+ Schema** on the toolbar.
4849
1. On the **Create Schema** page, do these steps:
49-
1. For **Name**, enter **orderschema**.
50+
1. For **Name**, enter `orderschema`.
5051
1. Enter the following **schema** into the text box. You can also select file with the schema.
5152

5253
```json

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,13 @@ You can use one of the following libraries to include an Avro serializer, which
7676

7777

7878
## Limits
79-
For limits (for example: number of schema groups in a namespace) of Event Hubs, see [Event Hubs quotas and limits](event-hubs-quotas.md)
79+
For limits (for example: number of schema groups in a namespace) of Event Hubs, see [Event Hubs quotas and limits](event-hubs-quotas.md).
8080

8181
## Azure role-based access control
82-
When accessing the schema registry programmatically, you need to register an application in Azure Active Directory (Azure AD) and add the security principal of the application to one of the following Azure role-based access control (Azure RBAC) roles:
82+
To access a schema registry programmatically, follow these steps:
83+
84+
1. [Register your application in Azure Active Directory (Azure AD)](../active-directory/develop/quickstart-register-app.md)
85+
1. Add the security principal of the application to one of the following Azure role-based access control (Azure RBAC) roles at the **namespace** level.
8386

8487
| Role | Description |
8588
| ---- | ----------- |

0 commit comments

Comments
 (0)