Search code examples
azureazure-webjobsazure-webjobs-triggered

Disabling a triggered WebJob in Azure Portal


If I remove the settings.job file from a triggered WebJob folder, will that effectively stop it from running again until I put the settings.job file back?


Solution

  • when removed, default settings will be provided. depending on your trigger type, for instance if cron scheduler, then it won't start up again. best way is to experiment how it behaves yourself.