Skip to content

Commit 4f792c2

Browse files
authored
fixed broken link
1 parent b6acf5a commit 4f792c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/schema-registry-dotnet-send-receive-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Add your user account to the **Schema Registry Reader** role at the namespace le
9797
Install-Package Azure.ResourceManager.Compute
9898
```
9999
1. Authenticate producer applications to connect to Azure via Visual Studio as shown [here](/dotnet/api/overview/azure/identity-readme#authenticating-via-visual-studio).
100-
1. Sign-in to Azure using the user account that's a member of the `Schema Registry Reader` role at the namespace level. For information about schema registry roles, see [Azure Schema Registry in Event Hubs](schema-registry-overview.md#azure-role-based-access-control).
100+
1. Sign-in to Azure using the user account that's a member of the `Schema Registry Reader` role at the namespace level. For information about schema registry roles, see [Azure Schema Registry in Event Hubs](schema-registry-concepts.md#azure-role-based-access-control).
101101

102102
### Code generation using the Avro schema
103103
1. Use the same content you used to create the schema to create a file named ``Order.avsc``. Save the file in the project or solution folder.
@@ -222,7 +222,7 @@ This section shows how to write a .NET Core console application that receives ev
222222
Install-Package Azure.ResourceManager.Compute
223223
```
224224
1. Authenticate producer applications to connect to Azure via Visual Studio as shown [here](/dotnet/api/overview/azure/identity-readme#authenticating-via-visual-studio).
225-
1. Sign-in to Azure using the user account that's a member of the `Schema Registry Reader` role at the namespace level. For information about schema registry roles, see [Azure Schema Registry in Event Hubs](schema-registry-overview.md#azure-role-based-access-control).
225+
1. Sign-in to Azure using the user account that's a member of the `Schema Registry Reader` role at the namespace level. For information about schema registry roles, see [Azure Schema Registry in Event Hubs](schema-registry-concepts.md#azure-role-based-access-control).
226226
1. Add the `Order.cs` file you generated as part of creating the producer app to the **OrderConsumer** project.
227227
1. Right-click **OrderConsumer** project, and select **Set as Startup project**.
228228

0 commit comments

Comments
 (0)