Skip to content

Commit ac51d7a

Browse files
committed
Merge branch 'main' of
https://github.com/MicrosoftDocs/azure-docs-pr into fxl---release-build-redis-new-folder
2 parents e882964 + bcba1c1 commit ac51d7a

File tree

273 files changed

+2517
-2375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+2517
-2375
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6509,6 +6509,11 @@
65096509
"source_path": "articles/cloud-services/schema-csdef-workerrole.md",
65106510
"redirect_url": "/previous-versions/azure/cloud-services/schema-csdef-workerrole",
65116511
"redirect_document_id": false
6512+
},
6513+
{
6514+
"source_path": "articles/reliability/migrate-sql-managed-instance.md",
6515+
"redirect_url": "/azure/azure-sql/managed-instance/instance-zone-redundancy-configure",
6516+
"redirect_document_id": false
65126517
}
65136518
]
65146519
}

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)]

0 commit comments

Comments
 (0)