I'm deploying Webjob with automate deployment in Azure portal in staging slot, but the problem is this webjob is running directly after deployment and it might cause a confusion between the main slot webjob and the staging one.
Is there a way to deploy the webjob without running it unless I start it and swap slots?