Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.53k stars 296 forks source link

Update Managed Identity Samples with Logging #1124

Closed wsugarman closed 4 months ago

wsugarman commented 4 months ago

Slightly refactor the managed identity samples to include diagnostic logging. Also used some newer syntax to (hopefully) simplify the sample code.