Question 48 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 48 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

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:

Actions

Upgrade the storage account to GPv2

Create a new GPv2 Standard account

and set its default access
tier level to cool

Change the storage account access
tier from hot to cool

Copy the data to be archived to a Standard
GPv2 storage account and then delete the

data from the original storage account

Answer Area

@
©

©O

Explanations

Actions

Answer Area

Upgrade the storage account to GPv2

Create a new GPv2 Standard account
and set its default access
tier level to cool

Copy the data to be archived to a Standard
GPV2 storage account and then delete the
data from the original storage account

@
©

Change the storage account access
tier from hot to cool

©O

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: Copy the data to be archived to a Standard GPv2 storage account and then delete the data from the original storage account Step 3: Change the storage account access tier from hot to cool Note: Hot - Optimized for storing data that is accessed frequently.

Cool - Optimized for storing data that is infrequently accessed and stored for at least 30 days.

Archive - Optimized for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements, on the order of hours.

Only the hot and cool access tiers can be set at the account level.

The archive access tier can only be set at the blob level.

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers