Configuring Durable Functions in the Azure Management portal
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.
Getting ready
Create a new function app named MyDurableFunction
.
How to do it...
- Download the Durable Function extension from https://azure.github.io/azure-functions-durable-extension/articles/overview.html. It has all the libraries related to the Durable Functions extension.
Note
Currently, you need to configure these libraries manually. In the near future, Microsoft is planning to release a NuGet Package for a smooth installation experience.
- Click on the
Advanced tools (Kudu)
link available in thePlatform Settings
tab underDevelopment Tools
section of your function app...