You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/blob-backup-faq.yml
+22-24Lines changed: 22 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -11,37 +11,35 @@ metadata:
11
11
ms.custom: engagement-fy24
12
12
13
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).
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
15
16
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
-
Blob versioning is a feature of the storage account and isn't managed by Azure Backup. 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.
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
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.
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
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.
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
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.
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
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.
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
37
38
-
- If you use both operational and vaulted backup, apply the higher of the two retention requirements.
38
+
- If you use both operational and vaulted backup, apply the higher of the two retention requirements.
39
39
40
40
additionalContent: |
41
-
## Related content
41
+
## Related content
42
42
43
-
- [Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
44
-
45
-
- [Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md).
46
-
47
-
- [Restore Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
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