hardmulti selectObjective-mapped

A compliance team wants newly uploaded monthly reports to remain in the Hot tier for 90 days and then move automatically to a cheaper online tier without becoming offline. Which two configurations should the administrator use? Select two.

Question 1hardmulti select
Full question →

A compliance team wants newly uploaded monthly reports to remain in the Hot tier for 90 days and then move automatically to a cheaper online tier without becoming offline. Which two configurations should the administrator use? Select two.

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Create a blob lifecycle management rule.

Lifecycle management automates tier changes based on object age, which fits recurring report data perfectly.

B

Best answer

Configure the rule to transition blobs from Hot to Cool after 90 days.

Hot to Cool after 90 days keeps the reports online while reducing storage costs over time.

C

Distractor review

Transition the blobs to Archive after 90 days so they cost less than Cool.

Archive would make the reports offline and introduce rehydration delay, which the requirement explicitly rejects.

D

Distractor review

Use file share snapshots because lifecycle rules do not apply to blobs.

File share snapshots are for Azure Files, not Blob Storage, and they do not manage blob access tiers.

E

Distractor review

Enable soft delete on the container to change access tiers automatically.

Soft delete protects against deletion, but it does not automate tier transitions or storage-cost optimization.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Create a blob lifecycle management rule. — The requirement is an online, cost-optimized lifecycle for reports. Blob lifecycle management is the right feature because it applies automatic rules based on age and other conditions. Transitioning from Hot to Cool after 90 days keeps the reports immediately accessible while lowering storage costs. This meets the compliance team’s retention pattern without moving the data into an offline tier like Archive. Why others are wrong: Archive is the wrong destination because it makes objects offline and slows future access. Azure Files snapshots do not control blob tiering. Soft delete is a safety feature for accidental deletion, not a tier-management mechanism. The solution must automate online tier transitions, not just protect data from removal.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.