Skip to content

Commit 10db765

Browse files
authored
Merge pull request #179961 from SnehaGunda/MICassandra
Adding backup encryption details
2 parents e07ec2a + eb6a3e3 commit 10db765

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/cosmos-db/online-backup-and-restore.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how automatic backup, on-demand data restore
44
author: kanshiG
55
ms.service: cosmos-db
66
ms.topic: how-to
7-
ms.date: 07/21/2021
7+
ms.date: 11/15/2021
88
ms.author: govindk
99
ms.reviewer: sngun
1010

@@ -13,7 +13,9 @@ ms.reviewer: sngun
1313
# Online backup and on-demand data restore in Azure Cosmos DB
1414
[!INCLUDE[appliesto-all-apis](includes/appliesto-all-apis.md)]
1515

16-
Azure Cosmos DB automatically takes backups of your data at regular intervals. The automatic backups are taken without affecting the performance or availability of the database operations. All the backups are stored separately in a storage service. The automatic backups are helpful in scenarios when you accidentally delete or update your Azure Cosmos account, database, or container and later require the data recovery. There are two backup modes:
16+
Azure Cosmos DB automatically takes backups of your data at regular intervals. The automatic backups are taken without affecting the performance or availability of the database operations. All the backups are stored separately in a storage service. The automatic backups are helpful in scenarios when you accidentally delete or update your Azure Cosmos account, database, or container and later require the data recovery. Azure Cosmos DB backups are encrypted with Microsoft managed service keys. These backups are transferred over a secure non-public network. Which means, backup data remains encrypted while transferred over the wire and at rest. Backups of an account in a given region are uploaded to storage accounts in the same region.
17+
18+
There are two backup modes:
1719

1820
* **Periodic backup mode** - This mode is the default backup mode for all existing accounts. In this mode, backup is taken at a periodic interval and the data is restored by creating a request with the support team. In this mode, you configure a backup interval and retention for your account. The maximum retention period extends to a month. The minimum backup interval can be one hour. To learn more, see the [Periodic backup mode](configure-periodic-backup-restore.md) article.
1921

0 commit comments

Comments
 (0)