Tagged in

Durable Functions

ASOS Tech Blog
ASOS Tech Blog
A collective effort from ASOS's Tech Team, driven and directed by our writers. Learn about our engineering, our culture, and anything else that's on our mind.
More information
Followers
2.5K
Elsewhere
More, on Medium

Getting started with Durable Functions

Azure Durable Functions are an extension of Azure Functions, and therefore, has additional benefits over a standard function, such as state management, retry activities and being able to easily cancel workflows that are still in progress. However, for someone…