You administer an Azure Web Site named contosoweb that is used to sell various products.
Contosoweb experiences heavy traffic during weekends.
You need to analyze the response time of the product catalog page during peak times, from
different locations.
What should you do?
A.
Configure endpoint monitoring.
B.
Add the Requests metric.
C.
Turn on Failed Request Tracing.
D.
Turn on Detailed Error Messages.
http://azure.microsoft.com/en-us/documentation/articles/web-sites-monitor/#webendpointstatus
thanks Mikson for the link 🙂
Answer is ‘C’.
We should Turn ON Failed Request Tracing.
If anyone has doubts, pls check Mikson Link above….
I think option A is correct.. Question is about “analyze response time”
Ravi, you are right bro!
Rajen
Failed Request Tracing – Turn on failed request tracing to capture information for failed client requests, such as a 400 series HTTP status code. Failed request tracing produces an XML document that contains a trace of which modules the request passed through in IIS, details returned by the module, and the time the module was invoked. This information can be used to isolate which component the failure occurred in.
ITs not even remotely connected with response time… The Answer is “A” – Configure Endpoint Monitoring…
different locations = endpoint monitoring
Found this:-
No Caching for Azure Drives and VM Disks
Windows Azure Storage can provide a higher rate of random IOs than the local disk on your node that is used for caching. If your application needs to do lots of random IOs, and throughput is important to you, then you may want to consider not using the caches.
Opps – wrong page sorry.
Agree, found also this http://exam-test-ms-70-533.azurewebsites.net/
It’s A. Analyze response time “from different locations.” Endpoint monitoring configures web tests from geo-distributed locations that test RESPONSE TIME and uptime of web URLs. The test performs an HTTP get operation on the web URL to determine the response time and uptime from each location. Each configured location runs a test every five minutes. C provides information about a failed request – no mention of that requirement in the question.