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
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
23
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
24
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
31

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