Microsoft.Azure.WebJobs.Core
1.0.1
This library simplifies the task of adding background processing to your Microsoft Azure Web Sites. The SDK uses Microsoft Azure Storage, triggering a function in your program when items are added to Queues and Blobs. A dashboard provides rich monitoring and diagnostics for the programs that you write by using the SDK. For more information, please visit https://go.microsoft.com/fwlink/?LinkID=320971
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.Azure.WebJobs.Core -Version 1.0.1
dotnet add package Microsoft.Azure.WebJobs.Core --version 1.0.1
<PackageReference Include="Microsoft.Azure.WebJobs.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.WebJobs.Core --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Azure.WebJobs.Core, 1.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.WebJobs.Core as a Cake Addin
#addin nuget:?package=Microsoft.Azure.WebJobs.Core&version=1.0.1
// Install Microsoft.Azure.WebJobs.Core as a Cake Tool
#tool nuget:?package=Microsoft.Azure.WebJobs.Core&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Azure.WebJobs.Core:
| Package | Downloads |
|---|---|
|
Microsoft.Azure.WebJobs
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Host. It also adds rich diagnostics capabilities which makes it easier to monitor the WebJobs in the dashboard. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
|