Currently, there are no predefined templates available for creating Durable Functions. Hopefully by the time you are reading this chapter, the Azure Management portal will have the ability to create Durable Functions using the default function templates. If you find any template on the portal for creating the Durable Functions, please feel free to skip this recipe.
Configuring Durable Functions in the Azure Management portal
Getting ready
Create a new function app named MyDurableFunction.
How to do it...
- Download the Durable Function extension from https://azure.github...