VOOZH about

URL: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Core/

⇱ NuGet Gallery | Microsoft.Azure.WebJobs.Core 3.0.47




👁 Image
Microsoft.Azure.WebJobs.Core 3.0.47

Prefix Reserved
dotnet add package Microsoft.Azure.WebJobs.Core --version 3.0.47
 
 
NuGet\Install-Package Microsoft.Azure.WebJobs.Core -Version 3.0.47
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.WebJobs.Core" Version="3.0.47" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Azure.WebJobs.Core" Version="3.0.47" />
 
Directory.Packages.props
<PackageReference Include="Microsoft.Azure.WebJobs.Core" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Azure.WebJobs.Core --version 3.0.47
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Azure.WebJobs.Core, 3.0.47"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Azure.WebJobs.Core@3.0.47
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Azure.WebJobs.Core&version=3.0.47
 
Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.WebJobs.Core&version=3.0.47
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Microsoft.Azure.WebJobs.Core

This package provides the core Types and Attribute definitions for the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

Commonly used types

  • TimeoutAttribute
  • SingletonAttribute
  • FunctionNameAttribute
  • ExtensionAttribute

Example usage

The below example shows a QueueTrigger function with a timeout defined.

using Microsoft.Azure.WebJobs;

[TimeoutAttribute("00:15:00")]
public void ProcessWorkItem([QueueTrigger("test")] WorkItem workItem, ILogger logger)
{
 logger.LogInformation($"Processed work item {workItem.ID}");
}
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (37)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.WebJobs.Core:

Package Downloads
Microsoft.Azure.WebJobs

This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.

CloudCore.VirtualWorker

The module required to run CloudCore-based work-flow and scheduled tasks.

Microsoft.Azure.Jobs.Core

Legacy package, Microsoft.Azure.Jobs.Core is now included in the 'Microsoft.Azure.WebJobs.Core' package.

BC3Technologies.Azure.Functions.Extensions.KeyVault

Provides an input binding for Azure Functions v2 to get keys and get/set secrets from Azure Key Vault

Microsoft.Azure.WebJobs.Extensions.BotFramework

This package contains the runtime assemblies for adding BotFramework extension to Microsoft.Azure.WebJobs.Extensions. For more information please visit https://dev.botframework.com/

GitHub repositories (14)

Showing the top 14 popular GitHub repositories that depend on Microsoft.Azure.WebJobs.Core:

Repository Stars
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
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.
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
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
aspnet/AspNetWebHooks
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
microsoft/sql-data-warehouse-samples
Snippets and samples for Azure SQL Data Warehouse
Azure/azure-webjobs-sdk-samples
Microsoft Azure WebJobs SDK Samples
SharePoint/PnP-Partner-Pack
PnP Partner Pack has been archived. Please see SharePoint Starter Kit solution as replacement!
bmaluijb/CloudDesignPatterns
Welcome to the GitHub repository of the cloud design patterns. This repository contains the examples for the Pluralsight course series: Cloud Design Patterns for Azure. You can download a copy and follow along in the course.
Version Downloads Last Updated
3.0.47 26,221 6/4/2026
3.0.46 72,482 5/12/2026
3.0.45 870,797 2/17/2026
3.0.44 775,937 12/8/2025
3.0.43 244,650 11/21/2025
3.0.42 1,821,480 9/8/2025
3.0.41 11,088,659 7/12/2024
3.0.39 12,680,769 10/18/2023
3.0.37 53,460,672 4/4/2023
3.0.36 8,238,840 2/2/2023
3.0.35 94,340 2/1/2023
3.0.33 22,010,121 5/9/2022
3.0.32 104,470,989 4/15/2022
3.0.31 12,097,720 1/12/2022
3.0.30 12,167,634 9/17/2021
3.0.29 193,183 9/10/2021
3.0.27 4,850,037 3/22/2021
3.0.25 10,278,952 1/13/2021
3.0.23 45,704,328 11/4/2020
3.0.22 10,816,939 9/30/2020
Loading failed