有没有办法以编程方式访问 Azure 连续 webjob 函数调用?

Is there a way to programmatically access Azure continuous webjob function invocations?

有没有办法以编程方式访问 Azure 连续 webjob 函数调用?

还没有,但正在路上。
我们为此公开了一些日志记录 API(在 https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs.Logging/ILogReader.cs 预览)。

此问题正在跟踪: https://github.com/Azure/azure-webjobs-sdk/issues/880