Order manager sample

In this section, we'll look at a simple order manager application implemented using Durable Functions.

You can find the code at https://github.com/PacktPublishing/Mastering-Azure-Serverless-Computing/tree/master/Chapter08.

The application has these requirements:

The following diagram shows the architecture of the solutions in terms of the functions involved:

In the following sections, you will understand how to implement every single scenario.