nerdexam
Microsoft

AZ-204 · Question #602

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 D. Disable adaptive sampling. Enable and configure the fixed-rate sampling module. https://learn.microsoft.com/en-us/azure/azure-monitor/app/sampling-classic-api#types-of-

Submitted by lucia.co· 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.
  • CUpdate the application code to reduce the number of DiagnosticSource events. Use filtering to
  • DDisable adaptive sampling. Enable and configure the fixed-rate sampling module.

How the community answered

(29 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    83% (24)

Explanation

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

Topics

#Application Insights#fixed-rate sampling#HTTP correlation#telemetry reduction

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice