microsoft / vscode-azurefunctions

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

Display a warning after deploying a blob trigger to a flex consumption app #4138

Closed nturinski closed 1 month ago

nturinski commented 1 month ago

For Azure Storage Blob Triggers (Using Event Grid) to work on a live Function App, there are further steps that need to be done.

You can read about that here: https://aka.ms/learnMoreEventGridSubscription

This is just an interim solution, but basically we want to let users know about the next steps whenever they deploy a blobTrigger to a flex app.