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.Extensions.Http
This package adds binding extensions for Http.
14
Microsoft.Azure.Functions.Extensions
Provides extensions to work with Azure Functions features.
13
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
13
Microsoft.Azure.WebJobs.Host.Storage
Package Description
13
Microsoft.Azure.WebJobs.Host.Storage
Package Description
12
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
12
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
12
Microsoft.Azure.WebJobs.Host.Storage
Package Description
11

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