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 launch an azure function which orchestrate as an analysis thanks to azure batch
Issue:
I encountered a dysfunctionnement in the pipeline: nothing happens when the file is transferred into the blob
May someone can help me?
Thank you a lot
- mouadcherkaouiBrass Contributor
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.