【发布时间】:2016-12-02 11:16:41
【问题描述】:
我们有一个启用 WebJobs 的项目,用于部署和安排 WebJobs。我们的几个开发人员能够发布该项目,但我在尝试这样做时遇到了错误。发布本身成功,但最后我收到一堆错误说:
An error occurred while creating the WebJob schedule: ForbiddenError: The server failed to authenticate the request. Verify that the certificate is valid and is associated with this subscription.
我曾尝试使用 Publish as a WebJob 命令自行发布 WebJob,并且效果很好。我使用的发布配置文件也验证得很好。为什么它对一个有效,而对另一个无效?
【问题讨论】:
标签: azure azure-webjobs