
Learn how to build production-ready Kafka streaming data pipelines using Azure Functions. Complete guide covering triggers, bindings, scaling, retry mechanisms, and best practices for event-driven architectures.
23 articles found

Learn how to build production-ready Kafka streaming data pipelines using Azure Functions. Complete guide covering triggers, bindings, scaling, retry mechanisms, and best practices for event-driven architectures.

Ready To Run (R2R) to improve the performance of Azure Functions

Changing the Azure Function timeout duration. Did you know?

Correlation Identifier Pattern with Azure Functions Middleware

Out-Of-Process Azure Functions with Fluent Validation

Azure Functions running in Azure Container Apps with Dapr

Manually trigger timer-triggered Azure Functions. Did you know?

Is the Azure Function response status code always HTTP 200? Did you know?

Azure Functions Triggers and Bindings - Part 2 - Blob storage

Azure Functions Triggers and Bindings - Part 1 - Queue

.NET 7 Out-Of-Process Durable Functions, The beginning - Part 2

.NET 7 Out-Of-Process Durable Functions, The beginning - Part 1

Aggregator Pattern - Part 7 - Azure Durable Functions

Human Interaction - Part 6 - Azure Durable Functions

Monitor Pattern - Part 5 - Azure Durable Functions

Azure Function with Fluent Validation

Async HTTP APIs Pattern - Part 4 - Azure Durable Functions

Fan out/fan in Pattern - Part 3 - Azure Durable Functions

Chaining Pattern - Part 2 - Azure Durable Functions

Major Components in Azure Durable Functions

Integrate KeyVault Secrets with Azure Functions

Comparing .NET In-Process and Isolated (Out-Of-Process) Azure Functions

Microsoft Docs code examples are great for starters, but they are not always Real World examples.