Microsoft.Azure.WebJobs
3.0.41
Prefix Reserved
dotnet add package Microsoft.Azure.WebJobs --version 3.0.41
NuGet\Install-Package Microsoft.Azure.WebJobs -Version 3.0.41
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
<PackageVersion Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
<PackageReference Include="Microsoft.Azure.WebJobs" />
paket add Microsoft.Azure.WebJobs --version 3.0.41
#r "nuget: Microsoft.Azure.WebJobs, 3.0.41"
#:package Microsoft.Azure.WebJobs@3.0.41
#addin nuget:?package=Microsoft.Azure.WebJobs&version=3.0.41
#tool nuget:?package=Microsoft.Azure.WebJobs&version=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();
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 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)
NuGet packages (246)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.WebJobs:
Package | Downloads |
---|---|
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. |
|
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http. |
|
Microsoft.NET.Sdk.Functions
Build SDK for Azure Functions |
|
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. |
|
Microsoft.Azure.Functions.Extensions
Provides extensions to work with Azure Functions features. |
GitHub repositories (37)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Azure.WebJobs:
Repository | Stars |
---|---|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
Azure/azure-functions-host
The host/runtime that powers Azure Functions
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
Azure/iotedge
The IoT Edge OSS project
|
|
HTBox/allReady
This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
|
|
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
|
|
Azure/azure-functions-durable-extension
Durable Task Framework extension for Azure Functions
|
|
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
|
|
Azure-Samples/Serverless-microservices-reference-architecture
This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
Azure/azure-functions-dotnet-worker
Azure Functions out-of-process .NET language worker
|
|
Azure/azure-webjobs-sdk-extensions
Azure WebJobs SDK Extensions
|
|
Elfocrash/Cosmonaut
🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
|
|
adrianhall/develop-mobile-apps-with-csharp-and-azure
The Book Contents - Develop Mobile Apps with C# and Azure
|
|
microsoft/Product-Recommendations
Product Recommendations solution
|
|
Azure/azure-stream-analytics
Azure Stream Analytics
|
|
microsoft/IgniteTheTour
Microsoft Ignite The Tour
|
|
mspnp/serverless-reference-implementation
Serverless reference implementation guidance
|
|
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
|
Version | Downloads | Last Updated |
---|---|---|
3.0.41 | 3,071,911 | 7/12/2024 |
3.0.39 | 5,563,629 | 10/18/2023 |
3.0.37 | 32,687,514 | 4/4/2023 |
3.0.36 | 7,294,907 | 2/2/2023 |
3.0.35 | 49,700 | 2/1/2023 |
3.0.33 | 18,989,928 | 5/9/2022 |
3.0.32 | 68,158,257 | 4/15/2022 |
3.0.31 | 10,999,953 | 1/12/2022 |
3.0.30 | 11,257,018 | 9/17/2021 |
3.0.29 | 145,021 | 9/10/2021 |
3.0.27 | 4,266,559 | 3/22/2021 |
3.0.25 | 10,190,185 | 1/13/2021 |
3.0.23 | 44,108,036 | 11/4/2020 |
3.0.22 | 10,219,243 | 9/30/2020 |
3.0.19 | 10,016,214 | 9/17/2020 |
3.0.18 | 65,877,388 | 8/12/2020 |
3.0.16 | 7,646,209 | 3/3/2020 |
3.0.14 | 28,729,130 | 10/16/2019 |
3.0.13 | 561,390 | 9/20/2019 |
3.0.12 | 576,793 | 8/30/2019 |
3.0.11 | 656,626 | 8/9/2019 |
3.0.10 | 2,203,674 | 6/26/2019 |
3.0.9 | 308,467 | 6/7/2019 |
3.0.8 | 1,446,635 | 5/4/2019 |
3.0.6 | 1,046,289 | 3/29/2019 |
3.0.5 | 15,719,534 | 3/7/2019 |
3.0.4 | 3,365,860 | 1/25/2019 |
3.0.3 | 728,576 | 12/5/2018 |
3.0.2 | 6,100,588 | 11/9/2018 |
3.0.1 | 674,597 | 10/17/2018 |
3.0.0 | 30,692,873 | 9/19/2018 |
3.0.0-rc1 | 161,425 | 9/14/2018 |
3.0.0-beta8 | 1,254,693 | 8/30/2018 |
3.0.0-beta5 | 1,945,111 | 3/26/2018 |
3.0.0-beta4 | 261,430 | 11/28/2017 |
3.0.0-beta3 | 234,533 | 9/15/2017 |
3.0.0-beta2 | 12,088 | 8/29/2017 |
3.0.0-beta1-10941 | 6,902 | 7/21/2017 |
3.0.0-beta1-10871 | 5,577 | 7/19/2017 |
2.3.0 | 4,191,914 | 11/29/2018 |
2.2.0 | 9,736,640 | 3/28/2018 |
2.1.0 | 1,424,113 | 1/26/2018 |
2.1.0-beta4 | 891,805 | 9/21/2017 |
2.1.0-beta1 | 1,246,343 | 5/4/2017 |
2.0.0 | 4,420,431 | 2/28/2017 |
2.0.0-beta2 | 120,977 | 11/14/2016 |
2.0.0-beta1 | 82,831 | 7/14/2016 |
1.1.2 | 5,102,514 | 4/22/2016 |
1.1.1 | 398,480 | 1/13/2016 |
1.1.0 | 261,507 | 11/19/2015 |
1.1.0-rc1 | 6,724 | 11/2/2015 |
1.1.0-beta1 | 10,464 | 9/16/2015 |
1.1.0-alpha2 | 13,122 | 8/12/2015 |
1.1.0-alpha1 | 7,579 | 7/10/2015 |
1.0.1 | 1,077,643 | 3/19/2015 |
1.0.1-alpha1 | 4,009 | 2/18/2015 |
1.0.0 | 257,559 | 10/17/2014 |
1.0.0-rc1 | 9,659 | 9/22/2014 |
0.6.0-beta | 4,761 | 9/13/2014 |
0.5.0-beta | 3,928 | 9/5/2014 |
0.4.1-beta | 3,464 | 8/30/2014 |
0.4.0-beta | 25,035 | 8/21/2014 |