PrepAway - Latest Free Exam Questions & Answers

You are developing an Azure worker role. You enable crash dump collect…

You are developing an Azure worker role. You enable crash dump collect

ion for the role.

When the role starts, an external application stops responding.

You need to download the crash dump to determine why the application stops responding.

From which two locations can you download the crash dump? Each correct answer presen

ts a complete solution.

A. Azure Blob storage

B. the temp folder on the virtual machine that is running the role instance

C. Azure file storage

D. the DiagnosticStore local resource folder on the virtual machine that is running the role instance

A,D

Explanation:

When you enable collection of crash dumps, the resulting data is written to the CrashDumps directory in the DiagnosticStore local resource that is automatically configured for your role.

When crash dump data is transferred to persistent st

orage, it is stored to the wad-crash-dumps Blob container.

Reference: CrashDumps.EnableCollection Method

https://msdn.microsoft.com/library/microsoft.windowsazure.diagnostics.crashdumps.enablecollection.aspx


Leave a Reply