How should you complete the Filter class? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

November 20, 2021 by Admin

DRAG DROP

You need to implement telemetry for non-user actions.

How should you complete the Filter class? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

AZ-204 Developing Solutions for Microsoft Azure Part 08 Q04 222

AZ-204 Developing Solutions for Microsoft Azure Part 08 Q04 222

AZ-204 Developing Solutions for Microsoft Azure Part 08 Q04 223

AZ-204 Developing Solutions for Microsoft Azure Part 08 Q04 223

Explanation:

Scenario: Exclude non-user actions from Application Insights telemetry.

Box 1: ITelemetryProcessor
To create a filter, implement ITelemetryProcessor. This technique gives you more direct control over what is included or excluded from the telemetry stream.

Box 2: ITelemetryProcessor

Box 3: ITelemetryProcessor

Box 4: RequestTelemetry

Box 5: /health
To filter out an item, just terminate the chain.

Leave a Reply