Share via

Retry API request using Azure Event Grid Or API management?

DevBuster007 186 Reputation points
2021-01-18T17:53:37.797+00:00

I am designing API's and using azure API management. My system is hitting external API's to get response.
My requirement is :

  • If request times out i.e if we i don't receive any response lets say in 15 secs. Retry and again call the API to get response.

Please let me know should i use APIM Or Event grid for this retry operation?

Azure API Management
Azure API Management

An Azure service that provides a hybrid, multi-cloud management platform for APIs.

Azure Event Grid
Azure Event Grid

An Azure event routing service designed for high availability, consistent performance, and dynamic scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2021-01-19T10:31:02.943+00:00

    Hi @DevBuster007

    Please correct me if my understanding is wrong, you are already using APIM and want to retry the backend API call. In this case, I will suggest you to leverage the retry advance policy as you are already using the APIM.
    Event Grid allows you to easily build applications with event-based architectures where you work with events (notification of a condition or a state change)

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

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