Do you want to execute an Azure Function every time a file is uploaded to your blob storage container? There are TWO different ways to do that: Blob Storage Triggers and Event Grid Triggers. In this video, we'll explore the important difference between the two, and when you should use one over the other.
The source code for the Azure Functions in this video can be found here:
https://github.com/jaspecla/TriggerCo...
And here is the source code for the React SingalR client:
https://github.com/jaspecla/trigger-c...