You need to reduce the number of Azure consumption API calls for User2. Which markup segment should you use? A. B. C. D. Suggested Answer: C Scenario: User2 reports that Azure consumption for API calls has increased significantly to 100 calls per minute in the last month. Example: In the following example, the rate limit of 10 calls per 60 seconds is keyed by the caller IP address. After each policy execution, the remaining calls allowed in the time period are stored in the variable remainingCallsPerIP.Note: The rate-limit-by-key policy prevents API usage spikes on a per key basis by limiting the call rate to a specified number per a specified time period. The key can have an arbitrary string value and is typically provided using a policy expression. Optional increment condition can be added to specify which requests should be counted towards the limit. When this call rate is exceeded, the caller receives a 429 Too Many Requests response status code. Incorrect Answers: A: With renewal-period="30" 200 calls/minute would be allowed. B: This would increase the calls/minute limit to 1000. Reference: https://docs.microsoft.com/en-us/azure/api-management/api-management-access-restriction-policies This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer