No API response

Ledgi 0 Reputation points
2025-04-30T18:08:06.08+00:00

Our CRM system is integrated with Azure API Management and Azure Intelligence services. Since today, our background job system (using Hangfire) has multiple jobs stuck in "Processing" state because Azure is not responding to API requests.

The API endpoints are either timing out or not returning any response, which is causing critical delays in our data processing and business operations.

We need urgent assistance to identify if there is an issue with the API Management service or any dependent Azure components.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,385 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Suwarna S Kale 2,361 Reputation points
    2025-05-01T03:19:26.2266667+00:00

    Hello Ledgi,

    Thank you for posting your question in the Microsoft Q&A forum. 

    When critical API integrations fail, a structured diagnostic approach is essential. First, verify Azure service health to rule out platform-wide outages. Examine API Management logs for latency spikes, throttling, or failed requests that could explain timeouts. Directly test endpoints via Postman to isolate whether issues originate from Hangfire or upstream services. Review Hangfire server logs for HTTP timeout exceptions and ensure proper retry policies are configured. Temporarily bypassing API Management can help determine if it's the bottleneck. If manual troubleshooting reveals no clear cause, escalate to Microsoft Support with correlation IDs and request samples. Implementing circuit breakers in Hangfire jobs may prevent future cascading failures during API disruptions. 

    Temporary Workaround: 

    • Bypass API Management temporarily by calling backend APIs directly (if possible). 
    • Pause new Hangfire jobs to prevent queue buildup while diagnosing. 

    If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated. 

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.