Skip to content

Commit f50bba9

Browse files
Merge pull request #237100 from spelluru/patch-182
JSON serialization is not supported yet
2 parents e65d6b9 + 0772b41 commit f50bba9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ This article shows you how to create a schema group with schemas in a schema reg
2828
:::image type="content" source="./media/create-schema-registry/namespace-page.png" alt-text="Image showing the Schema Registry page in the Azure portal":::
2929
1. On the **Create Schema Group** page, do these steps:
3030
1. Enter a **name** for the schema group.
31-
1. For **Serialization type**, pick **Avro** serialization format that applies to all schemas in the schema group. The **JSON** serialization is not supported yet.
32-
1. Select a **compatibility mode** for all schemas in the group. For **Avro**, forward and backward compatibility modes are supported.
33-
1. Then, select **Create** to create the schema group.
31+
1. For **Serialization type**, pick **Avro** serialization format that applies to all schemas in the schema group.
32+
33+
> [!NOTE]
34+
> Currently, Schema Registry doesn't support **JSON** serialization.
35+
3. Select a **compatibility mode** for all schemas in the group. For **Avro**, forward and backward compatibility modes are supported.
36+
4. Then, select **Create** to create the schema group.
3437

3538
:::image type="content" source="./media/create-schema-registry/create-schema-group-page.png" alt-text="Image showing the page for creating a schema group":::
3639
1. Select the name of the **schema group** in the list of schema groups.

0 commit comments

Comments
 (0)