The post shows some of the possibilities to monitor Azure Durable Functions and how diagnostic APIs could be implemented.

Diagnostic APIs

Azure Functions could be used to add APIs which can request the status of the different orchestration instances or even complete lists of flows using the Azure Durable Function APIs.

The IDurableOrchestrationClient provides different APIs for displaying the state of the different orchestrations. The GetStatusAsync method can be used to return the actual status of a single orchestration instance. The status can be returned with the history if required.

#.net core #asp.net core #azure #devops

Azure Durable Functions Monitoring and Diagnostics
3.70 GEEK