Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Moving to the DataBus AzureBlobStorage Package

This is part of the NServiceBus Upgrade Guide from Version 5 to 6, which also includes the following individual upgrade guides for specific components:

Feature Details
Transports
Persistence
Hosting
Other

This page provides instructions on how to move from the NServiceBus.Azure NuGet package to the NServiceBus.DataBus.AzureBlobStorage NuGet package.

AzureDataBusPersistence feature no longer used

Instead of .EnableFeature<AzureDataBusPersistence>() use .UseDataBus<AzureDataBus>().

Custom configuration section no longer provided

Configuration options are now available only via the code API. See Azure Blob Storage Data Bus and the Azure Data Bus sample for more details.

AzureDataBusDefaults no longer provided

Refer to the Azure Blob Storage Data Bus for details on defaults used.

Related Articles