I want to ensure my Azure WebJob is started by default when I swap between staging and production. Basically I want to avoid swapping my staging Website and having a stopped WebJob finding it's way into production.
I'm aware of applying WEBJOBS_STOPPED = 1
to my staging's app setting (using a sticky slot setup), however I want to ensure the opposite is true for production.
Is there an app setting I can apply?