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
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:
- PowerShell cleanup logic to delete blobs older than 7+ days and to ensure no blob versions or snapshots exist.
- Azure Blob Lifecycle Management rules to delete blobs older than 7+ days (including versions and snapshots).
- Storage Account configuration:
- Access tier: Cool
- Redundancy: __LRS__ - Do _not_ use Archive tier (because restores need to be fast). - My developer responded with:
- Access tier: Cool
- Storage Account configuration:
- 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.”
- Lifecycle Management can be configured as requested.
- Azure Blob Lifecycle Management rules to delete blobs older than 7+ days (including versions and snapshots).
- PowerShell cleanup logic to delete blobs older than 7+ days and to ensure no blob versions or snapshots exist.
Requested Help From Azure Support
I need Azure Support to:
- 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).
- Check whether any blob snapshots or versions exist that may be silently increasing storage cost.
- Confirm that Lifecycle Management rules can safely handle deletion of older backups without interfering with Macrium's restore processes.
- 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:
- PowerShell cleanup logic to delete blobs older than 7+ days and to ensure no blob versions or snapshots exist.
- Azure Blob Lifecycle Management rules to delete blobs older than 7+ days (including versions and snapshots).
- 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.”
- 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).
- Check whether any blob snapshots or versions exist that may be silently increasing storage cost.
- Confirm that Lifecycle Management rules can safely handle deletion of older backups without interfering with Macrium's restore processes.
- 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.
Sign in to answer