What is the simplest way to run a timer-triggered Azure Function locally?
We can refer to a cron expression in the app settings:
public static void Run([TimerTrigger("%TimerSchedule%")]TimerInfo myTimer, TraceWriter log)