|
| 1 | +### YamlMime:FAQ |
| 2 | +metadata: |
| 3 | + title: Frequently Asked Questions About Azure Blob Backup |
| 4 | + description: 'Learn how to answer common questions about Azure Blob Backup.' |
| 5 | + ms.topic: faq |
| 6 | + ms.service: azure-backup |
| 7 | + ms.date: 12/11/2025 |
| 8 | + author: AbhishekMallick-MS |
| 9 | + ms.author: v-mallicka |
| 10 | + ms.reviewer: v-mallicka |
| 11 | + ms.custom: engagement-fy24 |
| 12 | + |
| 13 | +title: Frequently asked questions about Azure Blob Backup |
| 14 | +summary: This article answers frequently asked questions about Azure Blob Backup. For more information on the Azure Blob backup region availability, supported scenarios, and limitations, see the [support matrix](blob-backup-support-matrix.md). |
| 15 | + |
| 16 | +sections: |
| 17 | + - name: Backup |
| 18 | + questions: |
| 19 | + - question: | |
| 20 | + Why does Azure Backup require to keep all versions for Blob backups? |
| 21 | + answer: | |
| 22 | + Azure Backup doesn’t manage blob versioning because it’s a storage account feature. When you enable vaulted backup, Azure Backup uses the Object Replication Service (ORS) to replicate blobs, including all versions, to the Backup Vault. The Backup Vault applies retention policies, such as 42 days, at the backup layer and not at the source storage account. Azure Backup doesn't change versioning settings in the storage account, as there might be independent compliance or operational requirements for retaining versions. |
| 23 | +
|
| 24 | + - question: | |
| 25 | + Does Backup vault reconcile or delete older blob versions in the source account? |
| 26 | + answer: | |
| 27 | + No, the Backup vault doesn't delete or reconcile blob versions in the source storage account. The retention policy applies only to restore points stored in the vault. For blob version cleanup in the source account, manage it separately using Lifecycle Management (LCM) policies or manual configuration. |
| 28 | +
|
| 29 | + - question: | |
| 30 | + Can I align blob versioning retention with my backup policy, such as 42 days? |
| 31 | + answer: | |
| 32 | + Yes, you can configure blob version retention in the storage account, but it works independently of the backup policy. |
| 33 | +
|
| 34 | + - For operational backup, set version retention to backup retention plus seven days. For example, if backup retention is 30 days, set version retention to 37 days. |
| 35 | +
|
| 36 | + - For vaulted backup only, reduce version retention after the first successful backup. We recommend you to keep versions for at least seven days after backup completion, or longer for large accounts with frequent changes. |
| 37 | +
|
| 38 | + - If you use both operational and vaulted backup, apply the higher of the two retention requirements. |
| 39 | +
|
| 40 | +additionalContent: | |
| 41 | + ## Related content |
| 42 | +
|
| 43 | + - [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md). |
| 44 | + - [Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md). |
| 45 | + - [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md). |
0 commit comments