Visual Studio 2015 Publish WebJobs Issue

后端 未结 4 1738
独厮守ぢ
独厮守ぢ 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 20:09

    When deploying for Visual Studio, check the Output Window. You should see that it builds your project, and then it will seem to have finished. About 30-90 seconds later, you will see any errors that may occur with the scheduling part of the deployment. You will also see them in the "Azure App Service Activity" window, which will give you a full log of the deployment.

    As there's quite a delay where nothing seems to be happening while it deploys, it's easy to miss any error message that may occur. If you see an error, post it here and we can debug further. Thanks.

提交回复
热议问题