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.47k stars 287 forks source link

Update Managed Identity Samples with Logging #1124

Closed wsugarman closed 3 days ago

wsugarman commented 5 days ago

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