Search code examples
azureazure-webjobswebjob

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


Is there a way to programmatically access Azure continuous webjob function invocations? enter image description here


Solution

  • Not quite yet, but it's on the way.
    We're exposing some logging APIs (preview at https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs.Logging/ILogReader.cs ) for this.

    This is being tracked by this issue: https://github.com/Azure/azure-webjobs-sdk/issues/880