We have a webapp deployed with a production slot and a development slot, for both we've created several webjobs (both continuous and scheduled) and we want to deploy them manually (without being linked to the webapp deploy) so the process we follow for deployment is:
1 -> Deploy WebApp
2 -> For each WebJob: Right Click on the project + Deploy as Azure WebJob + Select proper slot + Publish
We are able to publish for the production slot without any problems, but when it comes to the development slot the following error shows up over and over again:
C:[...]\packages\Microsoft.Web.WebJobs.Publish.1.0.6\tools\webjobs.console.targets(110,5): Error : An error occurred while creating the WebJob schedule: No website could be found which matches the WebSiteName [slot__test] and WebSiteUrl [http://slot-test.azurewebsites.net] supplied
As additional info, we are using Visual Studio Pro 2013 Update 5 and Azure SDK 2.7
Edit: This error is still happening with version 1.0.10