Microsoft
AZ-204 · Question #506
You are developing several Azure API Management (APIM) hosted APIs. You must inspect request processing of the APIs in APIM. Requests to APIM by using a REST client must also be included. The request
Sign in or unlock AZ-204 to reveal the answer and full explanation for question #506. The question stem and answer options stay visible for context.
Submitted by jaden.t· Mar 30, 2026Connect to and consume Azure services and third-party services
Question
You are developing several Azure API Management (APIM) hosted APIs. You must inspect request processing of the APIs in APIM. Requests to APIM by using a REST client must also be included. The request inspection must include the following information: - requests APIM sent to the API backend and the response it received - policies applied to the response before sending back to the caller - errors that occurred during the processing of the request and the policies applied to the errors - original request APIM received from the caller and the policies applied to the request You need to inspect the APIs. Which three actions should you do? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- AEnable the Allow tracing setting for the subscription used to inspect the API.
- BAdd the Ocp-Apim-Trace header value to the API call whit a value set to true.
- CAdd the Ocp-Apim-Subscription-Key header value to the key for a subscription that allows access
- DCreate and configure a custom policy. Apply the policy to the inbound policy section with a global
- ECreate and configure a custom policy. Apply the policy to the outbound policy section with an API
Unlock AZ-204 to see the answer
You've previewed enough free AZ-204 questions. Unlock AZ-204 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#API Management#tracing#Ocp-Apim-Trace#request inspection