exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 5 question 64 discussion

Actual exam question from Microsoft's AZ-204
Question #: 64
Topic #: 5
[All AZ-204 Questions]

HOTSPOT
-

You have an Azure Function app named App1 written in C# and an Application Insights workspace named Workspace1. App is implemented with Application Insights enabled and is configured to send its telemetry to Workspace1.

You observe that App1 telemetry collection regularly exceeds monthly quotas of Workspace1.

You need to ensure that the telemetry volume remains within the monthly quotas of Workspace1.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
florianwicher
Highly Voted 2 months, 1 week ago
Answer is correct: "If adaptive or fixed rate sampling methods are enabled for a telemetry type, ingestion sampling is disabled for that telemetry." and "Ingestion sampling happens at the Application Insights service endpoint. (...) It doesn't reduce telemetry traffic sent from your app, but helps you keep within your monthly quota." https://learn.microsoft.com/en-us/azure/azure-monitor/app/sampling-classic-api
upvoted 5 times
...
Thameur01
Most Recent 6 days, 5 hours ago
✅ App1: Enable fixed-rate sampling This configures the SDK-based sampling at the application level. Fixed-rate sampling helps control data before it's sent to Application Insights, which reduces cost and traffic. Compared to adaptive sampling (which varies based on traffic volume), fixed-rate is more predictable and thus more suitable when trying to strictly control data volume. ✅ Workspace1: Enable ingestion sampling Ingestion sampling works after data is received at the workspace and helps reduce the volume stored, but note: it still counts against quota initially. While SDK sampling (App1) is more effective in saving cost and bandwidth, ingestion sampling adds another layer of control, especially when SDK sampling isn’t sufficient or possible.
upvoted 2 times
...
tafa_had
2 months, 1 week ago
Not correct. Use fixed-rate sampling at the App1 level to limit telemetry at the source. Enable ingestion sampling at Workspace1 to filter excess data before storing it.
upvoted 1 times
...
Zezere
2 months, 3 weeks ago
Answer seems not to be correct. To stay in the quotas, you can define a fixed-rate sampling. As ingestion sampling only works when the 2 other types of typing are deactivated, you can deactivate it on the application Insights side.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago