A company is designing a storage solution for a legal compliance application that stores historical case documents. The documents are accessed frequently during the first 30 days after creation. After 30 days, the documents are rarely accessed, but the company is legally required to retain them for 7 years. When a document is requested, it must be available for immediate download with sub-second retrieval times. The storage solution must survive a regional disaster. Which storage configuration should you recommend?
- A Geo-Redundant Storage (GRS) account with a lifecycle management policy that transitions documents to the Cool tier 30 days after creationCevap
- BA Locally Redundant Storage (LRS) account with a lifecycle management policy that transitions documents to the Cool tier 30 days after creation
- CA Geo-Redundant Storage (GRS) account with a lifecycle management policy that transitions documents to the Archive tier 30 days after creation
- DA Locally Redundant Storage (LRS) account with a lifecycle management policy that transitions documents to the Archive tier 30 days after creation
Cevap
A Geo-Redundant Storage (GRS) account with a lifecycle management policy that transitions documents to the Cool tier 30 days after creation
A Geo-Redundant Storage (GRS) account with a lifecycle management policy transitioning blobs to the Cool tier after 30 days is the correct solution. GRS satisfies the requirement to survive a regional disaster by replicating data to a secondary region. The Cool tier minimizes storage costs for data that is rarely accessed after 30 days while keeping the data online for immediate, sub-second retrieval.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate storage redundancy and access tiers using Azure Blob Storage lifecycle management to balance cost, performance, and regional resilience.