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-AzureVMDiagnosticsExtension PowerShell cmdlet.
E.
Run the Enable-AzureWebsiteApplicationDiagnostic PowerShell cmdlet.
F.
Create a storage account.
Explanation:
http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how
to-monitor/ http://msdn.microsoft.com/en-us/library/azure/ee758710.aspx
http://msdn.microsoft.com/en-us/library/azure/ee758711.aspx
Hmm, is this really correct?
A
E
F
Maybe ?
I agree. Found something similiar here: ms70533.free-exams.com..
A,C,D
I believe it is A, E and F. See dn495179
This question is also FUBAR.
It’s already writing the Windows Event Log.
If it were to enable logging it would be a different matter.
But with the available options:
F, storage key/context is needed.
D, this needs to be updated to change the logging to the storgae account.
C, https://msdn.microsoft.com/en-us/library/azure/dn782207.aspx
No C as already logging agree with F & D..
So A D F
A — To capture details on events
D — https://docs.microsoft.com/en-us/powershell/servicemanagement/azure.service/v1.6.1/set-azurevmdiagnosticsextension
F — Need a storage account to capture Diagnostics