Microsoft.Azure.WebJobs 3.0.42

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.Extensions.Http
This package adds binding extensions for Http.
21
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
20
Microsoft.Azure.Functions.Extensions
Provides extensions to work with Azure Functions features.
19
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
19
Microsoft.Azure.WebJobs.Script.Extensibility
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.Extensibility. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script
19
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
18
Microsoft.Azure.WebJobs.Host.Storage
Package Description
18
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.
17
Microsoft.Azure.WebJobs.Host.Storage
Package Description
17
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
17
Microsoft.Azure.Functions.Extensions
Provides extensions to work with Azure Functions features.
17
Microsoft.Azure.WebJobs.Script.Extensibility
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.Extensibility. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script
17
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.
17
Microsoft.Azure.WebJobs.Host.Storage
Package Description
16
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
16

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

Version Downloads Last updated
3.0.42 1 09/10/2025
3.0.41 22 10/06/2024
3.0.39 16 10/06/2024
3.0.37 17 10/13/2024
3.0.36 19 11/19/2024
3.0.35 20 10/06/2024
3.0.33 20 10/06/2024
3.0.32 18 10/06/2024
3.0.31 17 10/06/2024
3.0.30 19 10/12/2024
3.0.29 18 10/06/2024
3.0.27 17 11/19/2024
3.0.25 16 11/19/2024
3.0.23 18 11/16/2024
3.0.22 16 11/19/2024
3.0.19 18 11/19/2024
3.0.18 17 11/19/2024
3.0.16 17 10/06/2024
3.0.14 17 11/19/2024
3.0.13 19 10/06/2024
3.0.12 16 11/19/2024
3.0.11 16 11/19/2024
3.0.10 19 10/06/2024
3.0.9 20 11/19/2024
3.0.8 19 10/06/2024
3.0.6 16 11/19/2024
3.0.5 18 10/13/2024
3.0.4 21 11/19/2024
3.0.3 18 10/06/2024
3.0.2 20 10/06/2024
3.0.1 17 11/19/2024
3.0.0 17 11/12/2024
3.0.0-rc1 18 11/19/2024
3.0.0-beta8 17 10/06/2024
3.0.0-beta5 18 11/19/2024
3.0.0-beta4 20 11/19/2024
3.0.0-beta3 18 10/06/2024
3.0.0-beta2 19 11/19/2024
3.0.0-beta1-10941 15 10/06/2024
3.0.0-beta1-10871 17 10/06/2024
2.3.0 19 10/06/2024
2.2.0 19 11/19/2024
2.1.0 19 10/06/2024
2.1.0-beta4 18 10/06/2024
2.1.0-beta1 19 11/19/2024
2.0.0 19 11/19/2024
2.0.0-beta2 19 10/06/2024
2.0.0-beta1 16 10/13/2024
1.1.2 17 10/06/2024
1.1.1 18 11/19/2024
1.1.0 19 11/19/2024
1.1.0-rc1 18 10/06/2024
1.1.0-beta1 23 11/19/2024
1.1.0-alpha2 17 11/19/2024
1.1.0-alpha1 19 11/19/2024
1.0.1 19 10/06/2024
1.0.1-alpha1 18 11/19/2024
1.0.0 19 11/19/2024
1.0.0-rc1 17 11/19/2024
0.6.0-beta 16 11/19/2024
0.5.0-beta 19 11/19/2024
0.4.1-beta 15 11/19/2024
0.4.0-beta 19 11/19/2024