ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 68 - AZ-204 discussion

Report
Export

You need to resolve the log capacity issue.

What should you do?

A.
Create an Application Insights Telemetry Filter
Answers
A.
Create an Application Insights Telemetry Filter
B.
Change the minimum log level in the host.json file for the function
Answers
B.
Change the minimum log level in the host.json file for the function
C.
Implement Application Insights Sampling
Answers
C.
Implement Application Insights Sampling
D.
Set a LogCategoryFilter during startup
Answers
D.
Set a LogCategoryFilter during startup
Suggested answer: C

Explanation:

Scenario, the log capacity issue: Developers report that the number of log message in the trace output for the processor is too high, resulting in lost log messages.

Sampling is a feature in Azure Application Insights. It is the recommended way to reduce telemetry traffic and storage, while preserving a statistically correct analysis of application data. The filter selects items that are related, so that you can navigate between items when you are doing diagnostic investigations. When metric counts are presented to you in the portal, they are renormalized to take account of the sampling, to minimize any effect on the statistics.

Sampling reduces traffic and data costs, and helps you avoid throttling.

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/app/sampling

asked 02/10/2024
Moinuddin Mohammed
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first