![]() |
VOOZH | about |
dotnet add package Microsoft.Azure.WebJobs --version 3.0.47
NuGet\Install-Package Microsoft.Azure.WebJobs -Version 3.0.47
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.47" />
<PackageVersion Include="Microsoft.Azure.WebJobs" Version="3.0.47" />Directory.Packages.props
<PackageReference Include="Microsoft.Azure.WebJobs" />Project file
paket add Microsoft.Azure.WebJobs --version 3.0.47
#r "nuget: Microsoft.Azure.WebJobs, 3.0.47"
#:package Microsoft.Azure.WebJobs@3.0.47
#addin nuget:?package=Microsoft.Azure.WebJobs&version=3.0.47Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.WebJobs&version=3.0.47Install as a Cake Tool
This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
WebJobsHostBuilderExtensionsJobHostIExtensionConfigProviderThe 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 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
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.
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
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.
|
|
|
Azure/azure-functions-durable-extension
Durable Task Framework extension for Azure Functions
|
|
|
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
|
|
|
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.
|
|
|
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
|
|
|
pierre3/LineMessagingApi
LINE Messaging API for .Net
|
|
|
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.47 | 23,816 | 6/4/2026 |
| 3.0.46 | 64,937 | 5/12/2026 |
| 3.0.45 | 824,219 | 2/17/2026 |
| 3.0.44 | 756,615 | 12/8/2025 |
| 3.0.43 | 305,853 | 11/21/2025 |
| 3.0.42 | 1,843,231 | 9/8/2025 |
| 3.0.41 | 10,141,234 | 7/12/2024 |
| 3.0.39 | 12,872,603 | 10/18/2023 |
| 3.0.37 | 55,355,923 | 4/4/2023 |
| 3.0.36 | 8,249,938 | 2/2/2023 |
| 3.0.35 | 89,891 | 2/1/2023 |
| 3.0.33 | 21,162,193 | 5/9/2022 |
| 3.0.32 | 107,485,891 | 4/15/2022 |
| 3.0.31 | 11,935,387 | 1/12/2022 |
| 3.0.30 | 12,096,901 | 9/17/2021 |
| 3.0.29 | 173,463 | 9/10/2021 |
| 3.0.27 | 4,573,625 | 3/22/2021 |
| 3.0.25 | 11,065,612 | 1/13/2021 |
| 3.0.23 | 46,095,454 | 11/4/2020 |
| 3.0.22 | 11,050,372 | 9/30/2020 |