mediummultiple choiceObjective-mapped

A user accidentally deleted a folder tree from an Azure file share. The administrator needs to restore only the deleted folders to the state they had yesterday, not roll back the whole share. Which feature should be used?

Question 1mediummultiple choice
Full question →

A user accidentally deleted a folder tree from an Azure file share. The administrator needs to restore only the deleted folders to the state they had yesterday, not roll back the whole share. Which feature should be used?

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

Restore the entire storage account from an account-level backup.

That would be too broad and would recover far more data than the scenario requires.

B

Best answer

Use a file share snapshot and copy the needed folders back from it.

Azure Files snapshots capture point-in-time versions of a file share. By using the snapshot, the administrator can browse the earlier state and copy back only the deleted folders, which avoids restoring the entire share and minimizes impact on current data. This is the right operational recovery method when you need granular recovery of file content after accidental deletion.

C

Distractor review

Enable blob versioning on the storage account and recover the folders from versions.

Blob versioning applies to blobs, not to Azure file shares mounted through Azure Files.

D

Distractor review

Create a shared access signature with read permissions and use it to recover the folder tree.

A SAS controls access, but it does not create a previous point-in-time copy for recovery.

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: Use a file share snapshot and copy the needed folders back from it. — File share snapshots are the correct mechanism because they preserve point-in-time state for Azure Files. The administrator can open the snapshot, locate the missing folders, and restore only those items instead of reverting the entire share. This is especially useful when accidental deletion affects a limited portion of a share and business users still need current content elsewhere on the share to remain unchanged. Why others are wrong: A full account backup or restore is broader than needed and would risk overwriting unrelated current data. Blob versioning is for blob containers, not file shares. A SAS grants access permissions, but it does not provide historical file state or help reconstruct deleted folders.

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.