Skip to content

Commit 6a87ebc

Browse files
committed
fix comments
1 parent 319cbf7 commit 6a87ebc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/azure-app-configuration/monitor-app-configuration-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: horz-monitor
1313

1414
# Monitoring App Configuration data reference
1515

16-
This article is a reference for the monitoring data collected by App Configuration. See [Monitoring App Configuration](monitor-app-configuration.md) for a walk through on to collect and analyze monitoring data for App Configuration.
16+
This article is a reference for the monitoring data collected by App Configuration. See [Monitoring App Configuration](monitor-app-configuration.md) for how to collect and analyze monitoring data for App Configuration.
1717

1818
## Metrics
1919
Resource Provider and Type: [App Configuration Platform Metrics](../azure-monitor/essentials/metrics-supported.md#microsoftappconfigurationconfigurationstores)
@@ -35,8 +35,8 @@ App Configuration has the following dimensions associated with its metr
3535

3636
| Metric Name | Dimension description |
3737
|-------|-----|
38-
| Http Incoming Request Count | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
39-
| Http Incoming Request Duration | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
38+
| Http Incoming Request Count | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by "AAD" or "HMAC" authentication. |
39+
| Http Incoming Request Duration | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by "AAD" or "HMAC" authentication. |
4040
| Throttled Http Request Count | The **Endpoint** of each request is included as a dimension. |
4141
| Daily Storage Usage | This metric does not have any dimensions. |
4242
| Request Quota Usage | The supported dimensions are the **OperationType** (Read/Write) and **Endpoint** of each request. |

articles/azure-app-configuration/rest-api-throttling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 08/17/2020
1010

1111
# Throttling
1212

13-
Configuration stores have limits on the requests that they may serve. Any requests that exceed an allotted quota for a configuration store will receive an HTTP 429 (Too Many Requests) response.
13+
Configuration stores have limits on the requests that they can serve. Any requests that exceed an allotted quota for a configuration store will receive an HTTP 429 (Too Many Requests) response.
1414

1515
Throttling is divided into different quota policies:
1616

@@ -41,7 +41,7 @@ In the above example, the client has exceeded its allowed quota and is advised t
4141

4242
## Other retry
4343

44-
The service may identify situations other than throttling that need a client retry (ex: 503 Service Unavailable). In all such cases, the `retry-after-ms` response header will be provided. To increase robustness, the client is advised to follow the suggested interval and perform a retry.
44+
The service might identify situations other than throttling that need a client retry (ex: 503 Service Unavailable). In all such cases, the `retry-after-ms` response header will be provided. To increase robustness, the client is advised to follow the suggested interval and perform a retry.
4545

4646
```http
4747
HTTP/1.1 503 Service Unavailable

0 commit comments

Comments
 (0)