
Answer-first summary for fast verification
Answer: Enable Web server logging on webapp1
The correct answer is A: Enable Web server logging on webapp1. Web server logging provides raw HTTP request data and is essential for diagnosing HTTP 500 errors, which are typically internal server errors. The logging data includes information such as HTTP methods, resource URIs, client IPs, user agents, and response codes, which are crucial for developers to analyze and resolve the connection issues. Web server logging is a more direct approach to identify the source of the problem compared to other options like creating workbooks or alerts in Azure Monitor.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In Azure, webapp1 is experiencing frequent HTTP 500 errors. To grant developers real-time access and full error details, what initial action should be taken?
A
Enable Web server logging on webapp1
B
Create an Azure Monitor workbook
C
Generate an Azure Monitor Service Health alert
D
Activate Application Logging in webapp1
No comments yet.