DP-203 • Practice Test 2 — 25 Questions
Free DP-203 practice test 2 — 25 questions with explanations. No signup required.
You are analyzing the exhibit from an Azure Monitor metric query for a storage account. What is the primary purpose of this query?
Refer to the exhibit.
```json
{
"metric": "BlobCount",
"aggregation": "Average",
"timeGrain": "PT1H",
"filter": {
"dimension": "BlobType",
"operator": "equals",
"values": ["BlockBlob"]
}
}
```