I have some continuous webjobs 3.0 with QueueTrigger on Azure. I would like to enable the "Run function" and "Replay Function" in Azure Dashboard.
How can I do that?
Thanks
This is a known issue for webjobs 3.x onwards. Check this issue comment and this comment.
So from WebJobs SDK 3.x onwards, AddDashboardLogging()
is obsolete actually it should be removed however looks like thy forget to remove it.
If you insist on this feature, suppose you have to use the webjob 2.x version and I test v2 could implement this feature.