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
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
10
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.
10
Microsoft.Azure.WebJobs.Extensions.DurableTask
Azure WebJobs SDK Extension for the Durable Task Framework
9
Microsoft.Azure.WebJobs.Extensions.DurableTask
Azure WebJobs SDK Extension for the Durable Task Framework
12
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
10
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
12
Microsoft.Azure.WebJobs.Host.Storage
Package Description
9
Microsoft.Azure.WebJobs.Host.Storage
Package Description
10
Microsoft.Azure.WebJobs.Host.Storage
Package Description
12
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
9
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
10
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
11
Microsoft.NET.Sdk.Functions
Package Description
9

Version Downloads Last updated
3.0.41 6 22.09.2024
3.0.39 10 22.09.2024
3.0.37 0 04.04.2023
3.0.36 4 28.11.2024
3.0.35 0 01.02.2023
3.0.33 0 09.05.2022
3.0.32 13 07.06.2024
3.0.31 8 22.09.2024
3.0.30 6 22.09.2024
3.0.29 7 22.09.2024
3.0.27 0 22.03.2021
3.0.25 0 13.01.2021
3.0.23 6 22.09.2024
3.0.22 6 22.09.2024
3.0.19 6 22.09.2024
3.0.18 8 22.09.2024
3.0.16 7 22.09.2024
3.0.14 10 22.09.2024
3.0.13 8 22.09.2024
3.0.12 0 30.08.2019
3.0.11 0 09.08.2019
3.0.10 8 22.09.2024
3.0.9 0 07.06.2019
3.0.8 8 22.09.2024
3.0.6 10 22.09.2024
3.0.5 11 22.09.2024
3.0.4 11 22.09.2024
3.0.3 0 05.12.2018
3.0.2 6 22.09.2024
3.0.1 8 22.09.2024
3.0.0 6 22.09.2024
3.0.0-rc1 0 14.09.2018
3.0.0-beta8 6 22.09.2024
3.0.0-beta5 10 22.09.2024
3.0.0-beta4 6 22.09.2024
3.0.0-beta3 6 22.09.2024
3.0.0-beta2 8 22.09.2024
3.0.0-beta1-10941 7 22.09.2024
3.0.0-beta1-10871 11 22.09.2024
2.3.0 0 29.11.2018
2.2.0 8 22.09.2024
2.1.0 10 22.09.2024
2.1.0-beta4 7 22.09.2024
2.1.0-beta1 5 10.12.2024
2.0.0 0 28.02.2017
2.0.0-beta2 9 22.09.2024
2.0.0-beta1 0 14.07.2016
1.1.2 8 21.03.2024
1.1.1 7 22.09.2024
1.1.0 4 22.09.2024
1.1.0-rc1 8 22.09.2024
1.1.0-beta1 9 22.09.2024
1.1.0-alpha2 0 12.08.2015
1.1.0-alpha1 8 22.09.2024
1.0.1 10 22.09.2024
1.0.1-alpha1 0 18.02.2015
1.0.0 7 23.10.2024
1.0.0-rc1 9 22.09.2024
0.6.0-beta 10 22.09.2024
0.5.0-beta 7 22.09.2024
0.4.1-beta 7 22.09.2024
0.4.0-beta 7 22.09.2024