Visual Studio 2015 Publish WebJobs Issue

后端 未结 4 1735
独厮守ぢ
独厮守ぢ 2021-01-04 19:36

Using the right-click, Publish as Azure WebJob... option in VisualStudio 2015, the job is published however the runMode seems to be ignored.

In my file, I have the f

4条回答
  •  既然无缘
    2021-01-04 19:49

    Based off of the error, the issue is that you must be logged into Cloud Explorer within Visual Studio for the job to be scheduled properly.

    The job will still publish if you are not logged in, however it will only be available OnDemand.

提交回复
热议问题