Share via

Clarification on Azure Blob Storage Vaulted Backup policies, archive tier, frequency, and billing model

Era 20 Reputation points
2026-01-06T05:58:14.13+00:00

I need some clarification on Azure Backup for Blob Storage (vaulted backup).

1.) I have a single storage account with two different blob containers. Is it possible to protect each container with a different backup policy (e.g., different schedules and retention), or is the policy always applied at the storage account level?

2.) For vaulted backup of blob storage, is the Archive tier supported for the backup data stored in the Backup Vault, or is the backup data currently stored only in the standard tier?

3.) Please confirm whether the following understanding of vaulted backup behavior is correct:

  • The first backup performs a full backup.
  • Subsequent scheduled backups are incremental only, capturing changes to blobs since the last backup.
  • Azure Backup for Blob Storage follows an incremental-forever model.
  • Each backup creates a recovery point that represents a complete view of the data at that point in time, without requiring replay of previous backups during restore.
  • Billing is based on the initial full backup size, with subsequent charges only for incremental data changes and retained recovery points.

4.) It seems that vaulted backup currently supports only daily or weekly backup schedules, and not monthly or yearly. For a 10-year maximum retention of audit data, what is the recommended approach or mechanism?

Thanks.

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


Answer accepted by question author

Suchitra Suregaunkar 14,430 Reputation points Microsoft External Staff Moderator
2026-01-06T10:29:35.4366667+00:00

Hello Era

Thank you for posting your query on Microsoft Q&A platform.

Azure Backup policies for Blob Storage are applied at the storage account level, not per container. While you can include or exclude specific containers during protection, all protected containers follow the same backup schedule and retention policy. Azure Backup does not currently support assigning different policies to individual containers within the same storage account.

Archive tier support Azure Backup for Blob Storage does not support the Archive tier. Archive tier is supported only for specific workloads such as Azure VMs, SQL Server in Azure VMs, and SAP HANA in Azure VMs. Blob Storage is not listed as a supported workload for Archive tier.

Vaulted backup behavior:

  • The first backup creates the initial recovery point.
  • Subsequent backups capture only changes since the previous backup (incremental‑forever model).
  • Each scheduled backup creates a recovery point that can be restored independently, without replaying earlier backups.

Billing model clarification: Azure Backup charges are based on the protected data size and the amount of backup data stored in the Backup vault, which grows based on retained recovery points.

Reference: https://azure.microsoft.com/en-us/pricing/details/backup/

Long‑term retention : Vaulted backup for Blob Storage currently supports daily or weekly schedules only. However, long‑term retention (up to multiple years) can be achieved by configuring retention settings on these scheduled backups. Monthly or yearly schedules are not currently supported for Blob Storage.

If you have any other queries, please do let us know.

Thanks,
Suchitra.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-01-06T05:58:26.24+00:00

    In Azure Blob Storage, backup policies are applied at the storage account level, meaning you cannot protect each container with a different backup policy. Instead, the same backup policy will apply to all containers within the storage account.

    Regarding the vaulted backup of blob storage, the backup data is currently stored only in the standard tier, and the Archive tier is not supported for the backup data stored in the Backup Vault.

    Your understanding of the vaulted backup behavior is mostly correct:

    1. The first backup does perform a full backup.
    2. Subsequent scheduled backups are incremental, capturing only the changes to blobs since the last backup.
    3. Azure Backup for Blob Storage indeed follows an incremental-forever model, where each backup creates a recovery point that represents a complete view of the data at that point in time.
    4. Billing is based on the size of the initial full backup, with additional charges for incremental data changes and retained recovery points.

    As for the backup schedules, it is correct that vaulted backup currently supports only daily or weekly backup schedules. For a 10-year maximum retention of data, you would typically configure your backup policy to retain recovery points as per the defined schedule and retention settings, allowing you to keep the data for the maximum duration allowed.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.