Skip to content

Commit 15f7e29

Browse files
Merge pull request #301488 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents f978693 + 13d58a7 commit 15f7e29

File tree

59 files changed

+554
-388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+554
-388
lines changed

articles/api-management/api-management-region-availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: concept-article
9-
ms.date: 05/28/2025
9+
ms.date: 06/17/2025
1010
ms.author: danlep
1111
ms.custom:
1212
- references_regions
@@ -34,7 +34,7 @@ Information in the following table is updated regularly. Capacity availability i
3434
| Central India ||| | |
3535
| East Asia ||| ||
3636
| East US ||| | |
37-
| East US 2 ||| ||
37+
| East US 2 ||| ||
3838
| France Central ||| ||
3939
| Germany West Central |||||
4040
| Japan East ||| ||

articles/azure-signalr/signalr-howto-use-management-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: lianwei
1010

1111
# Use Azure SignalR Management SDK
1212

13-
Azure SignalR Management SDK helps you to manage SignalR clients through Azure SignalR Service directly such as broadcast messages. Therefore, this SDK could be but not limited to be used in [serverless](https://azure.microsoft.com/solutions/serverless/) environments. You could use this SDK to manage SignalR clients connected to your Azure SignalR Service in any environment, such as in a console app, in an Azure function or in a web server.
13+
Azure SignalR Management SDK helps you to manage SignalR clients through Azure SignalR Service directly such as broadcast messages. Therefore, this SDK can be used in [serverless](https://azure.microsoft.com/solutions/serverless/) environments, but it is not limited to them. You could use this SDK to manage SignalR clients connected to your Azure SignalR Service in any environment, such as in a console app, in an Azure function or in a web server.
1414

1515
> [!NOTE]
1616
>

articles/backup/blob-backup-configure-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure and manage backup for Azure Blobs using Azure Backup
33
description: Learn how to configure and manage operational and vaulted backups for Azure Blobs.
44
ms.topic: how-to
5-
ms.date: 06/17/2025
5+
ms.date: 06/18/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -209,4 +209,4 @@ To update the backup instance, follow these steps:
209209

210210
## Related content
211211

212-
Restore Azure Blobs by Azure Backup using [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
212+
Restore Azure Blobs by Azure Backup using [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
Lines changed: 54 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,64 @@
11
---
2-
title: Create an Azure Event Hubs schema registry
3-
description: This article shows you how to create a schema registry in an Azure Event Hubs namespace.
2+
title: 'Quickstart: Create an Azure Event Hubs Schema Registry'
3+
description: Azure Schema Registry provides a central repository for schemas for event-driven and messaging-centric apps. Learn how to create a schema registry.
44
ms.topic: quickstart
5-
ms.date: 09/09/2022
5+
ms.date: 06/16/2025
66
ms.custom: references_regions, mode-other
7+
#customer intent: As a developer, I want to learn how to implement Azure Schema Registry as a central repository to support event-driven and messaging-centric applications.
8+
79
---
810

911
# Quickstart: Create an Azure Event Hubs schema registry using Azure portal
1012

11-
**Azure Schema Registry** is a feature of Event Hubs, which provides a central repository for schemas for event-driven and messaging-centric applications. It provides the flexibility for your producer and consumer applications to **exchange data without having to manage and share the schema**. It also provides a simple governance framework for reusable schemas and defines relationship between schemas through a grouping construct (schema groups). For more information, see [Azure Schema Registry in Event Hubs](schema-registry-overview.md).
13+
In this quickstart, you create a schema group with schemas in a schema registry hosted by Azure Event Hubs.
1214

13-
This article shows you how to create a schema group with schemas in a schema registry hosted by Azure Event Hubs.
15+
*Azure Schema Registry* is a feature of Event Hubs. It provides a central repository for schemas for event-driven and messaging-centric applications. It provides the flexibility for your producer and consumer applications to *exchange data without having to manage and share the schema*. It also provides a simple governance framework for reusable schemas and defines relationship between schemas through a grouping construct (schema groups). For more information, see [Azure Schema Registry in Event Hubs](schema-registry-overview.md).
1416

15-
> [!NOTE]
16-
> - The feature isn't available in the **basic** tier.
17-
> - 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).
18-
> - 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.
1917

18+
> [!NOTE]
19+
> - The feature isn't available in the **Basic** tier.
20+
> - Make sure that you're a member of one of these roles: **Owner**, **Contributor**, or **Schema Registry Contributor**. For more information, see [Azure role-based access control](schema-registry-concepts.md#azure-role-based-access-control).
21+
> - If the event hub is in a *virtual network*, you can't create schemas in the Azure portal unless you access the portal from a virtual machine in the same virtual network.
2022
2123
## Prerequisites
22-
[Create an Event Hubs namespace](event-hubs-create.md#create-an-event-hubs-namespace). You can also use an existing namespace.
24+
25+
[Create an Event Hubs namespace](event-hubs-create.md#create-an-event-hubs-namespace). You can instead use an existing namespace.
2326

2427
## Create a schema group
25-
1. Navigate to the **Event Hubs Namespace** page.
26-
1. Select **Schema Registry** on the left menu. To create a schema group, select **+ Schema Group** on the toolbar.
2728

28-
:::image type="content" source="./media/create-schema-registry/namespace-page.png" alt-text="Image showing the Schema Registry page in the Azure portal":::
29+
1. Navigate to the **Event Hubs Namespace** page.
30+
1. In the left menu, expand **Entities** and select **Schema Registry**.
31+
1. To create a schema group, select **+ Schema Group**.
32+
33+
:::image type="content" source="./media/create-schema-registry/namespace-page.png" alt-text="Screenshot showing the Schema Registry page in the Azure portal" lightbox="./media/create-schema-registry/namespace-page.png":::
34+
2935
1. On the **Create Schema Group** page, do these steps:
30-
1. Enter a **name** for the schema group.
31-
1. For **Serialization type**, select **Avro** serialization format that applies to all schemas in the schema group. **JSON** serialization format is also supported (preview).
32-
3. Select a **compatibility mode** for all schemas in the group. For **Avro**, forward and backward compatibility modes are supported.
33-
4. Then, select **Create** to create the schema group.
34-
35-
:::image type="content" source="./media/create-schema-registry/create-schema-group-page.png" alt-text="Image showing the page for creating a schema group":::
36-
1. Select the name of the **schema group** in the list of schema groups.
3736

38-
:::image type="content" source="./media/create-schema-registry/select-schema-group.png" alt-text="Image showing schema group in the list selected.":::
37+
1. Enter a **name** for the schema group.
38+
1. For **Serialization type**, select **Avro** serialization format. This format applies to all schemas in the schema group. **JSON** serialization format is also supported (preview).
39+
1. Select a **compatibility mode** for all schemas in the group. For **Avro**, forward and backward compatibility modes are supported.
40+
1. Select **Create** to create the schema group.
41+
42+
:::image type="content" source="./media/create-schema-registry/create-schema-group-page.png" alt-text="Screenshot showing the page for creating a schema group.":::
43+
44+
1. Select the name of the schema group in the list of schema groups.
45+
46+
:::image type="content" source="./media/create-schema-registry/select-schema-group.png" alt-text="Screenshot showing schema group in the list selected." lightbox="./media/create-schema-registry/select-schema-group.png":::
47+
3948
1. You see the **Schema Group** page for the group.
4049

41-
:::image type="content" source="./media/create-schema-registry/schema-group-page.png" alt-text="Image showing the Schema Group page":::
42-
50+
:::image type="content" source="./media/create-schema-registry/schema-group-page.png" alt-text="Screenshot showing the Schema Group page." lightbox="./media/create-schema-registry/schema-group-page.png":::
51+
4352

4453
## Add a schema to the schema group
54+
4555
In this section, you add a schema to the schema group using the Azure portal.
4656

4757
1. On the **Schema Group** page, select **+ Schema** on the toolbar.
4858
1. On the **Create Schema** page, do these steps:
59+
4960
1. For **Name**, enter `orderschema`.
50-
1. Enter the following **schema** into the text box. You can also select file with the schema.
61+
1. Enter the following **schema** into the text box. You can instead select a file with the schema.
5162

5263
```json
5364
{
@@ -66,41 +77,46 @@ In this section, you add a schema to the schema group using the Azure portal.
6677
]
6778
}
6879
```
69-
1. Select **Create**.
80+
1. Select **Create**.
81+
7082
1. Select the **schema** from the list of schemas.
7183

72-
:::image type="content" source="./media/create-schema-registry/select-schema.png" alt-text="Image showing the schema selected.":::
84+
:::image type="content" source="./media/create-schema-registry/select-schema.png" alt-text="Screenshot showing the schema selected.":::
85+
7386
1. You see the **Schema Overview** page for the schema.
7487

75-
:::image type="content" source="./media/create-schema-registry/schema-overview-page.png" alt-text="Image showing the Schema Overview page.":::
76-
1. If there are multiple versions of a schema, you see them in the **Versions** drop-down list. Select a version to switch to that version schema.
88+
:::image type="content" source="./media/create-schema-registry/schema-overview-page.png" alt-text="Image showing the Schema Overview page." lightbox="./media/create-schema-registry/schema-overview-page.png":::
89+
90+
1. If there are multiple versions of a schema, you see them in the **Versions**. Select a version to switch to that version schema.
7791

7892
## Create a new version of schema
7993

80-
1. Update the schema in the text box, and select **Validate**. In the following example, a new field `description` has been added to the schema.
94+
1. Update the schema in the text box, and select **Validate**. In the following example, you add a new field called `description` to the schema.
95+
96+
:::image type="content" source="./media/create-schema-registry/update-schema.png" alt-text="Screenshot showing the Update schema page" lightbox="./media/create-schema-registry/update-schema.png":::
8197

82-
:::image type="content" source="./media/create-schema-registry/update-schema.png" alt-text="Image showing the Update schema page":::
83-
8498
1. Review validation status and changes, and select **Save**.
8599

86-
:::image type="content" source="./media/create-schema-registry/compare-save-schema.png" alt-text="Image showing the Review page that shows validation status, changes, and save":::
87-
1. You see that `2` is selected for the **version** on the **Schema Overview** page.
100+
:::image type="content" source="./media/create-schema-registry/compare-save-schema.png" alt-text="Screenshot showing the Review page that shows validation status, changes, and save." lightbox="./media/create-schema-registry/compare-save-schema.png":::
101+
102+
You see that `2` is selected for the **version** on the **Schema Overview** page.
103+
104+
:::image type="content" source="./media/create-schema-registry/new-version.png" alt-text="Screenshot showing the new version of schema." lightbox="./media/create-schema-registry/new-version.png":::
88105

89-
:::image type="content" source="./media/create-schema-registry/new-version.png" alt-text="Image showing the new version of schema":::
90106
1. Select `1` to see the version 1 of the schema.
91107

92108
## Clean up resources
93109

94110
> [!NOTE]
95-
> Don't clean up resources if you want to continue to the next quick start linked from **Next steps**.
111+
> Don't clean up resources if you want to continue to the next quickstart linked from **Next step**.
96112

97-
1. Navigate to the **Event Hubs Namespace** page.
113+
1. Navigate to the **Event Hubs Namespace** page.
98114
1. Select **Schema Registry** on the left menu.
99-
1. Select the **schema group** you created in this quickstart.
115+
1. Select the **schema group** you created in this quickstart.
100116
1. On the **Schema Group** page, select **Delete** on the toolbar.
101117
1. On the **Delete Schema Group** page, type the name of the schema group, and select **Delete**.
102118

103-
## Next steps
119+
## Next step
104120

105121
> [!div class="nextstepaction"]
106122
> [Validate schema when sending and receiving events - AMQP and .NET](schema-registry-dotnet-send-receive-quickstart.md).
-15.3 KB
Loading
-21.5 KB
Loading
-11.3 KB
Loading
-5.42 KB
Loading
-17.7 KB
Loading

0 commit comments

Comments
 (0)