mediummultiple choiceObjective-mapped

An administrator archives monthly log exports in a blob container to reduce storage cost. During an audit, one archived blob must be downloaded and opened later the same day. What must the administrator do before the blob can be read?

Question 1mediummultiple choice
Full question →

An administrator archives monthly log exports in a blob container to reduce storage cost. During an audit, one archived blob must be downloaded and opened later the same day. What must the administrator do before the blob can be read?

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

Distractor review

Read the blob directly from the Archive tier because archive data remains immediately online

Archive blobs are offline, so they cannot be read immediately without first being rehydrated.

B

Best answer

Change the blob tier from Archive to Hot or Cool and wait for rehydration to finish

Changing the tier from Archive to an online tier starts rehydration, after which the blob becomes readable again.

C

Distractor review

Copy the blob to a new container in the same account to bypass the archive restriction

Copying does not bypass archive behavior; the source blob still needs rehydration before normal read access.

D

Distractor review

Assign an Azure RBAC role to the auditor so the archived blob becomes available immediately

Permissions do not make archive data online; access still depends on rehydration completing first.

Common exam trap

Common exam trap: authentication is not authorization

Logging in proves the user can authenticate. It does not automatically mean the user is allowed to enter privileged or configuration mode. Watch for AAA authorization, privilege level and command authorization details.

Technical deep dive

How to think about this question

This kind of question is testing the difference between identity and permission. A user may successfully log in to a router because authentication is working, but still fail to enter configuration mode because authorization is missing, misconfigured or mapped to a lower privilege level.

KKey Concepts to Remember

  • Authentication checks who the user is.
  • Authorization controls what the user is allowed to do after login.
  • Privilege levels affect access to EXEC and configuration commands.
  • AAA, TACACS+ and RADIUS can separate login success from command access.

TExam Day Tips

  • Do not assume successful login means full administrative access.
  • Look for words such as cannot enter configuration mode, privilege level, authorization or command access.
  • Separate login problems from permission problems before choosing the answer.

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?

Authentication checks who the user is.

What is the correct answer to this question?

The correct answer is: Change the blob tier from Archive to Hot or Cool and wait for rehydration to finish — Archived blobs are offline and cannot be read until they are rehydrated to an online access tier. The administrator must change the blob from Archive to Hot or Cool, then wait for the rehydration process to complete before the data is available for download. This is an important operational distinction because permissions, networking, and container settings do not override archive state. The delay is part of the storage behavior, so planning ahead is necessary for audit and restore workflows. Why others are wrong: Archive data is not directly readable, so the first choice is incorrect. Copying the blob does not avoid the archive state of the source object. RBAC only controls authorization; it does not change the blob tier or make offline data accessible. The correct action is to rehydrate the blob first.

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.