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

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