Valid AZ-104 Dumps shared by EduDump.com for Helping Passing AZ-104 Exam! EduDump.com now offer the newest AZ-104 exam dumps, the EduDump.com AZ-104 exam questions have been updated and answers have been corrected get the newest EduDump.com AZ-104 dumps with Test Engine here:
You have an Azure web app named webapp1. Users report that they often experience HTTP 500 errors when they connect to webapp1. You need to provide the developers of webapp1 with real-time access to the connection errors. The solution must provide all the connection error details. What should you do first?
Correct Answer: A
Raw HTTP request data is provided by Web server logging and the question mentions 500 error codes. You need to catch connection error. When the connection fails it happens on web server, not within application. You can do it opening the web application -> Application Service logs -> Web server logging (there are multiple switches there). You can also see the errors live going to "Log stream" pane. Web server logging Windows App Service file system or Azure Storage blobs Raw HTTP request data in the W3C extended log file format. Each log message includes data such as the HTTP method, resource URI, client IP, client port, user agent, response code, and so on.