Separate schedules for Azure webjob functions?
问题 Is it possible to set up separate schedules for individual non-triggered functions in an Azure webjob? I ask because I have half a dozen individual tasks I'd like to run at different times of the day and at different intervals and don't want to create a separate project for each. 回答1: Yes you can using the TimerTriggerAttribute Azure WebJobs SDK Extensions nuget download page Here is a sample code: public class Program { static void Main(string[] args) { JobHostConfiguration config = new