Microsoft.Azure.WebJobs 3.0.45

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.NET.Sdk.Functions
Build SDK for Azure Functions
10
Microsoft.Azure.Functions.Extensions
Provides extensions to work with Azure Functions features.
9
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
8
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.
8
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.
8
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
7
Microsoft.Azure.WebJobs.Extensions
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
7
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.
7
Microsoft.Azure.WebJobs.Host.Storage
Package Description
7
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.
6
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
6
Microsoft.Azure.WebJobs.Host.Storage
Package Description
6

Version Downloads Last updated
3.0.47 7 09/07/2026
3.0.46 5 09/07/2026
3.0.45 6 09/07/2026
3.0.44 4 09/07/2026
3.0.43 5 09/07/2026
3.0.42 7 09/12/2026
3.0.41 4 09/12/2026
3.0.39 3 09/12/2026
3.0.37 3 09/12/2026
3.0.36 2 09/12/2026
3.0.35 4 09/12/2026
3.0.33 3 09/12/2026
3.0.32 7 09/09/2026
3.0.31 2 09/12/2026
3.0.30 3 09/12/2026
3.0.29 4 09/12/2026
3.0.27 2 09/12/2026
3.0.25 2 09/12/2026
3.0.23 5 09/12/2026
3.0.22 4 09/12/2026
3.0.19 3 09/12/2026
3.0.18 3 09/09/2026
3.0.16 5 09/12/2026
3.0.14 5 09/12/2026
3.0.13 3 09/12/2026
3.0.12 2 09/13/2026
3.0.11 3 09/12/2026
3.0.10 3 09/12/2026
3.0.9 4 09/12/2026
3.0.8 4 09/13/2026
3.0.6 3 09/12/2026
3.0.5 8 09/10/2026
3.0.4 3 09/12/2026
3.0.3 3 09/09/2026
3.0.2 3 09/12/2026
3.0.1 3 09/12/2026
3.0.0 4 09/09/2026
3.0.0-rc1 7 09/10/2026
3.0.0-beta8 3 09/12/2026
3.0.0-beta5 6 09/10/2026
3.0.0-beta4 5 09/12/2026
3.0.0-beta3 2 09/12/2026
3.0.0-beta2 3 09/12/2026
3.0.0-beta1-10941 7 09/10/2026
3.0.0-beta1-10871 7 09/09/2026
2.3.0 8 09/07/2026
2.2.0 6 09/07/2026
2.1.0 6 09/07/2026
2.1.0-beta4 7 09/07/2026
2.1.0-beta1 5 09/07/2026
2.0.0 5 09/07/2026
2.0.0-beta2 7 09/07/2026
2.0.0-beta1 6 09/07/2026
1.1.2 5 09/08/2026
1.1.1 5 09/07/2026
1.1.0 4 09/07/2026
1.1.0-rc1 5 09/07/2026
1.1.0-beta1 5 09/07/2026
1.1.0-alpha2 5 09/07/2026
1.1.0-alpha1 3 09/07/2026
1.0.1 4 09/07/2026
1.0.1-alpha1 4 09/07/2026
1.0.0 5 09/07/2026
1.0.0-rc1 6 09/07/2026
0.6.0-beta 5 09/07/2026
0.5.0-beta 6 09/07/2026
0.4.1-beta 7 09/07/2026
0.4.0-beta 4 09/07/2026