I have a blob trigger for a new folder on an existing blob container but I've created a new folder that will trigger the blob.
The blob trigger works fine on a local storage emulator but when I deploy to a function app on azure it does not work for the new folder. If I point the blob trigger to an existing folder on that blob container it works fine but any new folder I am trying to create doesnt work.
