How to store dropped events in Azure stream analytics

VikasRajareddy-9365 26 Reputation points
2022-11-30T10:10:31.36+00:00

In Azure stream analytics, if there are any errors in the data and we have set the error policy to "Drop".

Then how could we capture those event payloads and store it some storage or queue.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,457 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
    2022-12-01T08:31:32.54+00:00

    Hello @VikasRajareddy-9365 ,

    Thanks for the question and using MS Q&A platform.

    Azure Stream Analytics will drop any output event that results in a data conversion error. The dropped events cannot be recovered for reprocessing later.

    All transient errors (for example, network errors) are retried regardless of the output error handling policy configuration.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is jhow you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful