Deploy Azure WebJob using VSTS
I'm having some issues deploying an Azure WebJob using Visual Studio Team Services (VSTS). The WebJob seems to be deployed successfully but it breaks the Azure website that is hosted in the same App Service! I don't have this problem if I deploy using VS2013. This is my build task that generates the WebJob deployment package: And this is my deployment task: There are no errors when I deploy the Azure WebJob. If I go to the Azure Portal I see the WebJob is there, and it runs successfully. WebJob files are copied into the wwwroot\App_Data\jobs\triggered\RemoveExpiredDids folder as expected, but