Skip to content

Commit f09b553

Browse files
authored
Merge pull request #77937 from mike-urnun-msft/patch-63
resolves #31497
2 parents 5cb4634 + 4e73e9e commit f09b553

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/api-management/api-management-policies.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ This section provides a reference for the following API Management policies. For
3434
- [Validate JWT](api-management-access-restriction-policies.md#ValidateJWT) - Enforces existence and validity of a JWT extracted from either a specified HTTP Header or a specified query parameter.
3535
- [Advanced policies](api-management-advanced-policies.md#AdvancedPolicies)
3636
- [Control flow](api-management-advanced-policies.md#choose) - Conditionally applies policy statements based on the evaluation of Boolean expressions.
37-
- [Forward request](api-management-advanced-policies.md#ForwardRequest) - Forwards the request to the backend service.
38-
- [Log to Event Hub](api-management-advanced-policies.md#log-to-eventhub) - Sends messages in the specified format to a message target defined by a Logger entity.
37+
- [Forward request](api-management-advanced-policies.md#ForwardRequest) - Forwards the request to the backend service.
38+
- [Limit concurrency](api-management-advanced-policies.md#LimitConcurrency) - Prevents enclosed policies from executing by more than the specified number of requests at a time.
39+
- [Log to Event Hub](api-management-advanced-policies.md#log-to-eventhub) - Sends messages in the specified format to a message target defined by a Logger entity.
40+
- [Mock response](api-management-advanced-policies.md#mock-response) - Aborts pipeline execution and returns a mocked response directly to the caller.
3941
- [Retry](api-management-advanced-policies.md#Retry) - Retries execution of the enclosed policy statements, if and until the condition is met. Execution will repeat at the specified time intervals and up to the specified retry count.
4042
- [Return response](api-management-advanced-policies.md#ReturnResponse) - Aborts pipeline execution and returns the specified response directly to the caller.
4143
- [Send one way request](api-management-advanced-policies.md#SendOneWayRequest) - Sends a request to the specified URL without waiting for a response.
42-
- [Send request](api-management-advanced-policies.md#SendRequest) - Sends a request to the specified URL.
44+
- [Send request](api-management-advanced-policies.md#SendRequest) - Sends a request to the specified URL.
45+
- [Set HTTP proxy](api-management-advanced-policies.md#SetHttpProxy) - Allows you to route forwarded requests via an HTTP proxy.
4346
- [Set variable](api-management-advanced-policies.md#set-variable) - Persist a value in a named context variable for later access.
4447
- [Set request method](api-management-advanced-policies.md#SetRequestMethod) - Allows you to change the HTTP method for a request.
4548
- [Set status code](api-management-advanced-policies.md#SetStatus) - Changes the HTTP status code to the specified value.

0 commit comments

Comments
 (0)