WebJobs.Extensions.GroupQueueTrigger
WebJobs.Extensions.GroupQueueTrigger copied to clipboard
Extension for Azure Webjobs SDK that returns groups of messages of an Azure Queue
Results
1
WebJobs.Extensions.GroupQueueTrigger issues
Sort by
recently updated
recently updated
newest added
With the [support in Azure functions for extensions](https://blogs.msdn.microsoft.com/appserviceteam/2017/10/10/durable-functions-and-bindings-extensibility-preview-announcement/?utm_source=t.co&utm_medium=referral) starting with runtime 2.0 but still no planned implementation of a batch trigger for azure queues (see [this thread](https://github.com/Azure/azure-webjobs-sdk/issues/1024)), I was hoping...