Skip to content

Commit 50d6bfe

Browse files
committed
fix include statement; add also to trace policy
1 parent 168ecc1 commit 50d6bfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article describes how to debug API Management policies using the [Azure API
3434

3535
* This feature uses the built-in (service-level) all-access subscription for debugging. The [**Allow tracing**](api-management-howto-api-inspector.md#verify-allow-tracing-setting) setting must be enabled in this subscription.
3636

37-
[!INCLUDE api-management-tracing-alert]
37+
[!INCLUDE [api-management-tracing-alert](../../includes/api-management-tracing-alert.md)]
3838

3939
## Initiate a debugging session
4040

articles/api-management/trace-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The `trace` policy adds a custom trace into the request tracing output in the te
1818
- The policy adds a property in the log entry when [resource logs](./api-management-howto-use-azure-monitor.md#resource-logs) are enabled and the severity level specified in the policy is at or higher than the verbosity level specified in the diagnostic setting.
1919
- The policy is not affected by Application Insights sampling. All invocations of the policy will be logged.
2020

21+
[!INCLUDE [api-management-tracing-alert](../../includes/api-management-tracing-alert.md)]
22+
2123
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2224

2325
## Policy statement

0 commit comments

Comments
 (0)