A company is designing a data storage solution for a medical telemetry application. The application writes telemetry logs directly to an Azure Blob Storage General Purpose v2 (GPv2) account.
The logs must be managed according to the following requirements:
- For the first days after creation, logs must be immediately readable with sub-second latency to support real-time dashboards.
- Between day and day , logs are rarely accessed but must remain online and readable within minutes for ad-hoc audit queries.
- After days, logs must be retained for compliance for a total of years ( days) from creation. A retrieval latency of up to hours is acceptable for compliance queries.
- The lifecycle management strategy must minimize total storage costs.
You need to design a lifecycle management policy that meets these requirements while avoiding early deletion charges. Which lifecycle action sequence should you recommend?
- Transition blobs to the Cool tier after days, transition blobs to the Archive tier after days, and delete blobs after days.Cevap
- BTransition blobs to the Cold tier after days, transition blobs to the Archive tier after days, and delete blobs after days.
- CTransition blobs to the Archive tier after days, and delete blobs after days.
- DTransition blobs to the Cool tier after days, transition blobs to the Cold tier after days, and delete blobs after days.