Skip to content

Commit 38106df

Browse files
committed
fixes3.1
1 parent e61f52f commit 38106df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/rest-api-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Content-Type: application/json
290290
Authorization: Bearer <access token>
291291
```
292292

293-
The following example retrieves the top three APIs, by the number of `Transactions` in descending value order, during a 5-minute range, where the GeoType is `Primary`.
293+
The following example retrieves the top three APIs, by the number of `Transactions` in descending value order, during a 5-minute range, where the `GeoType` dimension has a value of `Primary`.
294294

295295
```curl
296296
curl --location --request GET 'https://management.azure.com/subscriptions/12345678-abcd-98765432-abcdef012345/resourceGroups/azmon-rest-api-walkthrough/providers/Microsoft.Storage/storageAccounts/ContosoStorage/providers/microsoft.insights/metrics \

0 commit comments

Comments
 (0)