Open Telemetry Kafka Context Propagator with .NET

3 minute read
In distributed applications, how can we transition Open Telemetry Baggage, Activity Context between applications? Leveraging . They enable…

YouTube Presentation - Unveiling OpenTelemetry on App Insights

1 minute read
Awesome presentation available on Coding Night NZ channel about Unveiling OpenTelemetry on App Insights.

Injecting Correlation Identifier with API Management Policy

3 minute read
With 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 apps

1 minute read
Great 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 8

1 minute read
Great 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 Functions

5 minute read
How 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 Lead

1 minute read
Before 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 files

1 minute read
Great 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?

4 minute read
Did 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?

1 minute read
Timeouts are a common issue when working with Azure Functions, specially when you are working with long running processes. The issue This is…