Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Functions extension compatibility #3

Open
thomas-rabiller-azimut opened this issue Oct 25, 2017 · 2 comments
Open

Azure Functions extension compatibility #3

thomas-rabiller-azimut opened this issue Oct 25, 2017 · 2 comments

Comments

@thomas-rabiller-azimut
Copy link

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?

@mishakogan
Copy link

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

@ealsur
Copy link
Owner

ealsur commented Feb 14, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants