The Azure ServiceBus transport for NServiceBus enables the use of the Azure Service Bus Brokered Messaging service as the underlying transport used by NServiceBus. This transport targets the Azure Service Bus .NET Standard client library available through the Microsoft.Azure.ServiceBus nuget package.
Follow these steps to run the acceptance tests locally:
- Add a new environment variable
AzureServiceBus_ConnectionString
containing a connection string to your Azure Service Bus namespace
- Add a new environment variable
AzureServiceBus_ConnectionString
containing a connection string to your Azure Service Bus namespace (could be same as for acceptance tests)