I am working on an Azure Functions app in Visual Studio 2022. I have two functions that use EventGridTrigger and am expecting a blob notification when an item is added/changed to blob storage.
I have the Azurite storage emulator running and can upload a file, I am trying to work out if it is possible to have it trigger an event (file added/updated etc.)
I have the AzureEventGridSimulator configured - however, it is looking like I may have to manually trigger an event.
Does anyone know if Azurite can be used fire event grid events?
Regards Andy