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.
Question
Exhibit
Answer Area
- Blob type:BlockAppendBlockPage
- Enable:The change feedA 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
Community Discussion
No community discussion yet for this question.
