Microsoft.Azure.WebJobs.Host.Storage 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();
}
}
Showing the top 20 packages that depend on Microsoft.Azure.WebJobs.Host.Storage.
Packages | Downloads |
---|---|
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
3 |
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
4 |
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
5 |
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
6 |
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
|
7 |
.NET Standard 2.0
- Microsoft.Azure.WebJobs (>= 3.0.41)
- Azure.Storage.Blobs (>= 12.19.1)
- Microsoft.Extensions.Azure (>= 1.7.1)
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 4 | 22.09.2024 |
5.0.0 | 3 | 24.09.2024 |
5.0.0-beta.1 | 3 | 24.09.2024 |
4.1.0 | 4 | 22.09.2024 |
4.0.4 | 5 | 22.09.2024 |
4.0.1 | 4 | 22.09.2024 |
3.0.14 | 8 | 31.05.2024 |
3.0.13 | 4 | 22.09.2024 |
3.0.8 | 3 | 24.09.2024 |
3.0.6 | 4 | 24.09.2024 |
3.0.5 | 7 | 22.09.2024 |
3.0.4 | 5 | 22.09.2024 |
3.0.3 | 5 | 22.09.2024 |
3.0.2 | 4 | 22.09.2024 |
3.0.1 | 3 | 24.09.2024 |
3.0.0 | 3 | 22.09.2024 |
3.0.0-rc1 | 3 | 22.09.2024 |
3.0.0-beta8 | 5 | 22.09.2024 |