A healthcare software provider is designing a storage lifecycle strategy for medical imaging files stored in a general-purpose v2 (GPv2) Azure Blob storage account. The access patterns and requirements for the imaging files are as follows:
* For the first 30 days after creation, files are frequently accessed by clinicians and require immediate, sub-second retrieval.
* From day 31 to day 120, files are accessed occasionally for audits. Immediate, sub-second retrieval is still required during this period.
* After 120 days, files must be preserved for historical research. A retrieval latency of up to 15 hours is acceptable for these historical files.
* The solution must minimize storage and transaction costs.
Which lifecycle management policy configuration should you recommend?
- Transition blobs to the Cool tier 30 days after creation, and transition blobs to the Archive tier 120 days after creation.Cevap
- BTransition blobs to the Archive tier 30 days after creation, and transition blobs to the Cool tier 120 days after creation.
- CTransition blobs to the Cold tier 30 days after creation, and transition blobs to the Archive tier 90 days after creation.
- DTransition blobs to the Cool tier 30 days after creation, and transition blobs to the Archive tier 60 days after creation.