Skip to content

Commit aea3f01

Browse files
author
gitName
committed
line edit
1 parent cafee5d commit aea3f01

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/api-management/api-management-debug-policies.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ ms.collection: ce-skilling-ai-copilot
1111

1212
# Create, understand, and debug Azure API Management policies in Visual Studio Code
1313

14-
<!-- Confirm SKU availability for this feature. -->
15-
1614
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1715

1816
This article explains how to use the [Azure API Management Extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-apimanagement) to create, understand, and debug Azure API Management policies with AI assistance from [GitHub Copilot for Azure](/azure/developer/github-copilot-azure/introduction).
1917

20-
Azure API Management policies are a sequence of statements that address cross-cutting concerns like authentication, authorization, throttling, caching, and transformation, applied to API requests or responses.
18+
Azure API Management [policies](api-management-howto-policies.md) are a sequence of statements that address cross-cutting concerns like authentication, authorization, throttling, caching, and transformation, applied to API requests or responses.
2119

2220
## Prerequisites
2321

@@ -26,7 +24,7 @@ Azure API Management policies are a sequence of statements that address cross-cu
2624
* The following extensions are needed for the specified scenarios:
2725

2826
* [GitHub Copilot for Azure extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot) - to create and explain policies
29-
* [REST Client extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - to debug policies
27+
* [REST Client extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - for policy debugging
3028

3129
* An API Management instance. If you need to create one, see this [quickstart](vscode-create-service-instance.md).
3230

@@ -38,7 +36,7 @@ Azure API Management policies are a sequence of statements that address cross-cu
3836

3937
* Policy debugging uses the built-in (service-level) all-access subscription (display name "Built-in all-access subscription"). You must be a service owner to use this subscription.
4038

41-
## Create a policy using GitHub Copilot
39+
## Create a policy using GitHub Copilot for Azure
4240

4341
The Azure API Management extension integrates with GitHub Copilot for Azure to help you create a draft of a policy. With AI assistance, create and edit policies in a user-friendly way.
4442

@@ -70,7 +68,7 @@ To create a policy:
7068
> [!TIP]
7169
> Check in the **Problems** window for explanation of any issues in the policy XML.
7270
73-
## Explain a policy using GitHub Copilot
71+
## Explain a policy using GitHub Copilot for Azure
7472
7573
Copilot can help explain an existing policy in your API Management instance.
7674

0 commit comments

Comments
 (0)