An enterprise is designing a data storage solution for a system that generates transactional log blobs in a General-purpose v2 Azure Storage account.
The storage design must meet the following requirements:
* Logs must be accessed frequently and immediately during the first 30 days.
* Between day 31 and day 180, access is infrequent, but any query must return results with sub-second retrieval latency.
* After 180 days, the logs must be retained for a compliance period of 5 years. During this period, retrieval latency of up to 15 hours is acceptable, and storage costs must be minimized.
* The logs must be protected against deletion and modification by all users, including administrators, during the 5-year compliance period.
Which two of the following actions should you include in the design to meet these requirements?
- Create a lifecycle management rule that transitions blobs to the Cool tier 30 days after creation, and to the Archive tier 180 days after creation.Cevap
- Configure a locked time-based retention policy on the blob container.Cevap
- CCreate a lifecycle management rule that transitions blobs to the Archive tier 30 days after creation.
- DCreate a lifecycle management rule that transitions blobs to the Archive tier 90 days after creation.