无法将 运行 按需 WebJob 添加到 Azure 移动应用程序

Cannot add an Run On Demand WebJob to an Azure Mobile App

在 Azure 移动应用程序文档中有一节解释了如何添加 "Run One Demand" Webjob,但是当我尝试添加一个 Webjob 时,我只能使用 Continuous 和 Scheduled 选项。

这是我所指的文档:Run Background tasks with WebJobs

我在免费价格等级内进行订阅。

关于如何添加 "Run On Demand" Webjob 有什么建议吗?

谢谢,

这比我想象的要容易。该文档已过时。 我需要将 webjob 定义为触发,然后有第二个选项从计划更改为 Webhook。然后webhook就可以按需调用了。