DEV Community

Marc Duiker
Marc Duiker

Posted on • Originally published at blog.marcduiker.nl on

Azure Functions University - Durable Functions Introduction & Chaining (TypeScript)

Durable Functions Lesson 1 TypeScript

Hi serverless friends, we have a new Azure Functions University lesson for you! In this lesson we will learn how to use Durable Functions in Azure Functions written in TypeScript.

Lesson

You can find the lesson on GitHub: Durable Functions - Introduction & Chaining (TypeScript).

And you can watch the video on YouTube:

The lesson consists of the following exercises:

Nr Exercise
0 Prerequisites
1 Introduction to Azure Durable Functions
2 Creating a Function App project for a Durable Function
3 Implementing a “Real-World” Scenario
4 Retries - Dealing with Temporal Errors
5 Circuit Breaker - Dealing with Timeouts
6 Homework

Top comments (0)