An enterprise deploys an application that uploads telemetry data to a General-purpose v2 (GPv2) storage account. The telemetry files must be managed according to the following requirements:
- Telemetry files are actively analyzed for the first 30 days and require sub-second access.
- Between 30 and 90 days, the files are accessed occasionally for reporting. Sub-second access is still required, but storage costs must be minimized.
- After 90 days, the files are retained solely for compliance auditing. Retrieval latency can be up to 15 hours.
- All telemetry files must be permanently deleted after 365 days.
You need to design an Azure Blob Storage lifecycle management policy to meet these requirements while minimizing costs.
Which two actions should you include in the lifecycle management policy? (Select TWO.)
- Transition blobs to the Cool tier 30 days after creation.Answer
- Transition blobs to the Archive tier 90 days after creation.Answer
- CTransition blobs to the Archive tier 30 days after creation.
- DTransition blobs to the Archive tier immediately upon creation, and use high-priority rehydration for sub-second read requests.