AZ-204 · Question #84
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 TelemetryProcessor; RequestTelemetry; /health. The correct arrangement uses TelemetryProcessor to intercept and enrich all telemetry with the Event Grid Event ID field, RequestTelemetry to represent the specific telemetry type being enriched (since policy actions originate from HTTP requests/events), and /health as the…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- TelemetryProcessor
- RequestTelemetry
- /health
Explanation
The correct arrangement uses TelemetryProcessor to intercept and enrich all telemetry with the Event Grid Event ID field, RequestTelemetry to represent the specific telemetry type being enriched (since policy actions originate from HTTP requests/events), and /health as the health check endpoint that should be excluded from telemetry or used for App Service scaling probes. A custom TelemetryProcessor is the correct mechanism to add custom properties (like Event Grid Event ID) to ALL Application Insights telemetry items, and RequestTelemetry captures the inbound request context where the Event Grid event data is available.
Topics
Community Discussion
No community discussion yet for this question.
