One /renew path on a library catalog App Service site returns HTTP 500, and the ordinary HTTP log shows only the status code. Which App Service diagnostic should the developer enable for that failing request?
Select an answer to reveal the explanation.
Short Explanation
Ordinary HTTP logs shout “500!” without showing which pipe burst. Failed-request tracing is the plumber’s camera for that one bad /renew call. You do not need to leave every faucet logging forever to find it.
Full Explanation
Failed-request tracing in App Service records detailed IIS/ASP.NET pipeline information for requests that meet failure rules, which helps when status-only HTTP logs are insufficient. It is a targeted diagnostic for problematic paths rather than an instruction to leave maximum verbosity enabled for every successful request indefinitely. Migrating to ACI is unrelated to gathering App Service request-trace detail.