Skip to content

Commit 8a5e453

Browse files
author
gitName
committed
improve copilot x-link
1 parent dc7cc25 commit 8a5e453

File tree

4 files changed

+6
-32
lines changed

4 files changed

+6
-32
lines changed

articles/api-management/api-management-policy-expressions.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,22 +243,13 @@ The `context` variable is implicitly available in every policy [expression](api-
243243
|`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.|
244244

245245

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
253-
* [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
254-
* [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)
246+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
256247

257248
For more information:
258249

259250
- 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.
260251
- 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.
262253
- 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.
263254
- 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.
264255
- To download the policy statements, see the [api-management-samples/policies](https://github.com/Azure/api-management-samples/tree/master/policies) GitHub repo.

articles/api-management/policy-fragments.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,4 @@ After creating a policy fragment, you can view and update the properties of a po
110110
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.
111111
1. After all references are removed, select **Delete**.
112112

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
120-
+ [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
121-
+ [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)
113+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,4 @@ To modify the policy evaluation order using the policy editor:
229229

230230
[!INCLUDE [api-management-policies-azure-copilot](../../includes/api-management-policies-azure-copilot.md)]
231231

232-
## Related content
233-
234-
For more information about working with policies, see:
235-
236-
* [Tutorial: Transform and protect APIs](transform-api.md)
237-
* [Set or edit policies](set-edit-policies.md)
238-
* [Policy reference](./api-management-policies.md)
239-
* [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
240-
* [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)
232+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

includes/api-management-policy-ref-next-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: dlepow
33
ms.service: azure-api-management
44
ms.topic: include
5-
ms.date: 10/18/2023
5+
ms.date: 03/11/2025
66
ms.author: danlep
77
---
88
## Related content
@@ -16,4 +16,4 @@ For more information about working with policies, see:
1616
+ [Reuse policy configurations](../articles/api-management/policy-fragments.md)
1717
+ [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
1818
+ [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

Comments
 (0)