Category: Functions
Using Durable Functions for Fan-Out/Fan-In Pattern
Introduction In serverless computing, parallel processing is essential to handle large workloads efficiently. The fan-out/fan-in pattern represents a popular approach for parallel processing, where it…
Building an Azure Function with Input Binding to Read and Process Excel Files from Azure Blob Storage
Introduction: In this post, we will focus on the Azure Blob Storage trigger, which is a specific type of trigger used in data processing scenarios.…
Getting Started with Azure Durable Functions: An Example of Function Chaining
If you’re looking to build complex workflows in a serverless environment, Azure Durable Functions may be the perfect solution for you. With Durable Functions, you…
Automating API Requests with C# and Azure Functions using HttpTrigger
Introduction: As more and more businesses move towards automation, developers are increasingly required to build systems that automate tasks that would otherwise require manual intervention.…