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

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