Running Azure Web job on a timer Running Azure Web job on a timer azure azure

Running Azure Web job on a timer


It will wait until the job is completed. We could get answer from TimerTrigger. The following the snippet from the document.

If your function execution takes longer than the timer interval, another execution won't be triggered until after the current invocation completes. The next execution is scheduled after the current execution completes.