WebJobs.Extensions.GroupQueueTrigger icon indicating copy to clipboard operation
WebJobs.Extensions.GroupQueueTrigger copied to clipboard

Azure Functions extension compatibility

Open thomas-rabiller-azimut opened this issue 7 years ago • 2 comments

With the support in Azure functions for extensions starting with runtime 2.0 but still no planned implementation of a batch trigger for azure queues (see this thread), I was hoping to use the GroupQueueTrigger in a function project but failed to make the Azure Functions runtime detect the methods decorated with the [GroupQueueTrigger] attribute.

Is it compatible in its current state with this scenario or only with WebJobs? Does it require any additional tooling or dependencies to be used in function apps?

thomas-rabiller-azimut avatar Oct 25 '17 13:10 thomas-rabiller-azimut

I have the same exact issue. I need to subscribe to a "batch" of queue messages instead of just one.

mishakogan avatar Dec 04 '17 16:12 mishakogan

Sorry for the delay, somehow lost track of this repo's notifications 😞

This was originally intended just for Webjobs, I'll add it to my backlog, maybe I can actually make it happen at some point depending on my free time (have to read the Functions runtime repo and understand the wiring).

ealsur avatar Feb 14 '18 18:02 ealsur