Microsoft.Azure.WebJobs.Host.Storage
5.0.2
Prefix Reserved
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" />
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" />
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.2
#tool nuget:?package=Microsoft.Azure.WebJobs.Host.Storage&version=5.0.2
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.
Commonly used types
The main types exposed by this package are host builder extension methods to IWebJobsBuilder, provided by the following Types:
RuntimeStorageWebJobsBuilderExtensionsStorageServiceCollectionExtensionsStorageServiceCollectionExtensions
Example usage
The 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 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
- Azure.Storage.Blobs (>= 12.22.1)
- Microsoft.Azure.WebJobs (>= 3.0.43)
- Microsoft.Extensions.Azure (>= 1.7.5)
- System.Text.Json (>= 6.0.11)
NuGet packages (10)
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 |
GitHub repositories (8)
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 | 632,891 | 2025/11/21 |
| 5.0.1 | 2,240,469 | 2024/7/12 |
| 5.0.0 | 2,645,685 | 2023/4/4 |
| 5.0.0-beta.1 | 148,587 | 2022/1/21 |
| 4.1.0 | 2,019,807 | 2022/7/29 |
| 4.0.4 | 805,498 | 2021/9/17 |
| 4.0.1 | 12,957,685 | 2020/8/12 |
| 3.0.14 | 149,023,517 | 2019/10/16 |
| 3.0.13 | 1,785,272 | 2019/9/20 |
| 3.0.8 | 206,342 | 2019/5/3 |
| 3.0.6 | 272,802 | 2019/3/29 |
| 3.0.5 | 44,989 | 2019/3/7 |
| 3.0.4 | 151,096 | 2019/1/25 |
| 3.0.3 | 132,333 | 2018/12/5 |
| 3.0.2 | 2,900,650 | 2018/11/9 |
| 3.0.1 | 52,075 | 2018/10/17 |
| 3.0.0 | 23,742,588 | 2018/9/19 |
| 3.0.0-rc1 | 55,890 | 2018/9/14 |
| 3.0.0-beta8 | 178,623 | 2018/8/30 |