We have a Azure Function which processes a huge file. We noticed that it is running second time on its own.
Is there any configuration\setting where we can disable this behavior ?
We have a Azure Function which processes a huge file. We noticed that it is running second time on its own.
Is there any configuration\setting where we can disable this behavior ?
Can you make sure in Function setting RunOnStartup
to false
.