4

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 ?

reverse
  • 340
  • 2
  • 13

1 Answers1

1

Can you make sure in Function setting RunOnStartup to false.

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396