Back

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:
NrExercise
0Prerequisites
1Introduction to Azure Durable Functions
2Creating a Function App project for a Durable Function
3Implementing a "Real-World" Scenario
4Retries - Dealing with Temporal Errors
5Circuit Breaker - Dealing with Timeouts
6Homework