Skip to content

Commit 95d2047

Browse files
committed
Clarify restore behavior in backup documentation
- Updated periodic backup documentation to clarify that TTL-expired documents are not restored by default but behavior can be enforced explicitly - Updated continuous backup documentation with consistent language for restore behavior - Ensures both backup modes have aligned documentation about restoration options
1 parent 04a7594 commit 95d2047

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

articles/cosmos-db/continuous-backup-restore-introduction.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ You can choose to restore any combination of provisioned throughput containers,
5656

5757
The following configurations aren't restored after the point-in-time recovery:
5858

59-
* A subset of containers under a shared throughput database can't be restored. The entire database can be restored as a whole.
60-
* Firewall, [virtual network](how-to-configure-vnet-service-endpoint.md), data plane role-based access control, or private endpoint settings.
61-
* All the regions from the source account.
62-
* Stored procedures, triggers, UDFs.
63-
* Role-based access control assignments.
59+
- A subset of containers under a shared throughput database can't be restored. The entire database can be restored as a whole.
60+
- Database account keys. The restored account is generated with new database account keys.
61+
- Firewall, [virtual network](how-to-configure-vnet-service-endpoint.md), data plane RBAC, or private endpoint settings.
62+
- All the regions from the source account.
63+
- Stored procedures, triggers, UDFs.
64+
- Role-based access control assignments. These need to be reassigned.
65+
- Documents that were deleted because of expired TTL are not restored by default, however the behavior can be enforced explicitly.
66+
- Analytical data when synapse link is enabled.
67+
- Materialized views.
6468

6569
You can add these configurations to the restored account after the restore is completed.
6670

articles/cosmos-db/periodic-backup-restore-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following configurations aren't restored after the point-in-time recovery:
5353
- Regions. The restored account is only a single-region account, which is the write region of the source account.
5454
- Stored procedures, triggers, user-defined functions (UDF).
5555
- Role-based access control assignments. These need to be reassigned.
56-
- Documents that were deleted because of expired TTL.
56+
- Documents that were deleted because of expired TTL are not restored by default, however the behavior can be enforced explicitly.
5757
- Analytical data when synapse link is enabled.
5858
- Materialized views.
5959

0 commit comments

Comments
 (0)