Skip to content

Commit 1717ca7

Browse files
Merge pull request #258704 from dlepow/polcop
[APIM] Policy copilot
2 parents 3218655 + c3bd232 commit 1717ca7

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@
246246
href: api-management-howto-policies.md
247247
- name: Set or edit policies
248248
href: set-edit-policies.md
249+
- name: Author policies using Microsoft Copilot for Azure
250+
href: ../copilot/author-api-management-policies.md?toc=/azure/api-management/&bc=/azure/api-management/breadcrumb/toc.json
249251
- name: Debug policies in VS Code
250252
href: api-management-debug-policies.md
251253
- name: Policy expressions

articles/api-management/breadcrumb/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ items:
2323
topicHref: /azure/api-management/index
2424
- name: API Management
2525
tocHref: /semantic-kernel/
26+
topicHref: /azure/api-management/index
27+
- name: API Management
28+
tocHref: /azure/copilot/
2629
topicHref: /azure/api-management/index
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### YamlMime: ContextObject
2+
brand: azure
3+
breadcrumb_path: ../breadcrumb/toc.yml
4+
toc_rel: ../toc.yml

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@ To configure a policy:
114114
The **ip-filter** policy now appears in the **Inbound processing** section.
115115
---
116116

117+
## Get assistance creating policies using Microsoft Copilot for Azure (preview)
118+
119+
120+
[Microsoft Copilot for Azure](../copilot/overview.md) (preview) provides policy authoring capabilities for Azure API Management. Using Copilot for Azure in the context of API Management's policy editor, you can create policies that match your specific requirements without knowing the syntax or have already configured policies explained to you. This proves particularly useful for handling complex policies with multiple requirements.
121+
122+
You can prompt Copilot for Azure to generate policy definitions, then copy the results into the policy editor and make any necessary adjustments. Ask questions to gain insights into different options, modify the provided policy, or clarify the policy you already have. [Learn more](../copilot/author-api-management-policies.md) about this capability.
123+
124+
> [!NOTE]
125+
> Microsoft Copilot for Azure requires [registration](../copilot/limited-access.md#registration-process) (preview) and is currently only available to approved enterprise customers and partners.
126+
117127
## Configure policies at different scopes
118128

119129
API Management gives you flexibility to configure policy definitions at multiple [scopes](api-management-howto-policies.md#scopes), in each of the policy sections.

0 commit comments

Comments
 (0)