あなたはプロジェクトに取り組んでいる Microsoft Power Platform ソリューション アーキテクトです。外部アプリケーションと Microsoft Power Platform ソリューションの間で API 呼び出しが送信されています。 特定の時間枠内のユーザーごとのリクエスト数はさまざまです。一部のユーザーは、サービス保護 API の制限を超えている可能性があります。 API がサービス保護制限に準拠していることを確認する必要があります。 どの 3 つの指標を確認する必要がありますか? 各正解は、ソリューションの一部を示しています。 注: それぞれの正しい選択は 1 ポイントの価値があります。
正解:A,C,E
Explanation Three types of service protection API limit errors that can be returned: Number of requestsThis limit counts the total number of requests during the preceding 300 second period. Execution timeThis limit tracks the combined execution time of incoming requests during the preceding 300 second period. Concurrent requestsThis limit tracks the number of concurrent requests. Reference: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/api-limits