Publish as Azure WebJob not working in VS 2013

為{幸葍}努か 提交于 2019-12-01 22:36:00

Expand Properties in the solution explorer... and make sure you have a file called "webjob-publish-settings" with the json content:

{
  "$schema": "http://schemastore.org/schemas/json/webjob-publish-settings.json",
  "webJobName": "[put the name of your webjob here]",
  "startTime": null,
  "endTime": null,
  "jobRecurrenceFrequency": null,
  "interval": null,
  "runMode": "Continuous"
}

Installing azure sdk2.5 or above should solve this problem: http://azure.microsoft.com/en-us/downloads/archive-net-downloads/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!