Microsoft.Azure.WebJobs 3.0.41

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
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.
23
Microsoft.Azure.WebJobs.Host.Storage
Package Description
22
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
22
Microsoft.Azure.WebJobs.Host.Storage
Package Description
21
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
20
Microsoft.Azure.WebJobs.Host.Storage
Package Description
20
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.
20

Version Downloads Last updated
3.0.41 18 03/06/2025
3.0.37 18 03/06/2025
3.0.36 20 03/12/2025
3.0.35 19 03/06/2025
3.0.33 21 03/12/2025
3.0.32 19 03/06/2025
3.0.31 20 03/12/2025
3.0.30 18 03/06/2025
3.0.29 21 03/12/2025
3.0.25 17 03/06/2025
3.0.23 19 03/06/2025
3.0.22 19 03/06/2025
3.0.19 19 03/06/2025
3.0.18 21 03/12/2025
3.0.14 19 03/06/2025
3.0.13 19 03/06/2025
3.0.12 19 03/06/2025
3.0.9 20 03/12/2025
3.0.8 19 03/06/2025
3.0.6 18 03/06/2025
3.0.5 18 03/06/2025
3.0.2 18 03/06/2025
3.0.1 20 03/12/2025
3.0.0 21 01/14/2024
3.0.0-rc1 19 03/12/2025
3.0.0-beta8 18 03/06/2025
3.0.0-beta5 19 03/06/2025
3.0.0-beta4 19 03/06/2025
3.0.0-beta3 17 03/06/2025
3.0.0-beta2 21 03/12/2025
3.0.0-beta1-10871 19 03/06/2025
2.3.0 16 03/06/2025
2.2.0 19 03/12/2025
2.1.0 16 03/06/2025
2.1.0-beta4 19 03/12/2025
2.1.0-beta1 17 03/06/2025
2.0.0 18 03/12/2025
2.0.0-beta2 17 03/06/2025
1.1.2 18 03/06/2025
1.1.1 17 03/06/2025
1.1.0 18 03/12/2025
1.1.0-rc1 17 03/06/2025
1.1.0-beta1 19 03/12/2025
1.1.0-alpha2 19 03/06/2025
1.1.0-alpha1 16 03/06/2025
1.0.1 18 03/12/2025
1.0.1-alpha1 17 03/06/2025
1.0.0 17 03/06/2025
1.0.0-rc1 17 03/06/2025
0.5.0-beta 18 03/06/2025
0.4.1-beta 19 03/06/2025
0.4.0-beta 19 03/06/2025