Azure APIM throttle back

suvra jyoti 151 Reputation points
2021-06-28T16:15:29.763+00:00

Hi All,

I would like to know whether Azure API Management has the ability to throttle back rather than deny a request at the gateway. Something like this:

• Zero thru X call per minute – no throttle
• X thru Y calls per minute – queue or delay before routing to the back-end
• Y or above call per minute – respond with error

Thanks,
SuvraJyoti

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,782 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,591 Reputation points Microsoft Employee
    2021-06-29T06:43:29.247+00:00

    @suvra jyoti There is no built-in way to achieve this using APIM. It would be best to implement this in your backend.

    You could leverage features like error handling to handle requests after the initial rate limit differently like forwarding the request to another service that could queue the request and return a URL that can be used to track. This too would require building such a service though.


0 additional answers

Sort by: Most helpful