READ Free Dumps For Microsoft- 70-486
Question ID 14742 | You are developing an ASP.NET MVC application that will run on Azure.
The application uses Event Tracing for Windows (ETW) for logging operations.
You need to retrieve the ETW data for the application from a deployed Azure instance by
using the Azure Diagnostics API.
Which data source should you use?
|
Option A | Azure Diagnostic infrastructure logs
|
Option B | Windows event logs
|
Option C | performance counters
|
Option D | .NET EventSource
|
Correct Answer | D |
Explanation Explanation: Azure Diagnostics 1.2 and 1.3 are Azure extensions that enable you to collect diagnostic telemetry data from a worker role, web role, or virtual machine running in Azure. Diagnostics 1.2 and 1.3 enable the collection of ETW and .NET EventSource events. Example: EtwProviders>
Reference: Enabling Diagnostics in Azure Cloud Services and Virtual Machines https://azure.microsoft.com/sv-se/documentation/articles/cloud-services-dotnet-diagnostics/
Question ID 14743 | You are developing an ASP.NET MVC application that will run on Azure.
The application uses Event Tracing for Windows (ETW) for logging operations.
You need to retrieve the ETW data for the application from a deployed Azure instance by
using the Azure Diagnostics API.
Which data source should you use?
|
Option A | Azure Diagnostic infrastructure logs
|
Option B | Windows event logs
|
Option C | performance counters
|
Option D | .NET EventSource
|
Correct Answer | D |
Explanation Explanation: Azure Diagnostics 1.2 and 1.3 are Azure extensions that enable you to collect diagnostic telemetry data from a worker role, web role, or virtual machine running in Azure. Diagnostics 1.2 and 1.3 enable the collection of ETW and .NET EventSource events. Example: EtwProviders>
Reference: Enabling Diagnostics in Azure Cloud Services and Virtual Machines https://azure.microsoft.com/sv-se/documentation/articles/cloud-services-dotnet-diagnostics/