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.ServiceBus
Package Description
33
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
25
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
33

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