This sample demonstrates a data pipeline built with Azure Durable Functions: it reads questions from a blob, routes them to an Azure OpenAI chat model for processing, and then stores the model's output as documents in Azure Cosmos DB. -
View it on GitHub