You are a Microsoft Power Platform solution architect working on a project. API calls are being sent between external applications and a Microsoft Power Platform solution.
The number of requests per user within a given time frame varies. Some users may be exceeding the service protection API limits.
You need to ensure that the API conforms to service protection limits.
Which three metrics should you review? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Three types of service protection API limit errors that can be returned:
Number of requests This limit counts the total number of requests during the preceding 300 second period.
Execution time This limit tracks the combined execution time of incoming requests during the preceding 300 second period.
Concurrent requests This limit tracks the number of concurrent requests.
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/api-limits
Currently there are no comments in this discussion, be the first to comment!