nerdexam
Microsoft

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…

Submitted by rohit_dlh· Mar 30, 2026Describe considerations for non-relational data on Azure

Question

Which Azure Blob Storage feature enables you to sync a Blob Storage account to an external cache?

Options

  • Athe Hot access tier
  • Bchange feed
  • Csnapshots
  • Dversioning

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    86% (25)
  • C
    3% (1)
  • D
    7% (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

#Azure Blob Storage#change feed#storage features#data synchronization

Community Discussion

No community discussion yet for this question.

Full DP-900 Practice