Yes, you can add a global exception handler in Azure Functions (.NET C#), especially using the .NET 8 isolated model — perfect for centralizing logs to Rollbar.
Here’s a step-by-step guide:
Blog: Global Exception Handling in Azure Functions
And a working sample on GitHub:
GitHub - Azure Function Exception Handler Sample