Azure WebJob Deploy Error ManagementCertificatePath

大憨熊 提交于 2019-12-12 14:40:21

问题


I'm trying to deploy 2 WebJobs; 1 continuous and 1 scheduled. Part way through the deployment, the following errors happen:

Error 1 The "ManagementCertificatePath" parameter is not supported by the "CreateScheduledWebJob" task. Verify the parameter exists on the task, and it is a settable public instance property.

Error 2 The "CreateScheduledWebJob" task could not be initialized with its input parameters.

Any ideas how to fix this?

Update: I've updated all the NuGet packages and came across 2 Microsoft WebJobs Publish projects. Versions 1.0.0 and 1.0.1.

The 1.0.0 is on the Website project and the 1.0.1 is on the 2 WebJob projects. Neither report needing updates have different descriptions?!?


回答1:


I had the same issue - I'm not sure what helped, but I installed Update 4 for VS2013, installed the newest Azure Tools, deleted the existing Scheduler and WebJob and redeploy everything within VS and it wored.



来源:https://stackoverflow.com/questions/26277009/azure-webjob-deploy-error-managementcertificatepath

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