You manage a cloud service that has a web application named WebRole1. WebRole1 writes error messages to
the Windows Event Log.
Users report receiving an error page with the following message: “Event 26 has occurred. Contact your system
administrator.”
You need to access the WebRole1 event log.
Which three actions should you perform? Each correct answer presents part of the solution.
A.
Enable verbose monitoring.
B.
Update the WebRole1 web.config file.
C.
Update the cloud service definition file and the service configuration file.
D.
Run the Set-AzureVMDiagnosticsExtensionPowerShell cmdlet.
E.
Run the Enable-AzureWebsiteApplicationDiagnostic PowerShell cmdlet.
F.
Create a storage account.
Explanation:
step 1 specify the scheduled TransferLogLevelFilter to Verbose in the diagnostics.wadcfg
step 2 Update the cloud service definition file and the service configuration file (.cspkg)
step 3 best practice is to create a separate storage account for logging diagnostics data
http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-monitor/