© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
A. Satapathi, A. MishraHands-on Azure Functions with C#https://doi.org/10.1007/978-1-4842-7122-3_18

18. Introduction to Azure Durable Functions

Ashirwad Satapathi1   and Abhishek Mishra2
(1)
Gajapati, Odisha, India
(2)
Mumbai, Maharashtra, India
 

You may have a scenario where the application logic is broken into smaller chunks, and each chunk of code is hosted in an Azure function. The application consists of a couple of Azure functions that interact with each other and exchange data and state for business processing. You may have to execute the functions in a specific order like a workflow. You need to orchestrate these Azure functions and make sure that the ...

Get Hands-on Azure Functions with C#: Build Function as a Service (FaaS) Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.