Skip to content

Commit a73b363

Browse files
committed
edits
1 parent 7cb7141 commit a73b363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/api-management-sample-flexible-throttling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This example shows how to extract the Authorization header, convert it to a `JWT
7979

8080
### Combined policies
8181

82-
Although user-based throttling policies provide more control than subscription-based throttling policies, there is still value combining both capabilities. For monetized APIs, throttling by product subscription key ([Limit call rate by subscription](rate-limit-policy.md) and [Set usage quota by subscription](quota-policy.md)) is a great way to implement fees that are based on usage levels. The finer-grained control of being able to throttle by user is complementary and prevents one user's behavior from degrading the experience of another.
82+
Although user-based throttling policies provide more control than subscription-based throttling policies, there is still value in combining both capabilities. For monetized APIs, throttling by product subscription key ([Limit call rate by subscription](rate-limit-policy.md) and [Set usage quota by subscription](quota-policy.md)) is a great way to implement fees that are based on usage levels. The finer-grained control of being able to throttle by user is complementary and prevents one user's behavior from degrading the experience of another.
8383

8484
### Client-driven throttling
8585

@@ -91,7 +91,7 @@ When the throttling key is defined via a [policy expression](./api-management-po
9191
counter-key="@(request.Headers.GetValueOrDefault("Rate-Key",""))"/>
9292
```
9393

94-
This technique enables the developer's client application to choose how they want to create the rate limiting key. The client developers could create their own rate tiers by allocating sets of keys to users and rotating the key usage.
94+
This technique enables the developer's client application to determine how to create the rate limiting key. The client developers could create their own rate tiers by allocating sets of keys to users and rotating the key usage.
9595

9696
## Considerations for multiple regions or gateways
9797

0 commit comments

Comments
 (0)