Skip to content

Commit

Permalink
Adding links to external samples (#221)
Browse files Browse the repository at this point in the history
Linking .Net Std Readme.md to 
- MSI authentication
- Performance sample
  • Loading branch information
nemakam authored Jul 31, 2018
1 parent 7b9ae78 commit 83d0de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/DotNet/Microsoft.Azure.ServiceBus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,8 @@ model is strongly encouraged at all times as it yields significantly more effici
and Topics seamlessly the context of WCF applications using the NetMessagingBinding.
* **Sessions with the NetMessagingBinding** - The [NetMessagingSession](./NetMessagingSession) sample shows how to use Service Bus
sessions with the NetMessagingBinding.

### External Samples

* **Authentication using Managed Service Identity** - The [MSI_Authentication](https://github.com/Azure-Samples/app-service-msi-servicebus-dotnet) sample shows how to send and receive data from Azure Service Bus Queue at run-time from an App Service with a Managed Service Identity (MSI)
* **High throughput performance sample** - The [PerformanceSample](https://github.com/Azure-Samples/service-bus-dotnet-messaging-performance) can be used to help benchmark Service Bus premium messaging, and can be used for performance best practices.

0 comments on commit 83d0de6

Please sign in to comment.