Hello Peter Symes
Thank you for posting your query on Microsoft Q&A platform.
Based on your requirements (multi‑TB off‑site backup, one‑way sync, very rare access, no immediacy required, lowest possible cost), It is recommended to user Azure Blob Storage with the Archive access tier for this scenario.
Azure Blob Storage is designed for storing large amounts of unstructured data at the lowest storage cost, especially when data is rarely accessed.
The archive tier is an offline tier for storing data that is rarely accessed and has the lowest storage cost.
Azure Files is intended for live file shares (SMB/NFS) and is not cost‑optimized for cold off‑site backups. Azure Backup adds per‑instance and management costs and is meant for managed recovery scenarios, not simple cold storage backups.
Follow below supported approach:
- Create a General‑purpose v2 storage account
- Upload backup data to the Cool tier
- Use a Lifecycle Management policy to move data to the Archive tier
You can’t write data directly to the archive tier. Data must be uploaded to hot or cool and then moved to archive.”
Lifecycle Management is the recommended and supported method for automating this tier transition.
Restore Behaviour:
- Archive tier data is offline
- Restore (rehydration) takes hours
- Retrieval costs are higher, but expected for disaster recovery scenarios
So, the Data in the archive tier must be rehydrated before access, which can take several hours.
The most economical and recommended solution for your scenario is:
- Azure Blob Storage (General‑purpose v2)
- LRS redundancy
- Cool tier for ingestion
- Lifecycle policy to Archive tier
- Restore only when required
This is the lowest‑cost storage option Microsoft provides for rarely accessed, large‑scale backup data.
Refer the below documents for additional details:
- Archive tier overview and cost behavior https://learn.microsoft.com/azure/storage/blobs/archive-cost-estimation
- Azure Backup pricing (shows additional cost components) https://azure.microsoft.com/pricing/details/backup/
This approach follows storage design guidance for cold, rarely accessed backup data and avoids unnecessary services or costs that are not required for the stated recovery objectives.
Please let us know if the suggested resolution helped/ addressed your concern. If it did, we’d appreciate your feedback on the proposed resolution as it helps others with similar issues.
If the resolution did not help, feel free to share more details about the challenge you’re still facing.
We’re happy to continue assisting and work with you toward the right solution.
Thanks,
Suchitra.