You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,7 @@ By default, Azure Cosmos DB stores continuous mode backup data in locally redund
43
43
44
44
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.
45
45
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.
47
47
48
48
> [!NOTE]
49
49
> 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,
52
52
53
53
The following configurations aren't restored after the point-in-time recovery:
54
54
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.
57
56
* Regions.
58
57
* Stored procedures, triggers, UDFs.
59
58
* Role-based access control assignments. These will need to be re-assigned.
60
59
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]().
Copy file name to clipboardExpand all lines: articles/cosmos-db/continuous-backup-restore-permissions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Scope is a set of resources that have access, to learn more on scopes, see the [
23
23
24
24
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.
25
25
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.
0 commit comments