I have a Git-Enabled ASP.NET WebApp with one associated Azure WebJob. When I deploy this via Visual Studio everything is fine, but this is kinda hard in a Continuous Delivery En
Indeed, the problem is that the scenario is not yet well supported. Specifically, when publishing via git (or GitHub/Bitbucket), the webjob-publish-settings.json
file is ignored.
One workaround is to publish once using VS just to get the scheduler created, and then use git afterwards.
Eventually, this scenario will be solved by using Azure Resource Manager templates that define both the WebSite and the scheduler. Technically, this can be done today, but there is not much documentation out there yet.