I store weekly Macrium backup files in Azure Blob Storage and want to ensure the setup is cost efficient and automatically removes old data.

David Leslie 0 Reputation points
2025-12-11T11:33:54.9433333+00:00

I am using an Azure Storage Account to store Macrium backup files that are uploaded weekly. I provided my developer with instructions to optimise costs and ensure old backup data is automatically removed, but his responses indicate that some settings may not be correctly applied ,  particularly around the Storage Account Access Tier (Cool).

I would like Azure Support to verify and, if possible, adjust my storage account configuration to ensure cost‑optimized settings are applied correctly.

 

Current Situation / Issue

  • We store Macrium backup files in Azure Blob Storage.
  • Backups older than ~7 days should be automatically deleted to avoid unnecessary storage costs.
  • I requested the following changes:
    1. PowerShell cleanup logic to delete blobs older than 7+ days and to ensure no blob versions or snapshots exist.
      1. Azure Blob Lifecycle Management rules to delete blobs older than 7+ days (including versions and snapshots).
        1. Storage Account configuration:
          • Access tier: Cool
            - Redundancy: __LRS__
            
                  - Do _not_ use Archive tier (because restores need to be fast).
            
                  - My developer responded with:
            
      • The PowerShell script already deletes older backups and keeps only the latest ones.
        • Lifecycle Management can be configured as requested.
          • However, he stated: “Access tier isn’t relevant for the storage you use. You don’t upload to an archive tier anyway.”

 

Requested Help From Azure Support

I need Azure Support to:

  1. Verify whether the Storage Account Access Tier can (and should) be changed to Cool to reduce storage costs for our use case (Macrium backup files retained for 7 days).
  2. Check whether any blob snapshots or versions exist that may be silently increasing storage cost.
  3. Confirm that Lifecycle Management rules can safely handle deletion of older backups without interfering with Macrium's restore processes.
  4. If possible, apply or assist with applying the correct configuration, or advise whether other settings (e.g., account-tier-level settings vs. per-blob-tier settings) need to be adjusted. I am using an Azure Storage Account to store Macrium backup files that are uploaded weekly. I provided my developer with instructions to optimise costs and ensure old backup data is automatically removed, but his responses indicate that some settings may not be correctly applied ,  particularly around the Storage Account Access Tier (Cool). I would like Azure Support to verify and, if possible, adjust my storage account configuration to ensure cost‑optimized settings are applied correctly.   Current Situation / Issue
    • We store Macrium backup files in Azure Blob Storage.
    • Backups older than ~7 days should be automatically deleted to avoid unnecessary storage costs.
    • I requested the following changes:
    1. PowerShell cleanup logic to delete blobs older than 7+ days and to ensure no blob versions or snapshots exist.
    2. Azure Blob Lifecycle Management rules to delete blobs older than 7+ days (including versions and snapshots).
    3. Storage Account configuration:
      • Access tier: Cool
      • Redundancy: LRS
      • Do not use Archive tier (because restores need to be fast).
    • My developer responded with:
      • The PowerShell script already deletes older backups and keeps only the latest ones.
    • Lifecycle Management can be configured as requested.
    • However, he stated:
      “Access tier isn’t relevant for the storage you use. You don’t upload to an archive tier anyway.”
      Requested Help From Azure Support I need Azure Support to:
    1. Verify whether the Storage Account Access Tier can (and should) be changed to Cool to reduce storage costs for our use case (Macrium backup files retained for 7 days).
    2. Check whether any blob snapshots or versions exist that may be silently increasing storage cost.
    3. Confirm that Lifecycle Management rules can safely handle deletion of older backups without interfering with Macrium's restore processes.
    4. If possible, apply or assist with applying the correct configuration, or advise whether other settings (e.g., account-tier-level settings vs. per-blob-tier settings) need to be adjusted.
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.