AZ-204 – Question 41

0
591
​DRAG-DROP –
You are maintaining an existing application that uses an Azure Blob GPv1 Premium storage account. Data older than three months is rarely used.
Data newer than three months must be available immediately. Data older than a year must be saved but does not need to be available immediately.
You need to configure the account to support a lifecycle management rule that moves blob data to archive storage for data not modified in the last year.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Correct Answer: 
Step 1: Upgrade the storage account to GPv2
Object storage data tiering between hot, cool, and archive is supported in Blob Storage and General Purpose v2 (GPv2) accounts. General Purpose v1 (GPv1) accounts don’t support tiering.
You can easily convert your existing GPv1 or Blob Storage accounts to GPv2 accounts through the Azure portal.
Step 2: Create a new GPv2 Standard account and set its default access tier level to "cool" (creates empty storage for older and archive data)
Step 3:

Copy the data to be archived to a Standard GPv2 storage account and the delete the data from the original storage account (individual blobs get marked as "archive" during move operation, the newly create GPv2 is mentioned as the target)