Azure – Durable Functions could reduce my time execution?
I can execute a process "x" in parallel using Azure Functions Durable Fan In/Fan Out. If I divide my unique process "x" in multiple process using this concept, can I reduce the execution time for the function?