Azure Durable Functions has now support for Tags - IDictionary<string, string>.
They can be specified on create of an activity TaskOptions or orchestrator StartOrchestrationOptions. Their intention is to store log correlation context.
Can they please be added to the Durable Function Monitor for troubleshooting & tracking?
Azure Durable Functions has now support for
Tags-IDictionary<string, string>.They can be specified on create of an activity
TaskOptionsor orchestratorStartOrchestrationOptions. Their intention is to store log correlation context.Can they please be added to the Durable Function Monitor for troubleshooting & tracking?