Drag steps to the numbered slots on the right, or tap a step then tap a slot.
AZ-204 Practice Question: Connect to and consume Azure services and third-party services
Arrange the steps to implement Azure Blob Storage lifecycle management to archive blobs after 30 days in the correct order.
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
Create storage account and container, then upload blobs, then navigate to Lifecycle Management, then add a rule with action to archive after 30 days.
First create storage and container, upload blobs, navigate to lifecycle, add rule with actions.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Create storage account and container, then upload blobs, then navigate to Lifecycle Management, then add a rule with action to archive after 30 days.
Why this is correct
This sequence correctly outlines the logical and practical steps for implementing Azure Blob Storage lifecycle management. First, the foundational storage account and container must be provisioned to provide the destination for data. Next, uploading blobs populates this storage, making data available for management. Finally, navigating to Lifecycle Management and adding a rule ensures that the defined policy, such as archiving after 30 days, is applied to the existing and future blobs within the specified container, optimizing storage costs and compliance.
- ✗
Upload blobs first, then create storage account and container, then navigate to Lifecycle Management, then add a rule.
Why it's wrong here
This order is fundamentally incorrect because Azure Blob Storage requires a provisioned storage account and at least one container to exist before any blobs can be uploaded. Blobs are objects stored within containers, which reside within a storage account. Attempting to upload data without this foundational infrastructure would result in an error, as there would be no designated location for the data within the Azure ecosystem.
- ✗
Create storage account and container, then navigate to Lifecycle Management, then add a rule, then upload blobs.
Why it's wrong here
While technically possible to define a lifecycle rule immediately after creating the storage account and container, this sequence is not optimal for a typical implementation scenario. The most common and effective workflow involves populating the storage with blobs *before* configuring lifecycle rules. This ensures that the rules are immediately applicable to existing data and that the impact of the policy can be observed and validated on actual stored items, rather than applying rules to an empty container.
- ✗
Navigate to Lifecycle Management first, then create storage account and container, then upload blobs, then add a rule.
Why it's wrong here
This sequence is incorrect because Lifecycle Management is a feature specific to an Azure Storage Account. You cannot access or configure lifecycle rules in the Azure portal or via APIs without first selecting or referencing an existing storage account. The Azure portal's navigation for Lifecycle Management is nested under a specific storage account resource, making it impossible to access as a standalone service before the storage account itself is created.
Quick reference
Azure Blob Storage Tier Comparison
| Tier | Storage Cost | Retrieval Cost | Latency | Use Case |
|---|---|---|---|---|
| Hot | Highest | Lowest | Immediate | Active data, frequent reads |
| Cool | Lower | Higher | Immediate | Data accessed < once / month |
| Cold | Lower still | Higher | Immediate | Data accessed < once / quarter |
| Archive | Lowest | Highest + rehydration delay | Hours | Long-term compliance retention |
Go deeper
Related to this question
About these practice questions
Courseiva writes every AZ-204 question from scratch — 881 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.