Skip to content

Commit 8c2a97d

Browse files
Merge pull request #229331 from kanshiG/patch-123
Update continuous-backup-restore-permissions.md
2 parents 0deb8be + c23bbba commit 8c2a97d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Azure Cosmos DB's point-in-time restore feature helps to recover da
44
author: kanshiG
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 08/24/2022
7+
ms.date: 03/02/2023
88
ms.author: govindk
99
ms.reviewer: mjbrown
1010
ms.custom: references_regions, cosmos-db-video, ignite-2022
@@ -43,7 +43,7 @@ By default, Azure Cosmos DB stores continuous mode backup data in locally redund
4343

4444
In a steady state, all mutations performed on the source account (which includes databases, containers, and items) are backed up asynchronously within 100 seconds. If the Azure Storage backup media is down or unavailable, the mutations are persisted locally until the media is available. Then the mutations are flushed out to prevent any loss in fidelity of operations that can be restored.
4545

46-
You can choose to restore any combination of provisioned throughput containers, shared throughput database, or the entire account. The restore action restores all data and its index properties into a new account. The restore process ensures that all the data restored in an account, database, or a container is guaranteed to be consistent up to the restore time specified. The duration of restore will depend on the amount of data that needs to be restored.
46+
You can choose to restore any combination of provisioned throughput containers, shared throughput database, or the entire account. The restore action restores all data and its index properties into a new account. The restore process ensures that all the data restored in an account, database, or a container is guaranteed to be consistent up to the restore time specified. The duration of restore will depend on the amount of data that needs to be restored. The newly restored database account’s consistency setting will be same as the source database account’s consistency settings.
4747

4848
> [!NOTE]
4949
> With the continuous backup mode, the backups are taken in every region where your Azure Cosmos DB account is available. Backups taken for each region account are Locally redundant by default and Zone redundant if your account has [availability zone](/azure/architecture/reliability/architect) feature enabled for that region. The restore action always restores data into a new account.
@@ -52,13 +52,12 @@ You can choose to restore any combination of provisioned throughput containers,
5252

5353
The following configurations aren't restored after the point-in-time recovery:
5454

55-
* Firewall, VNET, Data plane RBAC or private endpoint settings.
56-
* Consistency settings. By default, the account is restored with session consistency.  
55+
* Firewall, VNET, Data plane RBAC or private endpoint settings.
5756
* Regions.
5857
* Stored procedures, triggers, UDFs.
5958
* Role-based access control assignments. These will need to be re-assigned.
6059

61-
You can add these configurations to the restored account after the restore is completed.
60+
You can add these configurations to the restored account after the restore is completed. An ability to prevent public access to restored account is described [here-to-befilled with url]().
6261

6362
## Restorable timestamp for live accounts
6463

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Scope is a set of resources that have access, to learn more on scopes, see the [
2323

2424
To perform a restore, a user or a principal need the permission to restore (that is *restore/action* permission), and permission to provision a new account (that is *write* permission). To grant these permissions, the owner can assign the `CosmosRestoreOperator` and `Cosmos DB Operator` built in roles to a principal.
2525

26-
1. Sign into the [Azure portal](https://portal.azure.com/) and navigate to your subscription.
26+
1. Sign into the [Azure portal](https://portal.azure.com/) and navigate to your subscription. The `CosmosRestoreOperator` role is available at subscription level.
2727

2828
1. Select **Access control (IAM)**.
2929

0 commit comments

Comments
 (0)