Azure Functions - Error Handling in Durable Functions with External API Calls Failing
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-16
azure-functions durable-functions error-handling
I'm implementing a Durable Function in Azure that orchestrates multiple activities, including calls to an external REST API. However, when the API returns a 500...