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
36
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
37
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
38
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
39
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.
41
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
42
Microsoft.Azure.WebJobs.Host.Storage
Package Description
34
Microsoft.Azure.WebJobs.Host.Storage
Package Description
35
Microsoft.Azure.WebJobs.Host.Storage
Package Description
36
Microsoft.Azure.WebJobs.Host.Storage
Package Description
37
Microsoft.Azure.WebJobs.Host.Storage
Package Description
39
Microsoft.Azure.WebJobs.Host.Storage
Package Description
40
Microsoft.Azure.WebJobs.Host.Storage
Package Description
41
Microsoft.Azure.WebJobs.Host.Storage
Package Description
44
Microsoft.Azure.WebJobs.Script.Extensibility
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.Extensibility. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script
36
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
35

Version Downloads Last updated
3.0.41 26 07/22/2024
3.0.39 28 10/19/2023
3.0.37 34 05/19/2023
3.0.36 30 05/03/2023
3.0.35 21 06/16/2023
3.0.33 33 09/11/2022
3.0.32 41 09/26/2022
3.0.31 32 10/18/2022
3.0.30 27 09/23/2022
3.0.29 30 09/26/2022
3.0.27 29 09/22/2022
3.0.25 28 09/26/2022
3.0.23 29 06/27/2022
3.0.22 28 10/18/2022
3.0.19 26 09/24/2022
3.0.18 28 09/24/2022
3.0.16 29 09/26/2022
3.0.14 26 09/24/2022
3.0.13 28 09/25/2022
3.0.12 26 09/22/2022
3.0.11 24 09/25/2022
3.0.10 25 10/18/2022
3.0.9 29 09/11/2022
3.0.8 35 09/11/2022
3.0.6 28 09/10/2022
3.0.5 30 09/14/2022
3.0.4 28 09/08/2022
3.0.3 28 09/08/2022
3.0.2 32 09/09/2022
3.0.1 31 09/07/2022
3.0.0 31 09/10/2022
3.0.0-rc1 26 09/23/2022
3.0.0-beta8 30 09/22/2022
3.0.0-beta5 45 09/26/2022
3.0.0-beta4 30 10/18/2022
3.0.0-beta3 35 09/22/2022
3.0.0-beta2 30 09/26/2022
3.0.0-beta1-10941 29 09/25/2022
3.0.0-beta1-10871 34 10/18/2022
2.3.0 35 09/07/2022
2.2.0 28 09/16/2022
2.1.0 29 09/08/2022
2.1.0-beta4 37 09/27/2022
2.1.0-beta1 33 10/18/2022
2.0.0 27 09/09/2022
2.0.0-beta2 26 10/18/2022
2.0.0-beta1 23 09/23/2022
1.1.2 29 09/09/2022
1.1.1 30 09/10/2022
1.1.0 32 09/07/2022
1.1.0-rc1 30 09/22/2022
1.1.0-beta1 29 09/25/2022
1.1.0-alpha2 28 09/25/2022
1.1.0-alpha1 29 09/27/2022
1.0.1 32 09/09/2022
1.0.1-alpha1 31 01/07/2023
1.0.0 26 09/12/2022
1.0.0-rc1 26 05/02/2023
0.6.0-beta 28 09/26/2022
0.5.0-beta 22 09/24/2022
0.4.1-beta 25 09/26/2022
0.4.0-beta 27 06/16/2023