AZ-204 · Question #60
Case Study 7 - Proseware, Inc Background You are a developer for Proseware, Inc. You are developing an application that applies a set of governance policies for Proseware's internal services…
The correct answer is A. an Application Insights metric. Application Insights provides three additional data types for custom telemetry: Trace - used either directly, or through an adapter to implement diagnostics logging using an instrumentation framework that is familiar to you, such as Log4Net or System.Diagnostics. Event…
Question
Options
- Aan Application Insights metric
- Ban Application Insights dependency
- Can Application Insights trace
- Dan Application Insights event
How the community answered
(49 responses)- A84% (41)
- B2% (1)
- C10% (5)
- D4% (2)
Explanation
Application Insights provides three additional data types for custom telemetry: Trace - used either directly, or through an adapter to implement diagnostics logging using an instrumentation framework that is familiar to you, such as Log4Net or System.Diagnostics. Event - typically used to capture user interaction with your service, to analyze usage patterns. Metric - used to report periodic scalar measurements. Policy service must use Application Insights to automatically scale with the number of policy actions that it is performing. https://docs.microsoft.com/en-us/azure/azure-monitor/app/data-model
Topics
Community Discussion
No community discussion yet for this question.