Search⌘ K

Backups

Explore the backup options available in Azure Cosmos DB, including periodic and continuous backups. Understand configuration settings like backup interval, retention, and storage redundancy. Learn the restoration process, how to manage backups for data recovery, and differences between backup types to maintain secure, reliable data infrastructure.

Introduction

Backups are a critical part of any service architecture. They let us restore the business in case of accidental deletion or data corruption. Almost everything can be restored, minus some configurations:

  • Data

  • Containers

  • Databases

  • Accounts

Cosmos DB offers two different backup options that can be set at the account level:

  • Periodical backup

  • Continuous backup

The data is copied on Azure Blob Storage, encrypted with the same key used for the primary SSD storage.

Note: Backups don’t affect performance, availability, or RU consumption.

Periodic backup

In Cosmos DB, periodic backup is the default option, which copies the data on a configurable regular interval. Included in the price, we get the following configuration:

  • Backups are created every 4 hours.

  • Backups are retained for 8 hours (two backups).

  • Backups are ...