Skip to content

Commit 7f9484c

Browse files
authored
[Schema Registry] Small README updates. (Azure#40870)
* updates * updates
1 parent 29c1e81 commit 7f9484c

File tree

1 file changed

+4
-2
lines changed
  • sdk/schemaregistry/Azure.Data.SchemaRegistry

1 file changed

+4
-2
lines changed

sdk/schemaregistry/Azure.Data.SchemaRegistry/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dotnet add package Azure.Data.SchemaRegistry
1616

1717
* An [Azure subscription][azure_sub]
1818
* An [Event Hubs namespace][event_hubs_namespace]
19+
* A [Schema Group][create_schema_group] of the correct serialization type
1920

2021
If you need to [create an Event Hubs namespace][create_event_hubs_namespace], you can use the Azure Portal or [Azure PowerShell][azure_powershell].
2122

@@ -31,7 +32,7 @@ In order to interact with the Azure Schema Registry service, you'll need to crea
3132

3233
#### Get credentials
3334

34-
To acquire authenticated credentials and start interacting with Azure resources, please see the [quickstart guide here][quickstart_guide].
35+
To acquire authenticated credentials and start interacting with Azure resources, please see the [getting started with Azure Identity guide][quickstart_guide].
3536

3637
#### Get Event Hubs namespace hostname
3738

@@ -171,9 +172,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
171172
<!-- LINKS -->
172173
[nuget]: https://www.nuget.org/
173174
[event_hubs_namespace]: https://docs.microsoft.com/azure/event-hubs/event-hubs-about
175+
[create_schema_group]: https://learn.microsoft.com/azure/event-hubs/create-schema-registry#create-a-schema-group
174176
[azure_powershell]: https://docs.microsoft.com/powershell/azure/
175177
[create_event_hubs_namespace]: https://docs.microsoft.com/azure/event-hubs/event-hubs-quickstart-powershell#create-an-event-hubs-namespace
176-
[quickstart_guide]: https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md
178+
[quickstart_guide]: https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet
177179
[schema_registry_client]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/schemaregistry/Azure.Data.SchemaRegistry/src/SchemaRegistryClient.cs
178180
[azure_portal]: https://ms.portal.azure.com/
179181
[schema_properties]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/schemaregistry/Azure.Data.SchemaRegistry/src/SchemaProperties.cs

0 commit comments

Comments
 (0)