logging
logging
Logging and tracing with Azure Durable Functions
Durable functions are awesome... this post shows how to see what happened end-to-end in a durable function instance.
Read moreLogging to Application Insights from Azure App Service WebJobs
When updating a few Azure WebJobs to a new version of the WebJobs SDK, I had to rewrite the way they logged data. This led to a few lessons learned, which I'm happy to share for anyone who is working with the same tools.
Read more