How to prevent Azure webjobs from being swapped in Azure website production <--> staging slots
问题 I have an Azure website with a production and staging slot with multiple instances. I run several Azure webjobs on the site, some of which are triggered others that are continuous. I understand triggered webjobs will only run once on one instance. My current setup is: Production site has no deployment other than swapping from staging Staging website is setup to continuous deployment from bitbucket Webjobs are deployed from within VS to production slot using "publish to Azure" (since AFAIK