A columbine-ledge public path is /pets/{id}, but the origin lives at /api/v3/animals/{id} on another host. Which APIM approach transforms the request toward that backend?
Select an answer to reveal the explanation.
Short Explanation
Keep the public contract tidy and fix the path (and host) at the gateway. rewrite-uri and set-backend-service are the APIM tools for pointing pets calls at animals on the real host.
Full Explanation
APIM rewrite-uri adjusts the path sent to the origin; set-backend-service can retarget the host. Together they let a stable public URL map to a different backend shape without changing DNS alone or forcing clients onto raw origin paths. Post-return Bicep rewrites and removing the gateway miss the request-transformation skill.