Why my Azure function app blob trigger is not working when I upload a file?
I have created a blob trigger function app with python.
I also have a blob storage in my storage account.
The settings (local.settings, function.json) seems ok.
After running : func start and uploading a file in the blob nothing is happening.
this is the code: