AZ-204 · Question #426
Drag and Drop Question You have an application that provides weather forecasting data to external partners. You use Azure API Management to publish APIs. You must change the behavior of the API to…
The correct answer is Inbound; Outbound; Inbound. Inbound policies process requests before they reach the backend, making them ideal for 'supporting alternative input parameters' (e.g., rewriting or transforming request parameters) and 'providing additional context to back-end services' (e.g., setting headers or query strings…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Inbound
- Outbound
- Inbound
Explanation
Inbound policies process requests before they reach the backend, making them ideal for 'supporting alternative input parameters' (e.g., rewriting or transforming request parameters) and 'providing additional context to back-end services' (e.g., setting headers or query strings before forwarding). Outbound policies process responses after the backend returns data, making them correct for 'removing formatting text from responses' since they transform the response before it reaches the client. Backend policies are used to control how API Management calls the backend service itself (e.g., circuit breaking, retries), which does not apply to any of the three scenarios described.
Topics
Community Discussion
No community discussion yet for this question.
