Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Advanced Serverless Architectures with Microsoft Azure

You're reading from   Advanced Serverless Architectures with Microsoft Azure Design complex serverless systems quickly with the scalability and benefits of Azure

Arrow left icon
Product type Paperback
Published in Feb 2019
Publisher Packt
ISBN-13 9781788479127
Length 278 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Daniel Bass Daniel Bass
Author Profile Icon Daniel Bass
Daniel Bass
Arrow right icon
View More author details
Toc

Understanding Azure Durable Functions


Azure Durable Functions can be understood as asynchronous jobs that save their state and switch off while waiting for work to be completed. To understand this concept better, consider a normal Azure Function running a potentially long-running process. If you await the result of this process, you may exceed the 10-minute limit and the Azure Function will be killed by the runtime and lose all data.

An Azure Durable Function, however, will save its state and pick up where it left off when it receives results (hence, it is durable). This is incredibly useful as it saves a lot of "boilerplate" infrastructure that you usually have to create when trying to implement complex workflows in Azure Functions (you would generally have to process a small amount of data and then store it in a queue, whose only real purpose is to trigger the next function).

Another important differentiator to Logic Apps, Data Factory, or AWS Step Functions is that Durable Functions are...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime