Injecting Correlation Identifier with API Management Policy2024, Feb 18 — 3 minute readWith the use of correlation identifiers, we can more easily identify and resolve issues in distributed applications. If you use Azure API…
YouTube Presentation - General-purpose container images are not the future of cloud apps2024, Feb 15 — 1 minute readGreat presentation available on Auckland K8s Meetup channel about General-purpose container images are not the future of cloud apps.
YouTube Presentation - Explore the Container wonders of .NET 82024, Jan 18 — 1 minute readGreat presentation available on Azuretar channel about Explore the Container wonders of .NET 8 at .NET Conf New Zealand.
Ready To Run (R2R) to improve the performance of Azure Functions2024, Jan 11 — 5 minute readHow can ReadyToRun (R2R) improve the performance of Azure Functions? Are there any visible/quantifiable gains by enabling it? What is…
IChatable Podcast - S1 E3 Marcel, Microsoft MVP, Practice Lead2024, Jan 09 — 1 minute readBefore the holiday break, I had the pleasure of being invited to the IChatable Podcast by Mohamed Abdullah, where insightful conversations…
YouTube Presentation - The secrets of configuration files2023, Dec 11 — 1 minute readGreat presentation available on Coding Night NZ channel about The secrets of configuration files.
Docker Images can be generated in dotnet projects without a Dockerfile. Did you know?2023, Nov 03 — 4 minute readDid you know that you can generate Docker Images in dotnet projects? Traditionally we would use a Dockerfile to generate Docker Images, but…
Changing the Azure Function timeout duration. Did you know?2023, Oct 20 — 1 minute readTimeouts are a common issue when working with Azure Functions, specially when you are working with long running processes. The issue This is…
YouTube Presentation - Building robust and resilient applications with Polly2023, Oct 09 — 1 minute readGreat presentation available on Coding Night NZ channel about Building robust and resilient applications with Polly.
Correlation Identifier Pattern with Azure Functions Middleware2023, Sep 22 — 2 minute readIdentifying and resolving issues in distributed applications can pose significant challenges. The strategic utilization of correlation…