You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/api-management-gateway-role.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 08/04/2022
9
9
Specifically, the gateway:
10
10
11
11
* Acts as a facade to backend services by accepting API calls and routing them to appropriate backends
12
-
* Verifies [API keys](../articles/api-management/api-management-subscriptions.md) and other credentials such as [JWT tokens and certificates](../articles/api-management/api-management-access-restriction-policies.md) presented with requests
12
+
* Verifies [API keys](../articles/api-management/api-management-subscriptions.md) and other credentials such as [JWTs and certificates](../articles/api-management/api-management-access-restriction-policies.md) presented with requests
13
13
* Enforces [usage quotas and rate limits](../articles/api-management/api-management-access-restriction-policies.md)
14
14
* Optionally transforms requests and responses as specified in [policy statements](../articles/api-management/api-management-howto-policies.md)
15
15
* If configured, [caches responses](../articles/api-management/api-management-howto-cache.md) to improve response latency and minimize the load on backend services
0 commit comments