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