© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
R. Sawhney, K. ChanumoluBeginning Azure Functions https://doi.org/10.1007/978-1-4842-9203-7_5

5. Azure Durable Functions

Rahul Sawhney1   and Kalyan Chanumolu1
(1)
Hyderabad, India
 
Over the course of this chapter, we will cover the following durable function topics.
  • Overview

  • Bindings

  • Performance and scale

  • Creating through the Azure portal

  • Disaster recovery and geodistribution

Overview of Durable Functions

Durable Functions is an extension to Azure Functions that helps you build reliable, stateful apps in a serverless environment and define workflows in your code. The Azure Functions platform manages checkpoints, states, and restarts for you.

Durable Functions uses ...

Get Beginning Azure Functions: Building Scalable and Serverless Apps 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.