Microsoft.Azure.WebJobs 3.0.42

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.ServiceBus
Package Description
34
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
26
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
27
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
28
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
29
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
30
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
31
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
32
Microsoft.Azure.WebJobs.ServiceBus
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.ServiceBus. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
34

See https://github.com/Azure/azure-webjobs-sdk/releases/tag/v3.0.42

Version Downloads Last updated
3.0.42 3 09/09/2025
3.0.41 37 07/13/2024
3.0.39 29 02/08/2024
3.0.37 38 02/08/2024
3.0.36 32 02/08/2024
3.0.35 28 02/08/2024
3.0.33 39 02/08/2024
3.0.32 31 02/08/2024
3.0.31 31 02/08/2024
3.0.30 31 02/08/2024
3.0.29 29 02/08/2024
3.0.27 38 02/08/2024
3.0.25 40 02/08/2024
3.0.23 43 02/08/2024
3.0.22 27 02/08/2024
3.0.19 31 02/08/2024
3.0.18 28 02/08/2024
3.0.16 29 02/08/2024
3.0.14 28 02/08/2024
3.0.13 30 02/08/2024
3.0.12 28 02/08/2024
3.0.11 31 02/08/2024
3.0.10 29 02/08/2024
3.0.9 38 02/08/2024
3.0.8 30 02/08/2024
3.0.6 33 02/08/2024
3.0.5 39 02/08/2024
3.0.4 38 02/08/2024
3.0.3 31 02/08/2024
3.0.2 27 02/08/2024
3.0.1 28 02/08/2024
3.0.0 29 02/08/2024
3.0.0-rc1 29 02/04/2024
3.0.0-beta8 27 02/06/2024
3.0.0-beta5 36 02/06/2024
3.0.0-beta4 33 02/06/2024
3.0.0-beta3 34 02/06/2024
3.0.0-beta2 31 02/06/2024
3.0.0-beta1-10941 30 02/10/2024
3.0.0-beta1-10871 28 02/10/2024
2.3.0 27 02/08/2024
2.2.0 31 02/08/2024
2.1.0 32 02/08/2024
2.1.0-beta4 34 02/06/2024
2.1.0-beta1 32 02/06/2024
2.0.0 30 02/10/2020
2.0.0-beta2 27 02/06/2024
2.0.0-beta1 33 02/06/2024
1.1.2 34 02/08/2024
1.1.1 35 02/08/2024
1.1.0 25 02/08/2024
1.1.0-rc1 31 02/04/2024
1.1.0-beta1 34 02/06/2024
1.1.0-alpha2 27 02/10/2024
1.1.0-alpha1 43 02/10/2024
1.0.1 26 02/08/2024
1.0.1-alpha1 35 02/10/2024
1.0.0 30 02/08/2024
1.0.0-rc1 38 02/04/2024
0.6.0-beta 30 02/10/2024
0.5.0-beta 28 02/10/2024
0.4.1-beta 28 02/10/2024
0.4.0-beta 32 02/10/2024