
Explanation:
The Backlogged Input Events metric in Azure Stream Analytics indicates the number of input events that are queued and waiting to be processed by the job. A non-zero value (in this case, consistently at 20 for an hour) signifies that the job cannot process incoming events at the same rate they are arriving, leading to a backlog.
Why Option C (Increase the streaming units for the job) is correct:
Why other options are incorrect:
The optimal solution is to scale the job appropriately by increasing streaming units to match the incoming event rate.
Ultimate access to all questions.
You are monitoring an Azure Stream Analytics job and observe that the Backlogged Input Events metric has remained at 20 for the past hour. What should you done to reduce this count?
A
Drop late arriving events from the job.
B
Add an Azure Storage account to the job.
C
Increase the streaming units for the job.
D
Stop the job.
No comments yet.