More Info:

Ensure that Azure Blob Storage service has a lifecycle management policy configured.

Risk Level

Medium

Address

Security

Compliance Standards

SOC2, PCIDSS

Triage and Remediation

Remediation

Sure, here are the step by step instructions to enable Blob Storage Lifecycle Management in Azure using Azure console:

  1. Open the Azure portal and navigate to the storage account that needs to be remediated.
  2. In the left-hand menu, click on “Lifecycle management” under the “Blob service” section.
  3. Click on the ”+ Add” button to create a new lifecycle management rule.
  4. In the “Name” field, give a name to the rule.
  5. In the “Prefix matches” field, enter the prefix of the blob names that you want to apply the rule to. You can also leave it blank to apply the rule to all blobs.
  6. In the “Blob types” field, select the type of blobs that you want to apply the rule to.
  7. In the “Action” field, select the action that you want to perform on the blobs that match the rule. For example, you can choose to delete or move the blobs to a different storage tier.
  8. In the “Days after last modification” field, enter the number of days after which the action should be performed on the blobs.
  9. Click on the “Review + create” button to review the rule details.
  10. Once you have reviewed the details, click on the “Create” button to create the rule.

That’s it! The lifecycle management rule has been created and will be applied to the blobs that match the rule criteria.