A yarrow-field App Service already writes filesystem and blob web-server logs, and a teammate says monitoring is finished. What should the developer still add for requests, dependencies, traces, and availability?
Select an answer to reveal the explanation.
Short Explanation
Web-server logs and Application Insights are different tools. Domain 1 filesystem/blob logging is not Domain 4 APM—wire Insights if you need requests, dependencies, traces, and availability.
Full Explanation
App Service diagnostic logging captures web-server and application log streams for operational debugging. Application Insights instruments the app for distributed request and dependency tracking, custom traces, and availability tests. Scaling the plan, moving work to queues, or using Redis cache metrics does not replace that APM surface. Keep both when the city needs log files and live application telemetry.