DP-420 · Question #155
DP-420 Question #155: Real Exam Question with Answer & Explanation
The correct answer is C: Total Request Units. To receive an alert when Azure Cosmos DB database requests exceed the provisioned RU/s, you should monitor the 'Total Request Units' metric in Azure Monitor.
Question
You have an Azure Cosmos DB for NoSQL account that has multiple write regions. You need to receive an alert when requests that target the database exceed the available request units per second (RU/s). Which Azure Monitor signal should you use?
Options
- ADocument Quota
- BRegion Removed
- CTotal Request Units
- DDocument Count
Explanation
To receive an alert when Azure Cosmos DB database requests exceed the provisioned RU/s, you should monitor the 'Total Request Units' metric in Azure Monitor.
Common mistakes.
- A.
Document Quotarefers to the maximum number of documents allowed, which is related to storage limits, not real-time request unit consumption. - B.
Region Removedindicates a change in the geographical configuration of the Cosmos DB account, not related to current request unit consumption. - D.
Document Counttracks the number of items stored in a container, which is a storage metric, not a throughput metric.
Concept tested. Azure Cosmos DB monitoring and alerting for throughput
Reference. https://learn.microsoft.com/azure/cosmos-db/monitor-cosmos-db?tabs=azure-portal#metrics
Topics
Community Discussion
No community discussion yet for this question.