Azure has come up with a new way of handling statefulness in serverless architecture, along with other features, such as durability and reliability, in the form of Durable Functions. This is available as an extension of Azure Functions. In this chapter, we will start learning about Durable Functions.
Configuring Durable Functions in the Azure Management portal
Getting ready
Create a new function app if you haven't created one already. Ensure that the runtime version is ~2 in the Application settings, as shown in the following screenshot:
How to do it...
Perform the...