Microsoft
AZ-104 · Question #447
You have a general-purpose v1 Azure Storage account named storage1 that uses locally- redundant storage (LRS). You need to ensure that the data in the storage account is protected if a zone fails…
The correct answer is C. Upgrade the account to general-purpose v2. v1 supports GRS/RA-GRS but question was about least cost. Least cost is ZRS which is only supported for v2 and premium file/block storage. https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#supported-storage-
Submitted by tom_us· Mar 4, 2026Implement and manage storage
Question
You have a general-purpose v1 Azure Storage account named storage1 that uses locally- redundant storage (LRS). You need to ensure that the data in the storage account is protected if a zone fails. The solution must minimize costs and administrative effort. What should you do first?
Options
- ACreate a new storage account.
- BConfigure object replication rules.
- CUpgrade the account to general-purpose v2.
- DModify the Replication setting of storage1.
How the community answered
(44 responses)- A5% (2)
- B14% (6)
- C77% (34)
- D5% (2)
Explanation
v1 supports GRS/RA-GRS but question was about least cost. Least cost is ZRS which is only supported for v2 and premium file/block storage. https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#supported-storage-
Community Discussion
No community discussion yet for this question.