Skip to content

Commit 0087139

Browse files
authored
Merge pull request #104164 from spelluru/ehubrbac0212
links to .NET RBAC samples
2 parents b228d33 + 4d7b15b commit 0087139

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ Add the [**Microsoft.Azure.EventHubs**](https://www.nuget.org/packages/Microsoft
368368
## Next steps
369369
Read the following articles:
370370

371+
- [Role-based access control (RBAC) samples](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Microsoft.Azure.EventHubs/Rbac).
372+
373+
These samples use the old **Microsoft.Azure.EventHubs** library, but you can easily update it to using the latest **Azure.Messaging.EventHubs** library. To move the sample from using the old library to new one, see the [Guide to migrate from Microsoft.Azure.EventHubs to Azure.Messaging.EventHubs](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/migration-guide-from-v4.md).)
371374
- [EventProcessorHost](event-hubs-event-processor-host.md)
372375
- [Features and terminology in Azure Event Hubs](event-hubs-features.md)
373376
- [Event Hubs FAQ](event-hubs-faq.md)

articles/event-hubs/get-started-dotnet-standard-send-v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,4 @@ Check out the samples on GitHub.
228228
229229
- [Event Hubs samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs/samples)
230230
- [Event processor samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs.Processor/samples)
231+
- [Role-based access control (RBAC) sample](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Azure.Messaging.EventHubs/ManagedIdentityWebApp)

0 commit comments

Comments
 (0)