DP-900 · Question #236
Which Azure Blob Storage feature enables you to sync a Blob Storage account to an external cache?
The correct answer is B. change feed. The purpose of the change feed is to provide transaction logs of all the changes that occur to the blobs and the blob metadata in your storage account. The change feed provides ordered, guaranteed, durable, immutable, read-only log of these changes. Client applications can read…
Question
Options
- Athe Hot access tier
- Bchange feed
- Csnapshots
- Dversioning
How the community answered
(29 responses)- A3% (1)
- B86% (25)
- C3% (1)
- D7% (2)
Explanation
The purpose of the change feed is to provide transaction logs of all the changes that occur to the blobs and the blob metadata in your storage account. The change feed provides ordered, guaranteed, durable, immutable, read-only log of these changes. Client applications can read these logs at any time, either in streaming or in batch mode. The change feed enables you to build efficient and scalable solutions that process change events that occur in your Blob Storage account at a low cost. https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed?tabs=azure-
Topics
Community Discussion
No community discussion yet for this question.