microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 134 forks source link

EventGridTrigger not supported? #1747

Open jubueche opened 4 years ago

jubueche commented 4 years ago

Hi, I tried to create a trigger function responding to EventGrid events, but it seems there is not a template for it in the current VS code extension. I am using Ubuntu 18.10 and downloaded the extension roughly two weeks ago. This indicates that standard Visual Studio has this functionality. So is this only possible on Windows?

ejizba commented 4 years ago

We had a few issues for this already, not entirely sure why they were closed: https://github.com/microsoft/vscode-azurefunctions/issues/792 and https://github.com/Azure/azure-functions-templates/issues/803

Filed a new issue on the templates repo: https://github.com/Azure/azure-functions-templates/issues/915

jubueche commented 4 years ago

Is this supported in standard Visual Studio?

jubueche commented 4 years ago

Any news on this? We would like to start working on our EventGrid triggered function not coding from Azure portal.

ejizba commented 4 years ago

Currently waiting on the upstream issue