More Info:

Ensure that critical Azure Blob Storage data is protected from accidental deletion or modification

Risk Level

High

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of enabling Immutable Blob Storage in Azure, you can follow the below steps:

  1. Login to Azure portal (https://portal.azure.com/)
  2. Navigate to the Storage Account where you want to enable Immutable Blob Storage.
  3. Click on the “Configuration” tab from the left-hand side menu.
  4. Scroll down to the “Data Protection” section and click on the “Immutability policies” option.
  5. Click on the ”+ Add” button to create a new Immutability policy.
  6. In the “Create Immutability Policy” blade, provide the following details:
    • Name: A unique name for the policy
    • Description: A brief description of the policy
    • Immutability Period: The number of days for which the blobs should be kept immutable
    • Allow Permanently Delete: Whether to allow permanently deleting the blobs during the immutability period
    • Allow Rehydrate: Whether to allow rehydrating the blobs during the immutability period
  7. Click on the “Review + create” button to review the policy details.
  8. Once you have reviewed the details, click on the “Create” button to create the Immutability policy.

With these steps, you have successfully enabled Immutable Blob Storage in Azure for the selected Storage Account.