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.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.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.EventHubs
Microsoft Azure WebJobs SDK EventHubs Extension
8
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
8
Microsoft.NET.Sdk.Functions
Package Description
8
Microsoft.Azure.WebJobs.Host.Storage
Package Description
7

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