BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Configure and manage storage accounts
Topic Cram Sheet421 words

Cram sheet — Configure and manage storage accounts

AZ-104 › Unit 2 › Configure and manage storage accounts

Cram sheet — Configure and manage storage accounts

Configure and manage storage accounts

Node
AZ104-U2.T2
Objectives
5
Bank questions
25
Grounded documents
4

Redundancy is the heart of this topic, and the exam separates two things learners routinely merge: what a copy protects you from, and where the copy lives. Nothing here protects you from a deletion.

Redundancy, by what it actually protects

OptionCopiesDurability over a year
LRSWithin a single physical datacenter in the primary regionat least 11 nines
ZRSSynchronously across three or more availability zones in the primary regionat least 12 nines
GRSLRS in the primary, then asynchronously to the secondary region—
GZRSZRS in the primary, then asynchronously to the secondary region—
  • The primary difference between GRS and GZRS is how data is replicated in the primary region. In the secondary region, both always use LRS.
  • The paired secondary region is determined by the primary and cannot be changed. It is not a setting.
  • Copying to the secondary is asynchronous, so a regional failure can lose the most recent writes. Read access to the secondary is the separate RA- prefix.
  • ZRS, GZRS and RA-GZRS are not available for all storage account types, and availability varies by region as well as by type.

Encryption is not a decision

  • Service-side encryption uses 256-bit AES in Galois/Counter Mode, it is enabled for all storage accounts, and you cannot disable it.
  • What you can decide is the key: Microsoft-managed or customer-managed. And you can add infrastructure encryption, which encrypts twice, at service and infrastructure level, with two different algorithms and two different keys.
  • So an option that offers to turn encryption on is describing something already true, and an option that offers to turn it off is describing something impossible.

Object replication has prerequisites

  • Change feed must be enabled on the source account.
  • Blob versioning must be enabled on both source and destination.
  • And it locks in: if the account has object replication policies in effect, you cannot disable blob versioning until you delete those policies.
  • Replication is asynchronous — Azure checks the source's change feed periodically — so this is not a synchronous mirror and latency depends on blob size.

Redundancy answers a hardware question, never a human one

Every redundancy option copies a delete as faithfully as it copies a write. If the requirement mentions accidental deletion, ransomware, or recovering a previous state, the answer lives in Topic 3 — soft delete, versioning, snapshots — and no amount of LRS, ZRS, GRS or GZRS is it.

Traps

Where Unit 2 Topic 2 catches people

Offering geo-redundancy as protection against deletion. Assuming the secondary region can be chosen. Forgetting that GRS and GZRS differ only in the primary region. Proposing to enable encryption that is already on and cannot be off. Configuring object replication without change feed on the source and versioning on both ends. Assuming ZRS is available for every account type in every region.

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
Azure Storage redundancyc09bcf4095c8
Storage account overview6348a1847dd2
Azure Storage encryption for data at rest40f490e7ed52
Object replication for block blobs39c6a30c368d
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 and manage storage accounts

Card 1 of 5

Front of flashcard 1 of 5

What is the only difference between GRS and GZRS?

medium

How data is replicated in the PRIMARY region — LRS for GRS, ZRS for GZRS. The secondary always uses LRS.

az-104az104:unit:2cram

Cram check — Configure and manage storage accounts

Card 1

Front

What is the only difference between GRS and GZRS?

Back

How data is replicated in the PRIMARY region — LRS for GRS, ZRS for GZRS. The secondary always uses LRS.

Card 2

Front

Can you choose your storage account's secondary region?

Back

No. The paired secondary is determined by the primary region and cannot be changed.

Card 3

Front

Can Azure Storage encryption be disabled?

Back

No. It uses 256-bit AES-GCM, is enabled for all storage accounts, and cannot be turned off. You choose the key, not the encryption.

Card 4

Front

What must be enabled before object replication works?

Back

Change feed on the SOURCE account, and blob versioning on BOTH source and destination.

Card 5

Front

Where does LRS keep its copies?

Back

Within a single physical datacenter in the primary region — at least eleven nines of durability, and no zone protection.

Cram check — Configure and manage storage accounts

Card 1

Front

What is the only difference between GRS and GZRS?

Back

How data is replicated in the PRIMARY region — LRS for GRS, ZRS for GZRS. The secondary always uses LRS.

Card 2

Front

Can you choose your storage account's secondary region?

Back

No. The paired secondary is determined by the primary region and cannot be changed.

Card 3

Front

Can Azure Storage encryption be disabled?

Back

No. It uses 256-bit AES-GCM, is enabled for all storage accounts, and cannot be turned off. You choose the key, not the encryption.

Card 4

Front

What must be enabled before object replication works?

Back

Change feed on the SOURCE account, and blob versioning on BOTH source and destination.

Card 5

Front

Where does LRS keep its copies?

Back

Within a single physical datacenter in the primary region — at least eleven nines of durability, and no zone protection.