BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Configure Azure Files and Azure Blob Storage
Topic Cram Sheet600 words

Cram sheet — Configure Azure Files and Azure Blob Storage

AZ-104 › Unit 2 › Configure Azure Files and Azure Blob Storage

Cram sheet — Configure Azure Files and Azure Blob Storage

Configure Azure Files and Azure Blob Storage

Node
AZ104-U2.T3
Objectives
7
Bank questions
25
Grounded documents
7

Seven objectives, and they divide into two questions: what does this tier cost me to leave early, and which recovery feature gets this particular thing back. Four recovery features overlap here and they protect different objects.

Tiers and their minimum stays

TierMinimum before an early-deletion penalty
Cool30 days
Cold90 days
Archive180 days
  • The penalty is prorated: move a blob to cool and delete it after 21 days and you are charged as though it stayed 30.
  • Archive is offline. A blob there cannot be read or modified — you must rehydrate it to hot, cool or cold first, which can take up to 15 hours depending on the priority you choose.
  • ⚠ You cannot rehydrate an archived blob using a lifecycle management policy. Lifecycle moves blobs to cooler tiers, not out of archive.
  • ⚠ To change an account's redundancy while it holds archived blobs, you must rehydrate them all first.
  • Capacity limits are set at the account level, not per tier.

Four recovery features, four different objects

FeatureProtectsRetention
Blob soft deleteAn individual blob, snapshot or version, deleted or overwritten1–365 days
Container soft deleteA deleted container and its contents1–365 days, default 7
Blob versioningEvery write, automaticallyUntil you delete the versions
File share soft deleteA deleted file share1–365 days, default 7
  • Container soft delete does not restore individual blobs deleted from a container that still exists — that is blob soft delete's job.
  • New storage accounts have file-share soft delete enabled by default, and the setting is at the account level, applying to every share in it.
  • Changing a retention period applies only to data deleted after the change. Anything already deleted keeps the period that was in force at the time.

Versioning versus snapshots

  • With versioning on, every write operation creates a new version — automatically, with no action from anyone. That is the cost trap: it is why the documentation immediately recommends a lifecycle policy to delete old versions.
  • A blob can have only one current version at a time. Modify a blob and the old current version becomes a previous version. Delete it and there is no current version at all, while previous versions persist.
  • Azure Files uses share snapshots instead: read-only, point-in-time copies of the whole share.
  • ⚠ Share snapshots provide only file-level protection. They do not prevent accidental deletion of the share or the storage account. Soft delete or a lock does that. This distinction is exam bait.

Lifecycle management

  • A policy is a collection of rules in JSON. Each rule needs at least one action, and filters narrow it by name prefix or blob index tag.
  • ⚠ A filter can say which blobs to include. There is no way to say which to exclude.
  • ⚠ Adding or editing rules can take up to 24 hours to take effect and for the first run to start. A policy is not an immediate control, which is what makes it a wrong answer to any stem demanding something happen now.

Name the object before you name the feature

A blob, a container, a share, a version and a snapshot are five different things, and each recovery feature protects exactly one of them. Read the stem for what was lost — an overwritten file, a deleted container, a whole share — and the feature follows. Answering with the feature you remember best is how this topic is failed.

Traps

Where Unit 2 Topic 3 catches people

Reading an archived blob without rehydrating it. Trying to rehydrate with a lifecycle policy. Expecting container soft delete to bring back one blob. Expecting share snapshots to survive the share being deleted. Assuming a retention-period change reaches back over data already deleted. Expecting a lifecycle rule to act immediately. Forgetting that versioning bills for every write.

Check yourself

Loading flashcards…

Where these figures come from

Every figure above was read from the raw documentation below on the day this sheet was written. The sha1 is git hash-object over the bytes as fetched, so a doc that changes underneath this sheet can be detected rather than assumed.

Documentsha1
Access tiers for blob data78c82ab0e7da
Soft delete for blobsc0acd68a6998
Soft delete for containersfdc676da4064
Prevent accidental deletion of Azure file shares97e9b60325c0
Blob versioning2b61a82792cf
Use share snapshots with Azure Filesb18da687afe1
Optimize costs by automatically managing the data lifecyclea6e60139abfb
All Microsoft Azure Administrator (AZ-104) Study Resources

Related Notes

  • AZ-104 exam map391 words
  • Unit 1 roadmap — Manage Azure identities and governance358 words
  • Unit 1 capstone — Onboarding an acquired subsidiary810 words
  • Lab — A budget notifies and stops nothing166 words
  • Lab — Prove that inheritance only flows one way212 words
  • Lab — Tags do not inherit, and a lock is not a permission204 words
  • Lab — Watch a dynamic group fill itself in183 words
  • Cram sheet — Manage access to Azure resources447 words
  • Cram sheet — Manage Azure subscriptions and governance841 words
  • Cram sheet — Manage Microsoft Entra users and groups580 words
  • Unit 2 roadmap — Implement and manage storage375 words
  • Unit 2 capstone — A media archive on a budget808 words

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Microsoft Azure Administrator (AZ-104) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Cram check — Configure Azure Files and Azure Blob Storage

Card 1 of 6

Front of flashcard 1 of 6

What are the minimum stays for cool, cold and archive?

medium

30, 90 and 180 days. Leaving early incurs a prorated early-deletion charge.

az-104az104:unit:2cram

Cram check — Configure Azure Files and Azure Blob Storage

Card 1

Front

What are the minimum stays for cool, cold and archive?

Back

30, 90 and 180 days. Leaving early incurs a prorated early-deletion charge.

Card 2

Front

Can a lifecycle policy rehydrate an archived blob?

Back

No. Lifecycle moves blobs to cooler tiers; rehydration out of archive has to be done another way, and takes up to 15 hours.

Card 3

Front

A blob was deleted from a container that still exists. Which feature restores it?

Back

Blob soft delete. Container soft delete restores a deleted CONTAINER and its contents, not one blob from a live container.

Card 4

Front

Do share snapshots protect against the file share being deleted?

Back

No — they provide only file-level protection. Use share soft delete, or lock the account or resource group.

Card 5

Front

You shorten the soft-delete retention period. What happens to already-deleted data?

Back

Nothing. The change applies only to data deleted after it; existing soft-deleted data keeps the period in force when it was deleted.

Card 6

Front

How quickly does a new lifecycle rule take effect?

Back

It can take up to 24 hours for the change to apply and the first run to start. It is not an immediate control.

Cram check — Configure Azure Files and Azure Blob Storage

Card 1

Front

What are the minimum stays for cool, cold and archive?

Back

30, 90 and 180 days. Leaving early incurs a prorated early-deletion charge.

Card 2

Front

Can a lifecycle policy rehydrate an archived blob?

Back

No. Lifecycle moves blobs to cooler tiers; rehydration out of archive has to be done another way, and takes up to 15 hours.

Card 3

Front

A blob was deleted from a container that still exists. Which feature restores it?

Back

Blob soft delete. Container soft delete restores a deleted CONTAINER and its contents, not one blob from a live container.

Card 4

Front

Do share snapshots protect against the file share being deleted?

Back

No — they provide only file-level protection. Use share soft delete, or lock the account or resource group.

Card 5

Front

You shorten the soft-delete retention period. What happens to already-deleted data?

Back

Nothing. The change applies only to data deleted after it; existing soft-deleted data keeps the period in force when it was deleted.

Card 6

Front

How quickly does a new lifecycle rule take effect?

Back

It can take up to 24 hours for the change to apply and the first run to start. It is not an immediate control.