AZ-204 · Question #514
You have an Azure API Management (APIM) Standard tier instance named APIM1 that uses a managed gateway. You plan to use APIM1 to publish an API named API1 that uses a backend database that supports…
The correct answer is C. rate-limit-by-key. Rate limits are usually used to protect against short and intense volume bursts. For example, if you know your backend service has a bottleneck at its database with a high call volume, you could set a rate-limit-by-key policy to not allow high call volume by using this setting…
Question
Options
- Aip-filter
- Bquota-by-key
- Crate-limit-by-key
- Drate-limit
How the community answered
(46 responses)- A4% (2)
- B7% (3)
- C74% (34)
- D15% (7)
Explanation
Rate limits are usually used to protect against short and intense volume bursts. For example, if you know your backend service has a bottleneck at its database with a high call volume, you could set a rate-limit-by-key policy to not allow high call volume by using this setting. https://learn.microsoft.com/en-us/azure/api-management/api-management-sample-flexible- throttling#rate-limits-and-quotas
Topics
Community Discussion
No community discussion yet for this question.