Which four actions should you perform in sequence?

Posted by: Pdfprep Category: DP-200 Tags: , ,

DRAG DROP

You are implementing an Azure Blob storage account for an application that has the following requirements:

– Data created during the last 12 months must be readily accessible.

– Blobs older than 24 months must use the lowest storage costs. This data will be accessed infrequently.

– Data created 12 to 24 months ago will be accessed infrequently but must be readily accessible at the lowest storage costs.

Which four 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.

Answer:

Explanation:

Step 1: Create a block blob in a Blob storage account

First create the block blob.

Step 2: Use an Azure Resource Manager template that has a lifecycle management policy

Azure Blob storage lifecycle management offers a rich, rule-based policy for GPv2 and Blob storage accounts.

Step 3: Create a rule that has the rule actions of TierCool, TierToArchive, and Delete

Each rule definition includes a filter set and an action set. The filter set limits rule actions to a certain set of objects within a container or objects names. The action set applies the tier or delete actions to the filtered set of objects.

Step 4: Schedule the lifecycle management policy to run.

Incorrect Answers:

Create a rule filter

No need for a rule filter. Rule filters limit rule actions to a subset of blobs within the storage account.

References: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts

Leave a Reply

Your email address will not be published.