Stopping an Azure WebJob
Turns out that just stopping an app service with web jobs in it, doesn’t actually stop them. Counter intuitive right?
Instead, one way to turn off the webjobs completely is by adding an app setting to the app service called WEBJOBS_STOPPED and settin...
gaunacode.com1 min read