filmov
tv
Azure Functions (Timer Trigger) How to create the azure function Part 02
Показать описание
A timer trigger lets you run a function on a schedule.
The TimerTriggerAttribute constructor takes a CRON expression or a TimeSpan. You can use TimeSpan only if the function app is running on an App Service plan.
I have shared the details with code reference in the bellow link incase if you need.
The TimerTriggerAttribute constructor takes a CRON expression or a TimeSpan. You can use TimeSpan only if the function app is running on an App Service plan.
I have shared the details with code reference in the bellow link incase if you need.