Skip to content

Commit c869dea

Browse files
Merge pull request #273603 from kanshiG/patch-164
Update online-backup-and-restore.md
2 parents a22f24a + 6820825 commit c869dea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ There are two backup modes:
2929
3030
For Azure Synapse Link enabled accounts, analytical store data isn't included in the backups and restores. When Azure Synapse Link is enabled, Azure Cosmos DB will continue to automatically take backups of your data in the transactional store at a scheduled backup interval. Within an analytical store, automatic backup and restore of your data isn't supported at this time.
3131

32+
## Immutability of Cosmos DB backups
33+
Cosmos DB backups are completely managed by the platform. Actions like restore, update backup retention or redundancy change are controlled via permission model managed by database account administrator. Cosmos DB backups are not exposed to any human actors, customers or any other module for listing, deletion, or disabling of backups. The backups are encrypted and stored in storage accounts secured by rotating certificate-based access. These backups are only accessed by restore module to restore specific backup nondestructively when a customer initiates a restore. These actions are logged and audited regularly. Backups kept under retention policy are:
34+
* Not alterable (no modifications are permitted to the backups).
35+
* Not allowed to be re-encrypted.
36+
* Not allowed to be deleted.
37+
* Not allowed to be disabled
38+
Customers who chose [CMK (customer managed key)](how-to-setup-customer-managed-keys.md), their data and backup have protection through envelope encryption."
39+
3240
## Frequently asked questions
3341

3442
### Can I restore from an account A in subscription S1 to account B in a subscription S2?

0 commit comments

Comments
 (0)