Skip to content

Commit 6f00966

Browse files
Last look fixes.
1 parent 79cfc1a commit 6f00966

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Follow these steps to trace an API request in the test console in the portal. Th
6363

6464
:::image type="content" source="media/api-management-howto-api-inspector/response-trace-1.png" alt-text="Screenshot showing the review response trace.":::
6565

66-
- **Inbound** - Shows the original request API Management received from the caller and the policies applied to the request. For example, if you added policies in [Tutorial: Transform and protect your API](transform-api.md), they appear here.
67-
- **Backend** - Shows the requests API Management sent to the API backend and the response it received.
68-
- **Outbound** - Shows the policies applied to the response before sending back to the caller.
69-
- **On error** - Shows the errors that occurred during the processing of the request and the policies applied to the errors.
66+
- **Inbound**. Shows the original request API Management received from the caller and the policies applied to the request. For example, if you added policies in [Tutorial: Transform and protect your API](transform-api.md), they appear here.
67+
- **Backend**. Shows the requests API Management sent to the API backend and the response it received.
68+
- **Outbound**. Shows the policies applied to the response before sending back to the caller.
69+
- **On error**. Shows the errors that occurred during the processing of the request and the policies applied to the errors.
7070

7171
> [!TIP]
7272
>
@@ -140,7 +140,7 @@ Detailed steps follow.
140140
- If the debug token is expired, the response includes an `Apim-Debug-Authorization-Expired` header with information about expiration date.
141141
- If the debug token was obtained for a different API, the response includes an `Apim-Debug-Authorization-WrongAPI` header with an error message.
142142
143-
1. **Retrieve the trace** - Pass the trace ID obtained in the previous step to the gateway's [List trace](/rest/api/apimanagement/gateway/list-trace) API. For example, to retrieve the trace for the managed gateway, use a request similar to the following example:
143+
1. **Retrieve the trace**. Pass the trace ID obtained in the previous step to the gateway's [List trace](/rest/api/apimanagement/gateway/list-trace) API. For example, to retrieve the trace for the managed gateway, use a request similar to the following example:
144144
145145
```http
146146
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/managed/listTrace?api-version=2023-05-01-preview
@@ -222,7 +222,7 @@ Content-Type: application/json
222222

223223
For information about customizing trace information, see the [trace](trace-policy.md) policy.
224224

225-
## Next step
225+
## Summary
226226

227227
In this tutorial, you learned how to:
228228

@@ -231,6 +231,8 @@ In this tutorial, you learned how to:
231231
> - Review request processing steps
232232
> - Enable tracing for an API
233233
234+
## Next step
235+
234236
Advance to the next tutorial:
235237

236238
> [!div class="nextstepaction"]
-242 Bytes
Loading

0 commit comments

Comments
 (0)