Forum Discussion
Keren_1
Feb 17, 2021Copper Contributor
Azure function not launched
Scenario: - a user is connecting to a webapp - he uploads an excel file gathering a list of videos to analyse - this webapp transfers this exccel file into an azure blob - this transfer must laun...
Feb 17, 2021
Hi Keren_1,
I'm Mouad, and I'm glad to be able to help you!
the reasons why the function is not executing is more about the trigger configuration, the first thing is to take a look to the function's logs, also I recommend you to share the function's triggers config and its method signature you use.
Best Regards.