An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
Thank you for the clarification.
I have one follow-up question regarding deletion of a specific blob version.
You mentioned that Blob Change Feed contains the blobVersion for version-related changes. However, you also mentioned that deleting an individual blob version does not generate a BlobDeleted event.
For example, if a blob has:
test.pdf
├── Version 1
├── Version 2
└── Version 3
and the user deletes Version 2 only, is this deletion recorded anywhere in Blob Change Feed, along with the deleted Version ID?
If it is not recorded in Change Feed, what is the recommended Azure-supported way to detect that a specific blob version was deleted and obtain the deleted Version ID so that we can notify/update Salesforce?
Our required flow is:
Azure Blob
↓
Specific Blob Version Deleted/ new blob uploads/version uploads
↓
Detect Deleted Version ID
↓
Salesforce
Our requirement is to maintain accurate version history in Salesforce, including individual blob-version deletions.
Thank you.