![]() |
VOOZH | about |
dotnet add package Microsoft.Azure.WebJobs.Host.Storage --version 5.0.2
NuGet\Install-Package Microsoft.Azure.WebJobs.Host.Storage -Version 5.0.2
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.2" />
<PackageVersion Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.2" />Directory.Packages.props
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" />Project file
paket add Microsoft.Azure.WebJobs.Host.Storage --version 5.0.2
#r "nuget: Microsoft.Azure.WebJobs.Host.Storage, 5.0.2"
#:package Microsoft.Azure.WebJobs.Host.Storage@5.0.2
#addin nuget:?package=Microsoft.Azure.WebJobs.Host.Storage&version=5.0.2Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.WebJobs.Host.Storage&version=5.0.2Install as a Cake Tool
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.
The main types exposed by this package are host builder extension methods to IWebJobsBuilder, provided by the following Types:
RuntimeStorageWebJobsBuilderExtensionsStorageServiceCollectionExtensionsStorageServiceCollectionExtensionsThe below example demonstrates the registration of Azure Storage services via the AddAzureStorageCoreServices builder method.
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.Host.Storage:
| Package | Downloads |
|---|---|
|
Microsoft.Azure.WebJobs.Extensions.Timers.Storage
This package contains Azure Storage-based service implementations for Timers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources. |
|
|
Microsoft.Azure.WebJobs.Host.TestCommon
This package contains helpers and Types useful for WebJobs SDK testing. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
|
Adriva.Worker.Core
Adriva .NET Core Worker |
|
|
Rocket.Surgery.Hosting.Functions
Adds helpers to easily bootstrap into a webjobs or azure functions application by just using the correct extension method. This adds additional configuration, logging and service injections by convention. |
|
|
WebJobs.Extensions
Microsoft Azure WebJobs AzureFunctions |
Showing the top 8 popular GitHub repositories that depend on Microsoft.Azure.WebJobs.Host.Storage:
| Repository | Stars |
|---|---|
|
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
|
|
|
OfficeDev/microsoft-teams-apps-company-communicator
Company Communicator app template
|
|
|
Azure/azure-webjobs-sdk-extensions
Azure WebJobs SDK Extensions
|
|
|
aspnet/MicrosoftConfigurationBuilders
Microsoft.Configuration.Builders
|
|
|
Azure/azure-functions-sql-extension
Azure SQL bindings for Azure Functions ⚡️ supports Azure SQL Database, Azure SQL Managed Instance, and SQL Server 2016+
|
|
|
Particular/docs.particular.net
All content for ParticularDocs
|
|
|
MerrionComputing/EventsSourcing-on-Azure-Functions
A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.2 | 362,341 | 11/21/2025 |
| 5.0.1 | 1,995,450 | 7/12/2024 |
| 5.0.0 | 2,465,275 | 4/4/2023 |
| 5.0.0-beta.1 | 138,928 | 1/21/2022 |
| 4.1.0 | 1,894,837 | 7/29/2022 |
| 4.0.4 | 796,326 | 9/17/2021 |
| 4.0.1 | 12,698,023 | 8/12/2020 |
| 3.0.14 | 136,450,941 | 10/16/2019 |
| 3.0.13 | 1,771,269 | 9/20/2019 |
| 3.0.8 | 203,853 | 5/3/2019 |
| 3.0.6 | 270,924 | 3/29/2019 |
| 3.0.5 | 44,791 | 3/7/2019 |
| 3.0.4 | 149,897 | 1/25/2019 |
| 3.0.3 | 131,551 | 12/5/2018 |
| 3.0.2 | 2,874,151 | 11/9/2018 |
| 3.0.1 | 51,979 | 10/17/2018 |
| 3.0.0 | 23,607,370 | 9/19/2018 |
| 3.0.0-rc1 | 55,690 | 9/14/2018 |
| 3.0.0-beta8 | 176,793 | 8/30/2018 |