nerdexam
Microsoft

AZ-204 · Question #603

You develop an ASP. Net Care application by integrating the Application Insights SDK into your solution. The application sends a very high rate of telemetry in a short time interval. You observe a…

The correct answer is C. Verify adaptive sampling is enabled. Set the maxTelemetryItemsPerSecond value. https://learn.microsoft.com/en-us/azure/azure-monitor/app/sampling-classic-api

Submitted by jaden.t· Mar 30, 2026Monitor, troubleshoot, and optimize Azure solutions

Question

You develop an ASP. Net Care application by integrating the Application Insights SDK into your solution. The application sends a very high rate of telemetry in a short time interval. You observe a reduced number of events, traces, and metrics being recorded and increased error rates for telemetry ingestion. Telemetry data must synchronize the client and server information to allow HTTP request and response correlation. You need to reduce telemetry traffic, data costs, and storage costs while preserving a statistically correct analysis of application telemetry data. What should you do?

Options

  • ASet a daily cap on the Log Analytics workspace. Create an Activity log alert rule.
  • BModify the pricing tier for the Log Analytics workspace.
  • CVerify adaptive sampling is enabled. Set the maxTelemetryItemsPerSecond value.
  • DSet retention and archive policies by table in the Log Analytics workspace. Purge retained data

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    14% (6)
  • C
    75% (33)
  • D
    7% (3)

Explanation

https://learn.microsoft.com/en-us/azure/azure-monitor/app/sampling-classic-api

Topics

#Application Insights#adaptive sampling#maxTelemetryItemsPerSecond#telemetry reduction

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice