microsoft / vscode-azurefunctions

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

Improve discoverability of `Execute Function` path, particularly for EventGrid-based blob trigger functions #4030

Open hossam-nasr opened 6 months ago

hossam-nasr commented 6 months ago

During demo, it was pointed out that the path to the "Execute Function" command might not be very discoverable. This is especially important for EventGrid-based blob trigger functions, where currently the function is not triggered automatically when a blob is created or updated (#4028). As such, the user may find it hard to know how to trigger and test their function. Creating this issue to track the discoverability question for this command.