AZ-204 · Question #459
AZ-204 Question #459: Real Exam Question with Answer & Explanation
The correct answer is B: adding data to documents. This question requires identifying two operations that would fail specifically when only an Azure Blob Storage legal hold is active and all time-based retention policies have expired, given that AllowProtectedAppendWrites was enabled for the time-based policies.
Question
You a web application that provides access to legal documents that are stored on Azure Blob Storage with version level immutability policies. Documents are protected with both time-based policies legal hold policies. All time-based retention policies have AllowProtectedAppendWrites property enabled. You have a requirement to prevent the user from attempting to perform operations that would fail only a legal is in effect and when all other are expired. You reed to meet the requirement. Which two operations you prevent?
Options
- Aoverwriting existing
- Badding data to documents
- Cdeleting documents
- Dcreating document
Explanation
This question requires identifying two operations that would fail specifically when only an Azure Blob Storage legal hold is active and all time-based retention policies have expired, given that AllowProtectedAppendWrites was enabled for the time-based policies.
Common mistakes.
- A. Overwriting existing documents would fail under an active time-based retention policy (even with
AllowProtectedAppendWritesenabled, as it applies to appends, not overwrites), meaning it does not fail only when a legal hold is in effect. - C. Deleting documents would fail under an active time-based retention policy, meaning it does not fail only when a legal hold is in effect.
Concept tested. Azure Blob Storage Immutability Policies (Time-based, Legal Hold, AllowProtectedAppendWrites)
Reference. https://learn.microsoft.com/en-us/azure/storage/blobs/immutable-storage-for-blob-data-overview
Community Discussion
No community discussion yet for this question.