I have a Azure webjob built with dotnet core and it's been deployed to a deployment slot on Azure App Service. I've followed the instructions from: https://blogs.msdn.microsoft.com/azuredev/2018/08/22/webjobs-in-azure-with-net-core-2-1/ in order to publish the webjob in the right folder as well adding the run.cmd to call the dll.
The webjob is being deployed through VSTS. The same way as it's described in the blog post. (under App_Data\jobs\ folder). For some reason, it only dequeue the messages if I deployed to App_Data\jobs\continuous rather than App_Data\jobs\triggered as it was supposed to be. Any Clues?