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: articles/api-management/api-management-policies.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,15 @@ This section provides a reference for the following API Management policies. For
34
34
-[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.
-[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.
39
41
-[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.
40
42
-[Return response](api-management-advanced-policies.md#ReturnResponse) - Aborts pipeline execution and returns the specified response directly to the caller.
41
43
-[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.
43
46
-[Set variable](api-management-advanced-policies.md#set-variable) - Persist a value in a named context variable for later access.
44
47
-[Set request method](api-management-advanced-policies.md#SetRequestMethod) - Allows you to change the HTTP method for a request.
45
48
-[Set status code](api-management-advanced-policies.md#SetStatus) - Changes the HTTP status code to the specified value.
0 commit comments