You are implementing an Azure Blob Storage lifecycle management policy for a Standard General Purpose v2 (GPv2) storage account to automate data tiering. Which two of the following statements are correct regarding the configuration and execution of these policies? (Select two.)
- The lifecycle management policy is executed by the Azure Storage service once every 24 hours.Answer
- The policy actions, such as tierToCool and delete, are valid operations applied to the baseBlob type.Answer
- CTo allow the policy to execute, you must generate a Shared Access Signature (SAS) token with delete permissions and bind it to the policy.
- DIf a target blob is locked with an active lease, the lifecycle policy automatically acquires the lease ID to perform the delete action.
Answer
The lifecycle management policy is executed by the Azure Storage service once every 24 hours, and the policy actions, such as tierToCool and delete, are valid operations applied to the baseBlob type.
The lifecycle management policy is executed by the Azure Storage platform once every 24 hours. Furthermore, actions such as tierToCool, tierToArchive, and delete are standard, valid operations that can be defined under the baseBlob node of the policy rule schema.
Step-by-Step Solution
Key Concept
Azure Blob Storage Lifecycle Management execution rules and action schema on Standard GPv2 storage accounts.