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
|
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
|
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
|
28 |
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 Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
29 |
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
|
25 |
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
|
31 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
25 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
26 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
30 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
31 |
Microsoft.Azure.WebJobs.Host.Storage
Package Description
|
32 |
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
|
27 |
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions
|
25 |
.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 | 13 | 07/22/2024 |
3.0.39 | 18 | 10/19/2023 |
3.0.37 | 23 | 05/19/2023 |
3.0.36 | 19 | 05/03/2023 |
3.0.35 | 11 | 06/16/2023 |
3.0.33 | 18 | 09/11/2022 |
3.0.32 | 29 | 09/26/2022 |
3.0.31 | 18 | 10/18/2022 |
3.0.30 | 16 | 09/23/2022 |
3.0.29 | 19 | 09/26/2022 |
3.0.27 | 19 | 09/22/2022 |
3.0.25 | 15 | 09/26/2022 |
3.0.23 | 15 | 06/27/2022 |
3.0.22 | 18 | 10/18/2022 |
3.0.19 | 16 | 09/24/2022 |
3.0.18 | 22 | 09/24/2022 |
3.0.16 | 17 | 09/26/2022 |
3.0.14 | 16 | 09/24/2022 |
3.0.13 | 18 | 09/25/2022 |
3.0.12 | 18 | 09/22/2022 |
3.0.11 | 13 | 09/25/2022 |
3.0.10 | 15 | 10/18/2022 |
3.0.9 | 21 | 09/11/2022 |
3.0.8 | 27 | 09/11/2022 |
3.0.6 | 20 | 09/10/2022 |
3.0.5 | 20 | 09/14/2022 |
3.0.4 | 16 | 09/08/2022 |
3.0.3 | 17 | 09/08/2022 |
3.0.2 | 22 | 09/09/2022 |
3.0.1 | 21 | 09/07/2022 |
3.0.0 | 24 | 09/10/2022 |
3.0.0-rc1 | 17 | 09/23/2022 |
3.0.0-beta8 | 22 | 09/22/2022 |
3.0.0-beta5 | 28 | 09/26/2022 |
3.0.0-beta4 | 21 | 10/18/2022 |
3.0.0-beta3 | 24 | 09/22/2022 |
3.0.0-beta2 | 17 | 09/26/2022 |
3.0.0-beta1-10941 | 19 | 09/25/2022 |
3.0.0-beta1-10871 | 19 | 10/18/2022 |
2.3.0 | 24 | 09/07/2022 |
2.2.0 | 17 | 09/16/2022 |
2.1.0 | 20 | 09/08/2022 |
2.1.0-beta4 | 28 | 09/27/2022 |
2.1.0-beta1 | 22 | 10/18/2022 |
2.0.0 | 18 | 09/09/2022 |
2.0.0-beta2 | 17 | 10/18/2022 |
2.0.0-beta1 | 15 | 09/23/2022 |
1.1.2 | 20 | 09/09/2022 |
1.1.1 | 18 | 09/10/2022 |
1.1.0 | 22 | 09/07/2022 |
1.1.0-rc1 | 19 | 09/22/2022 |
1.1.0-beta1 | 19 | 09/25/2022 |
1.1.0-alpha2 | 18 | 09/25/2022 |
1.1.0-alpha1 | 19 | 09/27/2022 |
1.0.1 | 23 | 09/09/2022 |
1.0.1-alpha1 | 22 | 01/07/2023 |
1.0.0 | 17 | 09/12/2022 |
1.0.0-rc1 | 17 | 05/02/2023 |
0.6.0-beta | 22 | 09/26/2022 |
0.5.0-beta | 12 | 09/24/2022 |
0.4.1-beta | 18 | 09/26/2022 |
0.4.0-beta | 18 | 06/16/2023 |