nerdexam
Microsoft

AZ-305 · Question #332

Hotspot Question You have an Azure subscription. You need to deploy a solution that will provide point-in-time restore for blobs in storage accounts that have blob versioning and blob soft delete…

The correct answer is Blob type:: Block; Enable:: The change feed. This question tests knowledge of Azure Blob Storage point-in-time restore prerequisites, specifically what blob type supports this feature and what account-level setting must be enabled alongside blob versioning and soft delete.

Submitted by yousef_jo· Mar 6, 2026Design business continuity solutions

Question

Hotspot Question You have an Azure subscription. You need to deploy a solution that will provide point-in-time restore for blobs in storage accounts that have blob versioning and blob soft delete enabled. Which type of blob should you create, and what should you enable for the accounts? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-305 question #332 exhibit

Answer Area

  • Blob type:Block
    AppendBlockPage
  • Enable:The change feed
    A stored access policyImmutable blob storageObject replicationThe change feed

Explanation

This question tests knowledge of Azure Blob Storage point-in-time restore prerequisites, specifically what blob type supports this feature and what account-level setting must be enabled alongside blob versioning and soft delete.

Approach. For point-in-time restore in Azure Blob Storage, you must use Block Blobs - point-in-time restore only supports block blobs and does not apply to append blobs or page blobs. Additionally, you must enable Change Feed on the storage account, as point-in-time restore relies on the change feed log (combined with blob versioning and blob soft delete) to track and replay blob state changes to a specific point in time. So the correct answers are: Blob type = Block Blob, and the feature to enable = Change Feed. Together, blob versioning, blob soft delete, change feed, and point-in-time restore form a set of interdependent data protection features that must all be enabled for the solution to work.

Concept tested. Azure Blob Storage point-in-time restore requirements: understanding that only block blobs are supported, and that Change Feed must be enabled alongside blob versioning and blob soft delete to facilitate point-in-time restore functionality.

Reference. https://learn.microsoft.com/en-us/azure/storage/blobs/point-in-time-restore-overview

Topics

#blob change feed#point-in-time restore#blob versioning#soft delete

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice