Microsoft.Azure.WebJobs 3.0.47

Microsoft.Azure.WebJobs.Host

This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

Commonly used types

  • WebJobsHostBuilderExtensions
  • JobHost
  • IExtensionConfigProvider

Example usage

The below example demonstrates configuration and startup of a job host running in a console application.

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.

Packages Downloads
Microsoft.Azure.WebJobs.Host.Storage
Package Description
16
Microsoft.Azure.WebJobs.Host.Storage
Package Description
17
Microsoft.Azure.WebJobs.Host.Storage
Package Description
18
Microsoft.Azure.WebJobs.Host.Storage
Package Description
19
Microsoft.Azure.WebJobs.Host.Storage
Package Description
20
Microsoft.Azure.WebJobs.Host.Storage
Package Description
21
Microsoft.Azure.WebJobs.Host.Storage
Package Description
22
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.
13
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.
21

See https://github.com/Azure/azure-webjobs-sdk/releases/tag/v3.0.47

Version Downloads Last updated
3.0.47 12 06/15/2026
3.0.46 6 05/22/2026
3.0.45 7 02/20/2026
3.0.44 13 12/21/2025
3.0.43 14 11/29/2025
3.0.42 16 09/10/2025
3.0.41 21 01/20/2025
3.0.39 18 01/20/2025
3.0.37 19 01/20/2025
3.0.36 20 01/20/2025
3.0.35 20 01/20/2025
3.0.33 18 01/20/2025
3.0.32 22 01/20/2025
3.0.31 19 01/20/2025
3.0.30 22 01/20/2025
3.0.29 22 01/20/2025
3.0.27 21 01/20/2025
3.0.25 21 01/20/2025
3.0.23 22 01/20/2025
3.0.22 22 01/20/2025
3.0.19 23 01/20/2025
3.0.18 23 01/20/2025
3.0.16 24 01/20/2025
3.0.14 21 01/20/2025
3.0.13 21 01/20/2025
3.0.12 24 01/20/2025
3.0.11 23 01/20/2025
3.0.10 22 01/20/2025
3.0.9 24 01/20/2025
3.0.8 26 01/20/2025
3.0.6 24 01/20/2025
3.0.5 27 01/20/2025
3.0.4 24 01/20/2025
3.0.3 27 01/20/2025
3.0.2 24 01/20/2025
3.0.1 24 01/20/2025
3.0.0 25 01/20/2025
3.0.0-rc1 20 01/20/2025
3.0.0-beta8 24 01/20/2025
3.0.0-beta5 24 01/20/2025
3.0.0-beta4 19 01/20/2025
3.0.0-beta3 19 01/20/2025
3.0.0-beta2 20 01/20/2025
3.0.0-beta1-10941 17 01/20/2025
3.0.0-beta1-10871 25 01/20/2025
2.3.0 22 01/20/2025
2.2.0 25 01/20/2025
2.1.0 25 01/20/2025
2.1.0-beta4 22 01/20/2025
2.1.0-beta1 24 01/20/2025
2.0.0 24 01/20/2025
2.0.0-beta2 25 01/20/2025
2.0.0-beta1 22 01/20/2025
1.1.2 24 01/20/2025
1.1.1 25 01/20/2025
1.1.0 26 01/20/2025
1.1.0-rc1 22 01/20/2025
1.1.0-beta1 23 01/20/2025
1.1.0-alpha2 22 01/20/2025
1.1.0-alpha1 21 01/20/2025
1.0.1 24 01/20/2025
1.0.1-alpha1 21 01/20/2025
1.0.0 25 01/20/2025
1.0.0-rc1 22 01/20/2025
0.6.0-beta 28 01/20/2025
0.5.0-beta 27 01/20/2025
0.4.1-beta 25 01/20/2025
0.4.0-beta 25 01/20/2025