Can I easily stop/start Azure Webjobs without going through the UI or FTP?
问题 The Azure management interface is abhorrently slow to load up the web jobs list, and the new portal just times out and fails 95% of the time. We have a lot of WebApps (often deployed per region) in Azure running web jobs. It's extremely cumbersome and slow to have to go through the UI to do all this. I know that the Kudu API offers start/stop mechanisms for web jobs and you can just drop a file called 'disable.job' in the job folder to stop it, but these all require going through the