Using Timer Triggers
Learn how to implement a timer trigger in Azure Functions.
A timer trigger is used to execute a function at specific timed intervals. This is how we can turn a function into a scheduled job. We have an example of this in the following interactive playground:
Get hands-on with 1400+ tech skills courses.