Skip to content

Commit 742baf0

Browse files
Merge pull request #261632 from dlepow/patch-227
Update rate-limit-policy.md
2 parents 8738b7e + 796fbf6 commit 742baf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/api-management/rate-limit-policy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ To understand the difference between rate limits and quotas, [see Rate limits an
4040
| -------------- | ----------------------------------------------------------------------------------------------------- | -------- | ------- |
4141
| calls | The maximum total number of calls allowed during the time interval specified in `renewal-period`. Policy expressions aren't allowed.| Yes | N/A |
4242
| renewal-period | The length in seconds of the sliding window during which the number of allowed requests should not exceed the value specified in `calls`. Maximum allowed value: 300 seconds. Policy expressions aren't allowed. | Yes | N/A |
43-
| total-calls-header-name | The name of a response header whose value is the value specified in `calls`. Policy expressions aren't allowed. | No | N/A |
4443
| retry-after-header-name | The name of a custom response header whose value is the recommended retry interval in seconds after the specified call rate is exceeded. Policy expressions aren't allowed. | No | `Retry-After` |
4544
| retry-after-variable-name | The name of a variable that stores the recommended retry interval in seconds after the specified call rate is exceeded. Policy expressions aren't allowed. | No | N/A |
4645
| remaining-calls-header-name | The name of a response header whose value after each policy execution is the number of remaining calls allowed for the time interval specified in the `renewal-period`. Policy expressions aren't allowed.| No | N/A |
@@ -109,4 +108,4 @@ In the following example, the per subscription rate limit is 20 calls per 90 sec
109108

110109
* [API Management access restriction policies](api-management-access-restriction-policies.md)
111110

112-
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
111+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

0 commit comments

Comments
 (0)