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.Http
This package adds binding extensions for Http.
|
69 |
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
|
44 |
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.Host.Storage
This package contains Azure Storage based implementations of some WebJobs SDK component interfaces. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
|
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
|
35 |
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.
|
34 |
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
|
29 |
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
|
27 |
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
|
26 |
Microsoft.Azure.Functions.Worker.Sdk
Package Description
|
26 |
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.
|
26 |
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
|
25 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
25 |
Microsoft.Azure.Functions.Worker.Sdk
Package Description
|
25 |
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.
|
25 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
24 |
.NET Standard 2.0
- Microsoft.Azure.WebJobs.Core (>= 3.0.41)
- Microsoft.Extensions.Configuration (>= 2.1.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.1.0)
- Microsoft.Extensions.Configuration.Json (>= 2.1.0)
- Microsoft.Extensions.Hosting (>= 2.1.0)
- Microsoft.Extensions.Logging (>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Logging.Configuration (>= 2.1.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Memory.Data (>= 1.0.2)
- System.Threading.Tasks.Dataflow (>= 4.8.0)
Version | Downloads | Last updated |
---|---|---|
3.0.41 | 27 | 07/24/2024 |
3.0.39 | 26 | 03/29/2024 |
3.0.37 | 21 | 02/16/2024 |
3.0.36 | 26 | 02/16/2024 |
3.0.35 | 18 | 02/16/2024 |
3.0.33 | 19 | 02/16/2024 |
3.0.32 | 24 | 02/16/2024 |
3.0.31 | 21 | 02/16/2024 |
3.0.30 | 22 | 01/11/2024 |
3.0.29 | 21 | 07/18/2024 |
3.0.27 | 19 | 02/16/2024 |
3.0.25 | 19 | 02/16/2024 |
3.0.23 | 22 | 01/22/2024 |
3.0.22 | 20 | 02/16/2024 |
3.0.19 | 22 | 02/16/2024 |
3.0.18 | 20 | 02/16/2024 |
3.0.16 | 24 | 05/28/2024 |
3.0.14 | 20 | 02/16/2024 |
3.0.13 | 22 | 11/05/2024 |
3.0.12 | 23 | 02/16/2024 |
3.0.11 | 22 | 02/16/2024 |
3.0.10 | 20 | 02/16/2024 |
3.0.9 | 21 | 06/13/2023 |
3.0.8 | 22 | 06/13/2023 |
3.0.6 | 25 | 06/13/2023 |
3.0.5 | 28 | 03/20/2023 |
3.0.4 | 22 | 06/14/2023 |
3.0.3 | 22 | 06/13/2023 |
3.0.2 | 22 | 06/13/2023 |
3.0.1 | 19 | 06/13/2023 |
3.0.0 | 22 | 02/28/2022 |
3.0.0-rc1 | 24 | 08/25/2023 |
3.0.0-beta8 | 21 | 08/30/2023 |
3.0.0-beta5 | 27 | 08/24/2023 |
3.0.0-beta4 | 22 | 08/31/2023 |
3.0.0-beta3 | 25 | 08/25/2023 |
3.0.0-beta2 | 19 | 08/27/2023 |
3.0.0-beta1-10941 | 22 | 08/28/2023 |
3.0.0-beta1-10871 | 20 | 08/30/2023 |
2.3.0 | 22 | 06/13/2023 |
2.2.0 | 22 | 06/14/2023 |
2.1.0 | 22 | 06/13/2023 |
2.1.0-beta4 | 21 | 02/18/2024 |
2.1.0-beta1 | 19 | 02/18/2024 |
2.0.0 | 22 | 06/14/2023 |
2.0.0-beta2 | 18 | 08/30/2023 |
2.0.0-beta1 | 20 | 08/28/2023 |
1.1.2 | 23 | 06/13/2023 |
1.1.1 | 24 | 01/19/2024 |
1.1.0 | 22 | 06/13/2023 |
1.1.0-rc1 | 17 | 08/26/2023 |
1.1.0-beta1 | 22 | 08/31/2023 |
1.1.0-alpha2 | 20 | 08/24/2023 |
1.1.0-alpha1 | 24 | 08/26/2023 |
1.0.1 | 21 | 06/13/2023 |
1.0.1-alpha1 | 26 | 08/26/2023 |
1.0.0 | 19 | 11/12/2024 |
1.0.0-rc1 | 22 | 08/30/2023 |
0.6.0-beta | 21 | 08/17/2024 |
0.5.0-beta | 22 | 07/25/2024 |
0.4.1-beta | 22 | 06/13/2023 |
0.4.0-beta | 21 | 06/13/2023 |