Azure – Make durable functions to return failure – when activity is failing
I'm facing an issue with my Azure Function App that's triggered by a pipeline. Initially, my function app would always return a success code, even if one of its activities failed. To fix this, I modified the code to check…