Microsoft.Azure.WebJobs.Host.Storage 5.0.1

Microsoft.Azure.WebJobs.Host.Storage

This package contains Azure Storage based implementations of some WebJobs SDK component interfaces. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

Commonly used types

The main types exposed by this package are host builder extension methods to IWebJobsBuilder, provided by the following Types:

  • RuntimeStorageWebJobsBuilderExtensions
  • StorageServiceCollectionExtensions
  • StorageServiceCollectionExtensions

Example usage

The below example demonstrates the registration of Azure Storage services via the AddAzureStorageCoreServices builder method.

using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;

class Program
{
    public static async Task Main(string[] args)
    {
        var builder = Host.CreateDefaultBuilder(args)
            .ConfigureWebJobs(b =>
            {
                b.AddAzureStorageCoreServices();
                b.AddAzureStorageQueues();
            });

        using var host = builder.Build();
        await host.RunAsync();
    }
}

Showing the top 20 packages that depend on Microsoft.Azure.WebJobs.Host.Storage.

Packages Downloads
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
3
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
2
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
1

.NET Standard 2.0

Version Downloads Last updated
5.0.1 3 10/06/2024
5.0.0 1 11/26/2024
5.0.0-beta.1 3 10/06/2024
4.1.0 2 10/06/2024
4.0.4 3 10/06/2024
4.0.1 3 10/06/2024
3.0.14 3 04/24/2022
3.0.13 2 11/03/2024
3.0.8 2 11/13/2024
3.0.6 3 10/06/2024
3.0.5 2 10/06/2024
3.0.4 3 10/06/2024
3.0.3 2 11/07/2024
3.0.2 2 11/26/2024
3.0.1 1 11/26/2024
3.0.0 3 10/06/2024
3.0.0-rc1 3 10/06/2024
3.0.0-beta8 3 10/06/2024