Question 122


4.4.3 Question

Multiple Choice

You want to configure Windows Azure diagnostics. Where do you configure the specific Performance Monitors you want to have run in support of your application?

  • A. ServiceDefinition.csdef
  • B. ServiceConfiguration.cscfg
  • C. Diagnostics.wadcfg
  • D. Web.config

Answer:

C
Explanation
A. Incorrect: You include diagnostics in a project using the ServiceDefinition.csdef file. The file does not configure which monitors will be included when your applica­tion is running.
B. Incorrect: You configure log storage locations in the ServiceConfiguration.cscfg file. The file does not configure which monitors will be included when your applica­tion is running.
C. Correct: You configure specific monitors that will run in your application in the Diagnostics.wadcfg file.
D. Incorrect: The Web.config file is not used to include Windows Azure diagnostics in an application.