We are using Azure Functions for some of our ETL processing and have deployed multiple functions (cosmosdb trigger) and http based. Since some of the ETL jobs(triggered by http) take a long time to finish, we are exploring job based approach. It seems durable function will be appropriate. However, it is still in preview.
Does anyone has any idea about the stability of this feature with python runtime and when will it be available as GA ?