Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Azure 上有一些带有 QueueTrigger 的连续 webjobs 3.0。我想在 Azure Dashboard 中启用“运行功能”和“重播功能”。
我怎样才能做到这一点?
谢谢
这是 webjobs 3.x 及更高版本的已知问题。检查这个问题评论和这个评论。
所以从 WebJobs SDK 3.x 开始,AddDashboardLogging()它实际上已经过时了,但它看起来应该被删除,但看起来你忘记删除它了。
AddDashboardLogging()
如果你坚持这个功能,假设你必须使用 webjob 2.x 版本,我测试 v2 可以实现这个功能。