A retail company stores customer invoice PDF documents in a General-purpose v2 (GPv2) Azure Blob storage account. The documents must be managed according to the following requirements:
* Invoices must be immediately available for active customer support queries during the first 30 days after creation.
* Between 31 and 180 days after creation, invoices are rarely accessed but must still support immediate, sub-second retrieval.
* After 180 days, invoices must be retained for an additional 1,095 days to meet regulatory compliance audits. Retrieval latency of several hours is acceptable during this period.
* After the retention period, the invoices must be permanently deleted to minimize storage costs.
You need to design a lifecycle management policy to meet these requirements while minimizing costs.
Which two actions should you include in the lifecycle management policy? (Select two.)
- Transition the blobs to the Cool tier 30 days after creation.Cevap
- Transition the blobs to the Archive tier 180 days after creation.Cevap
- CTransition the blobs to the Archive tier 30 days after creation.
- DDelete the blobs 1,095 days after creation.
- EDelete the blobs 180 days after creation.