An enterprise is designing a data storage solution on Azure Blob Storage for an application that processes transactional logs. The storage requirements are as follows:
* Newly generated logs are accessed frequently for the first 30 days, and queries require sub-second retrieval times.
* Logs between 31 and 90 days old are accessed occasionally for monthly reports, and must also be available with sub-second retrieval times.
* Logs older than 90 days are rarely accessed but must be retained for 5 years to comply with regulatory audits. For these audits, a retrieval latency of up to 15 hours is acceptable.
* Storage costs must be minimized, and early deletion charges must be avoided.
Which two actions should you include in the lifecycle management policy to meet these requirements? (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 cold tier 30 days after creation.
- DTransition blobs to the archive tier 30 days after creation.