Which three actions should you perform?

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.

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



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Lipse

Lipse

Hmm, is this really correct?

Robin

Robin

A
E
F
Maybe ?

Hansuen

Hansuen

I agree. Found something similiar here: ms70533.free-exams.com..

arachnid

arachnid

I believe it is A, E and F. See dn495179

Asswipe

Asswipe

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