azure-functions-powershell-worker icon indicating copy to clipboard operation
azure-functions-powershell-worker copied to clipboard

Can't trace orchestrator function execution in AI logs - customDimensions.prop__instanceId always null

Open kwill-MSFT opened this issue 4 years ago • 0 comments

I am trying to use https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-diagnostics?tabs=csharp to trace my Powershell durable functions, but the instanceId is always* null so these queries don’t work, and it is extremely difficult to trace a full orchestration execution.

  • instanceId does seem to be populated when an activity function exceeds the 10 minute timeout period.

kwill-MSFT avatar Aug 16 '21 19:08 kwill-MSFT