A company is designing a data storage solution on Azure Blob Storage to store monthly application transaction logs. The logs are stored in a General-purpose v2 storage account. The lifecycle requirements for the logs are as follows:
- For the first days after creation, logs are actively queried by an analytical application requiring sub-second retrieval latency.
- From day to day , logs are rarely accessed, but when they are, they must be retrieved within minutes.
- From day to day , logs are only stored for compliance preparation. Retrieval latency of up to hours is acceptable.
- After days, the logs must be deleted permanently.
To minimize storage and retrieval costs, which of the following lifecycle management rule configurations should you recommend?
- Transition blobs to the Cold tier after days, transition to the Archive tier after days, and delete the blobs after days.Cevap
- BTransition blobs to the Archive tier after days, and delete the blobs after days.
- CTransition blobs to the Cool tier after days, transition to the Archive tier after days, and delete the blobs after days.
- DTransition blobs to the Cold tier after days, transition to the Archive tier after days, and delete the blobs after days.