Starts immediately when the WebJob is created. To keep the job from ending, the program or script typically does its work inside an endless loop. If the job does end, you can restart it.
Continuous
Runs on all instances that the web app runs on. You can optionally restrict the WebJob to a single instance.
Continuous
Supports remote debugging
Continuous
Starts only when triggered manually or on a schedule.
Triggered
Runs on a single instance that Azure selects for load balancing.
Triggered
Doesn’t support remote debugging.
Triggered