serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 161 forks source link

Event Grid Bindings #521

Open heythisispaul opened 3 years ago

heythisispaul commented 3 years ago

This is a Feature Proposal

Support for Event Grid bindings.

Description

Ideally users should be able to follow the directions for the 'Other bindings' docs and create functions that use Event Grid in their bindings. Currently, in version 2.1.0 when attempting to create these bindings by declaring an eventGrid event in the serverless.yml the following error occurs:

Error: Binding  eventGridTrigger not supported

This appears to be because there is no matching binding in the bindings array in the local JSON file.

Is there a reason this can't/shouldn't be supported? Or am I just doing it wrong? This would be a really helpful feature to have and am happy to help if there's no reason not to support it.

Thanks!

Similar or dependent issues:

amit12cool commented 2 years ago

@sls-az-func Any update on this?