Azure Functions (Timer Trigger) How to create the azure function Part 02

preview_player
Показать описание
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.
Рекомендации по теме