Skip to content
Discussion options

You must be logged in to vote

The simplest way to do this is to use query the Application Insights logs emitted by the orchestration, as shown here: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-diagnostics?tabs=csharp#application-insights. The documentation shows a few example KQL queries you can use for this.

However, this might not be exactly what you're asking. For example, if you're trying to do end-to-end correlation, we have a feature for it, but it's not 100% complete yet. You can find more information, including a sample, here: https://github.com/Azure/azure-functions-durable-extension/tree/dev/samples/correlation-csharp#readme

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cgillum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants