AZ-204 · Question #18
Case Study 4 - Best for You Organics Background Best for You Organics Company is a global restaurant franchise that has multiple locations. The company wants to enhance user experiences and vendor…
The correct answer is A. Yes. If a vendor is nearing the number of calls or bandwidth limit, the API must trigger email notifications to the vendor. (API usage must not exceed 5,000 calls and 50,000 kilobytes of bandwidth per hour per vendor.) In Azure API Management (APIM), policies are a powerful…
Question
Options
- AYes
- BNo
How the community answered
(33 responses)- A79% (26)
- B21% (7)
Explanation
If a vendor is nearing the number of calls or bandwidth limit, the API must trigger email notifications to the vendor. (API usage must not exceed 5,000 calls and 50,000 kilobytes of bandwidth per hour per vendor.) In Azure API Management (APIM), policies are a powerful capability of the system that allow the publisher to change the behavior of the API through configuration. Policies are a collection of Statements that are executed sequentially on the request or response of an API. Popular Statements include format conversion from XML to JSON and call rate limiting to restrict the amount of incoming calls from a developer. Many more policies are available out of https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-policies
Topics
Community Discussion
No community discussion yet for this question.