Microsoft.Azure.WebJobs.Host.Storage
5.0.1
Prefix Reserved
dotnet add package Microsoft.Azure.WebJobs.Host.Storage --version 5.0.1
NuGet\Install-Package Microsoft.Azure.WebJobs.Host.Storage -Version 5.0.1
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
paket add Microsoft.Azure.WebJobs.Host.Storage --version 5.0.1
#r "nuget: Microsoft.Azure.WebJobs.Host.Storage, 5.0.1"
// Install Microsoft.Azure.WebJobs.Host.Storage as a Cake Addin #addin nuget:?package=Microsoft.Azure.WebJobs.Host.Storage&version=5.0.1 // Install Microsoft.Azure.WebJobs.Host.Storage as a Cake Tool #tool nuget:?package=Microsoft.Azure.WebJobs.Host.Storage&version=5.0.1
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:
RuntimeStorageWebJobsBuilderExtensions
StorageServiceCollectionExtensions
StorageServiceCollectionExtensions
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. |
.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.19.1)
- Microsoft.Azure.WebJobs (>= 3.0.41)
- Microsoft.Extensions.Azure (>= 1.7.1)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.WebJobs.Host.Storage:
Package | Downloads |
---|---|
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. |
|
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. |
|
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
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 183,086 | 7/12/2024 |
5.0.0 | 1,554,011 | 4/4/2023 |
5.0.0-beta.1 | 67,562 | 1/21/2022 |
4.1.0 | 1,060,207 | 7/29/2022 |
4.0.4 | 700,621 | 9/17/2021 |
4.0.1 | 10,845,731 | 8/12/2020 |
3.0.14 | 77,393,284 | 10/16/2019 |
3.0.13 | 1,640,784 | 9/20/2019 |
3.0.8 | 155,890 | 5/3/2019 |
3.0.6 | 222,455 | 3/29/2019 |
3.0.5 | 21,331 | 3/7/2019 |
3.0.4 | 124,541 | 1/25/2019 |
3.0.3 | 103,495 | 12/5/2018 |
3.0.2 | 2,646,973 | 11/9/2018 |
3.0.1 | 28,562 | 10/17/2018 |
3.0.0 | 22,790,927 | 9/19/2018 |
3.0.0-rc1 | 53,643 | 9/14/2018 |
3.0.0-beta8 | 167,637 | 8/30/2018 |