Durable Functions are extensions of the Azure Functions you saw in the previous chapters, so it is important that you are familiar with topics such as triggers, bindings, and the function life cycle.
This chapter also contains a lot of C# code, so it is important that you are familiar with C# and object-oriented programming.
You can find the source code for this chapter here: https://github.com/PacktPublishing/Mastering-Azure-Serverless-Computing/tree/master/Chapter08.