A ferry team enables App Service diagnostic logging and claims their Domain 4 monitoring work is complete. How should a developer correct that claim?
Select an answer to reveal the explanation.
Short Explanation
App Service logs are the ferry terminal’s own CCTV—great for host-level clues. Application Insights is the fleet telemetry system with metrics, traces, and “is the route up?” tests. Flipping on host diagnostics does not finish Domain 4 for you.
Full Explanation
App Service diagnostic logging captures platform and application host logs for troubleshooting the web app itself. Application Insights provides application performance monitoring: metrics, distributed traces, dependency tracking, and availability tests. Enabling App Service logging alone does not instrument those Domain 4 capabilities, and the two surfaces are complementary rather than interchangeable.