You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/create-schema-registry.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,12 @@ This article shows you how to create a schema group with schemas in a schema reg
28
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
29
1. On the **Create Schema Group** page, do these steps:
30
30
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.
34
37
35
38
:::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
39
1. Select the name of the **schema group** in the list of schema groups.
0 commit comments