Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Azure Blob Storage: Change Feed vs Events

Azure offers two mechanisms for detecting changes:

I didn’t find a comparison of those two mechanism: for me it is unclear when to use which mechanism.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Let me guide you on this the change Feed provides an ordered, guaranteed, and durable log of all the changes that occur to blobs in your storage account.
Best suited for scenarios where you need a comprehensive log of changes and want to process changes in a specific order.

where Storage Events are notifications that are triggered in response to specific events occurring on a blob container.
it is best suited for scenarios where you need real-time notifications about specific events ex- blob creation, deletion etc,it is useful for building event-driven architectures where you want to trigger actions or workflows in response to specific blob-related events.
For a detailed analysis follow the link below it takes you to the azure documentation,

https://learn.microsoft.com/en-us/search/?terms=Change%20Feed

https://learn.microsoft.com/en-us/search/?terms=Storage%20Events

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading