Suggested Answer:A🗳️
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. Scenario: Policy service must use Application Insights to automatically scale with the number of policy actions that it is performing. References: https://docs.microsoft.com/en-us/azure/azure-monitor/app/data-model
I found this sentence "Policy service must use Application Insights to automatically scale with the number of policy actions that it is performing." confusing.
But when you understand the design of the service, it has two parts:
First its saying the service will use application insights to determine if it should scale or not.
Second the service will pass the number of policy actions it performs to Application Insights.
Of all the application insights telemetry, metrics telemetry can show numbers, e.g. number of requests per second or cpu % or number of policy actions per second.
So A (metric) is the correct answer
I think event is correct answer, since requirement is to capture Event ID in telemetry
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.AZ-203 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
dabako1435
Highly Voted 5 years agomalawneh
Highly Voted 4 years, 8 months agoAliQureshi
Most Recent 4 years, 9 months agoriley5
5 years agohmirko
5 years, 1 month ago