Question 323 of 881
Azure Blob Storage Immutability Features for Compliance Requirements
Which THREE Azure Storage features can be used to enforce immutability for compliance requirements?
Quick Answer
Time-based retention through a blob immutability policy is the most direct of the immutability features because it works at the storage level itself: once set, it prevents the blob from being modified or deleted for a defined period, full stop, regardless of what permissions the caller otherwise has — which is exactly the guarantee regulations like SEC 17a-4(f) or FINRA's data preservation rules are designed to require. This differs in mechanism from blob versioning combined with a delete-lock policy, which achieves a similar outcome by making sure that once a version of a blob exists, that specific version can't be deleted or overwritten, effectively preserving history rather than locking the current state directly. Both approaches land on the same regulatory outcome — data that can't be tampered with or erased for a compliance-mandated period — but they get there through different storage mechanics, which is why immutability policies are sometimes paired with versioning rather than treated as a single feature. Recognizing that Azure Storage offers more than one mechanism to achieve regulatory immutability, each with a slightly different enforcement point, is the underlying skill these compliance-focused Blob Storage questions are testing.
⚠ Common exam trap
Test-takers frequently confuse soft delete with immutability, not realizing that soft delete only offers recovery, not prevention of deletion or modification, which is required for true compliance immutability.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Blob versioning with delete lock policy
Blob versioning with a delete lock policy prevents deletion of blob versions, effectively enforcing immutability by ensuring that once a version is created, it cannot be deleted or overwritten. This satisfies compliance requirements such as SEC 17a-4(f) or FINRA rules that mandate data preservation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Blob versioning with delete lock policy
Why this is correct
Versioning with delete lock can prevent permanent deletion.
- ✓
Legal hold on a blob container
Why this is correct
Legal hold prevents deletion until hold is removed.
- ✓
Blob immutability policy (time-based retention)
Why this is correct
Time-based retention prevents modification/deletion for a specified period.
- ✗
Soft delete for blobs
Why it's wrong here
Soft delete allows recovery but does not prevent deletion.
- ✗
Storage account firewall rules
Why it's wrong here
Firewall rules restrict access but do not enforce immutability.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on AZ-204
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. You are building a compliance solution that stores terabytes of data in Azure Blob Storage. Data is appended frequently and never modified. Regulatory requirements mandate that no data can be overwritten or deleted for 7 years. Which storage configuration should you enable?
hard- ✓ A.Enable immutability policy (time-based retention)
- B.Enable blob soft delete
- C.Enable blob versioning
- D.Enable change feed
Why A: A is correct because a time-based retention policy under Azure Blob Storage immutability policy ensures that blobs cannot be overwritten or deleted for a specified duration (here, 7 years). This meets the regulatory requirement of write-once-read-many (WORM) compliance, and the policy is enforced at the storage container level, preventing any modifications or deletions even by the storage account owner.
Last reviewed: Jun 24, 2026
This AZ-204 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-204 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.