Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.25 KB

readme.md

File metadata and controls

34 lines (23 loc) · 1.25 KB

Azure Service Bus Samples

Microsoft Azure Service Bus

.Net Getting Started

The samples in the GettingStarted are holding a set of quick starts and a set of other very basic samples to get you started with using Azure Service Bus.

.NET Standard

The samples in the Microsoft.Azure.ServiceBus folder target the .NET Standard client package. New applications should use this package over the previous client.

.NET Framework

The samples in the Microsoft.ServiceBus.Messaging folder target the .NET Framework WindowsAzure.ServiceBus NuGet package, which is maintained for backwards compatibility.

Java

The samples within the Java folder target the azure-service-bus-java package and the Apache Qpid JMS 2.0 client. Additionally all newly added Quickstarts and Tutorials for Java will be available here.

Management

The samples within the Management folder show basic management operations with PowerShell, Azure CLI and .Net.