Skip to content

Commit a7a4c70

Browse files
Merge pull request #279063 from dlepow/v2deleg
[APIM] Delegation and tracing support - v2
2 parents c025196 + bcbf31e commit a7a4c70

File tree

5 files changed

+5
-21
lines changed

5 files changed

+5
-21
lines changed

articles/api-management/api-management-howto-api-inspector.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devdivchpfy22
1212

1313
# Tutorial: Debug your APIs using request tracing
1414

15-
[!INCLUDE [api-management-availability-premium-dev-standard-basic-consumption](../../includes/api-management-availability-premium-dev-standard-basic-consumption.md)]
15+
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

1717
This tutorial describes how to inspect (trace) request processing in Azure API Management. Tracing helps you debug and troubleshoot your API.
1818

@@ -25,8 +25,6 @@ In this tutorial, you learn how to:
2525
2626
:::image type="content" source="media/api-management-howto-api-inspector/api-inspector-002.png" alt-text="Screenshot showing the API inspector." lightbox="media/api-management-howto-api-inspector/api-inspector-002.png":::
2727

28-
[!INCLUDE [api-management-availability-tracing-v2-tiers](../../includes/api-management-availability-tracing-v2-tiers.md)]
29-
3028
## Prerequisites
3129

3230
+ Learn the [Azure API Management terminology](api-management-terminology.md).

articles/api-management/api-management-howto-setup-delegation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services: api-management
66

77
ms.service: api-management
88
ms.topic: article
9-
ms.date: 08/07/2023
9+
ms.date: 06/24/2024
1010
ms.author: danlep
1111
---
1212

1313
# How to delegate user registration and product subscription
1414

15-
[!INCLUDE [premium-dev-standard-basic.md](../../includes/api-management-availability-premium-dev-standard-basic.md)]
15+
[!INCLUDE [premium-dev-standard-basic-standardv2-basicv2.md](../../includes/api-management-availability-premium-dev-standard-basic-standardv2-basicv2.md)]
1616

1717
Delegation enables your website to own the user data and perform custom validation. With delegation, you can handle developer sign-in/sign-up (and related account management operations) and product subscription using your existing website, instead of the developer portal's built-in functionality.
1818

@@ -29,8 +29,8 @@ The final workflow will be:
2929

3030
### Set up API Management to route requests via delegation endpoint
3131

32-
1. In the Azure portal, search for **Developer portal** in your API Management resource.
33-
1. Click the **Delegation** item.
32+
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
33+
1. In the left menu, under **Developer portal**, select **Delegation**.
3434
1. Click the checkbox to enable **Delegate sign-in & sign-up**.
3535

3636
:::image type="content" source="media/api-management-howto-setup-delegation/api-management-delegation-signin-up.png" alt-text="Screenshot showing delegation of sign-in and sign-up in the portal.":::

articles/api-management/trace-policy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ The `trace` policy adds a custom trace into the request tracing output in the te
2222

2323
[!INCLUDE [api-management-tracing-alert](../../includes/api-management-tracing-alert.md)]
2424

25-
[!INCLUDE [api-management-availability-tracing-v2-tiers](../../includes/api-management-availability-tracing-v2-tiers.md)]
26-
2725
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2826

2927
## Policy statement

articles/api-management/v2-service-tiers-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ The following API Management capabilities are currently unavailable in the v2 ti
9292
* CA Certificates
9393

9494
**Developer portal**
95-
* Delegation of user registration and product subscription
9695
* Reports
9796
* Custom HTML code widget and custom widget
9897
* Self-hosted developer portal
@@ -103,7 +102,6 @@ The following API Management capabilities are currently unavailable in the v2 ti
103102
* Cipher configuration
104103
* Client certificate renegotiation
105104
* Free, managed TLS certificate
106-
* Request tracing in the test console
107105
* Requests to the gateway over localhost
108106

109107
## Resource limits

includes/api-management-availability-tracing-v2-tiers.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)