I have the source code hosted in a TFS 2012 on premise installation. When I try to publish my Azure WebJob to Azure from Visual Studio 2015, I get the following error.
Error : An error occurred while creating the WebJob schedule: Response status code does not indicate success: 409 (Conflict).
The WebJob does get created under the web application, but it is set to On Demand rather than scheduled.
When I open Fiddler to try to troubleshoot this issue, I get the following error.
Error ERROR_CONNECTION_TERMINATED: Web deployment task failed. (Web Deploy experienced a connection problem with the server and had to terminate the connection. Contact your server administrator if the problem persists. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_CONNECTION_TERMINATED.)
How can I publish my scheduled WebJob to Azure? Or at least get more specific errors?