The WebJobs/Azure Functions trigger providing batches of Azure Storage Queues' messages directly to your function.
Info
Version: | 1.2.0 |
Author(s): | Szymon Kulec @Scooletz |
Last Update: | Tuesday, May 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Scooletz/QueueBatch |
NuGet Url: | https://www.nuget.org/packages/QueueBatch |
Install
Install-Package QueueBatch
dotnet add package QueueBatch
paket add QueueBatch
QueueBatch Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.WebJobs.Extensions(>= 3.0.0)
- System.Memory(>= 4.5.1)
- System.Net.Http(>= 4.3.3)
- WindowsAzure.Storage(>= 9.3.1)
Tags