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-policy-expressions.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,22 +243,13 @@ The `context` variable is implicitly available in every policy [expression](api-
243
243
|`bool VerifyNoRevocation(input: this System.Security.Cryptography.X509Certificates.X509Certificate2)`|Performs an X.509 chain validation without checking certificate revocation status.<br /><br />`input` - certificate object<br /><br />Returns `true` if the validation succeeds; `false` if the validation fails.|
244
244
245
245
246
-
## Related content
247
-
248
-
For more information working with policies, see:
249
-
250
-
*[Policies in API Management](api-management-howto-policies.md)
251
-
*[Tutorial: Transform and protect APIs](transform-api.md)
252
-
*[Policy reference](./api-management-policies.md) for a full list of policy statements and their settings
*[Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
255
-
*[Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
- See how to supply context information to your backend service. Use the [Set query string parameter](set-query-parameter-policy.md) and [Set HTTP header](set-header-policy.md) policies to supply this information.
260
251
- See how to use the [Validate JWT](validate-jwt-policy.md) policy to pre-authorize access to operations based on token claims.
261
-
- See how to use an [API Inspector](./api-management-howto-api-inspector.md) trace to detect how policies are evaluated and the results of those evaluations.
252
+
- See how to use [API tracing](./api-management-howto-api-inspector.md) to detect how policies are evaluated and the results of those evaluations.
262
253
- See how to use expressions with the [Get from cache](cache-lookup-policy.md) and [Store to cache](cache-store-policy.md) policies to configure API Management response caching. Set a duration that matches the response caching of the backend service as specified by the backed service's `Cache-Control` directive.
263
254
- See how to perform content filtering. Remove data elements from the response received from the backend using the [Control flow](choose-policy.md) and [Set body](set-body-policy.md) policies.
264
255
- To download the policy statements, see the [api-management-samples/policies](https://github.com/Azure/api-management-samples/tree/master/policies) GitHub repo.
Copy file name to clipboardExpand all lines: articles/api-management/policy-fragments.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,4 @@ After creating a policy fragment, you can view and update the properties of a po
110
110
1. Review **Policy document references** for policy definitions that include the fragment. Before a fragment can be deleted, you must remove the fragment references from all policy definitions.
111
111
1. After all references are removed, select **Delete**.
112
112
113
-
## Related content
114
-
115
-
For more information about working with policies, see:
116
-
117
-
+[Tutorial: Transform and protect APIs](transform-api.md)
118
-
+[Set or edit policies](set-edit-policies.md)
119
-
+[Policy reference](./api-management-policies.md) for a full list of policy statements
+[Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
* [Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
241
-
* [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
+[Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
19
-
+[Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
19
+
+[Get Copilot assistance to create, explain, and troubleshoot policies](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
0 commit comments