Hello @Anthony Barlow Thank you for posting your question on Microsoft Q&A platform. Happy to answer any questions you may have!
Let's break down your questions and concerns about Azure Blob Storage backup options:
1. Operational Backups and Cost
You mentioned that your data doesn't change often, which means you might not need frequent backups with multiple versions. This reduces the cost of operational backups since you won't incur charges for frequent write operations. Azure Blob Storage charges for write operations (like uploads), so infrequent changes mean lower operational backup costs.
2. Protection Against Intentional/Malicious Activity
You correctly identified that operational backups might not protect against intentional or malicious actions (like someone deleting your storage account). For such scenarios, a separate, secure backup solution like Azure Blob Storage Vaulted Backup is essential. This offers additional protection by keeping a secure copy of your data in a separate vault.
3. Cost of Azure Blob Storage Vaulted Backup (Preview)
As of my last update, Azure Blob Storage Vaulted Backup was in preview, and therefore, it might not appear on the Azure Pricing Calculator. Pricing for preview features can vary and may not be publicly listed until they are generally available. Typically, for such services, costs are somewhat aligned with the storage costs of the data being backed up, but specifics can vary.
Given your 70TB of RA-GRS Cool blob storage, if you were to estimate the cost of vaulted backup, it might indeed be roughly equivalent to the cost of storing that 70TB again, but this can vary based on the actual pricing structure when the feature exits preview.
4. Storage Tiers for Backups
You asked whether you can store backups in the Archive tier while keeping live data in the Hot or Cool tier. Yes, Azure Blob Storage allows you to choose different storage tiers for different data needs. Storing backups in the Archive tier can significantly reduce costs compared to Hot or Cool tiers, although retrieval times are longer.
5. Compression for Backup Data
Azure Blob Storage does not automatically compress data for storage. If you want to reduce storage costs through compression, you would need to implement compression in your application before uploading data to Azure Blob Storage. Keep in mind that some file types, such as already compressed formats (like JPEG for images or MP3 for audio), may not benefit much from further compression.
Hope this clarifies. Please let us know if you have any further concerns!
If the response helped, do "Accept Answer" and up-vote it