Recent Posts

10 minute read

Customising HttpClient Logging

6 minute read

In Integration development, having sufficient logs is key to being able to debug issues. .NET has the well-established ILogger pattern which is available by ...

Azure Function Polling Resiliency

1 minute read

Polling is a common integration pattern for extracting data from one system to integrate it into another. Azure Functions makes implementing the scheduling i...

Restore Isolated Durable Function Tuple Support

2 minute read

With the release of Azure Functions on .NET 8 and feature parity of the in-process to the isolated model, I’ve started to migrate existing in-process functio...