Using Durable Functions in Azure Data Factory - Support for long running processes in Azure Functions
(2020-Oct-14 ) Ok, here is my problem: I have an Azure Data Factory (ADF) workflow that includes an Azure Function call to perform external operations and returns output result, which in return is used further down my ADF pipeline. My ADF workflow …