Microsoft docs say Durable Functions is a extension of Azure Functions.
Does that mean Durable Functions can be hosted in all the places an Azure Function can be hosted?
EDIT : Does it support to be deployed on any hosting option that Azure Functions could be deployed on?? Like Consumption, Premium , Dedicated and ASE ?
According to the documentation for Durable Functions:
Durable Functions is designed to work with all Azure Functions programming languages but may have different minimum requirements for each language. The following table shows the minimum supported app configurations:
You can deploy Durable Function App to different plans:
For Consumption Plan you should take into consideration the way how the Orchestrator function is billed:
Extra considerations:
It's all in the official docs. Just google: "Durable Functions"