Search⌘ K

Challenge: Applying Fan-Out and Fan-In Orchestration

Explore how to apply fan-out and fan-in orchestration methods in Azure Durable Functions to improve the efficiency of long-running workflows. Understand how to run ETL activities in parallel and aggregate results effectively in a .NET environment.

Overview

In this challenge, you’ll apply fan-out orchestration in a durable function. You will do so by optimizing the logic in the existing orchestrator.

Requirements

In the setup below, we ...