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 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: Suggested Answer: Step 1: Create a block blob in a Blob storage account First create the block blob. Azure Blob storage lifecycle management offers a rich, rule-based policy for GPv2 and Blob storage accounts. Step 2: Use an Azure Resource Manager template that has a lifecycle management policy Step 3: Create a rule that has the rule actions of TierToCool and TierToArchive 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. Note: You can add a Rule through Azure portal: Sign in to the Azure portal. 1. In the Azure portal, search for and select your storage account. 2. Under Blob service, select Lifecycle Management to view or change your rules. 3. Select the List View tab. 4. Select Add a rule and name your rule on the Details form. You can also set the Rule scope, Blob type, and Blob subtype values. 5. Select Base blobs to set the conditions for your rule. For example, blobs are moved to cool storage if they haven't been modified for 30 days. 6. Etc. Incorrect Answers: ✑ Schedule the lifecycle management policy to run: You don't Schedule the lifecycle management policy to run. The platform runs the lifecycle policy once a day. Once you configure a policy, it can take up to 24 hours for some actions to run for the first time. ✑ Create a rule filter: No need for a rule filter. Rule filters limit rule actions to a subset of blobs within the storage account. Reference: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts This question is in DP-200 Microsoft Azure Data Engineer Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer