Skip to content

Commit dbebf8b

Browse files
authored
Update continuous-backup-restore-permissions.md
Removed the documentation as per @Vinh's comment "Assign capability to restore from a specific account"
1 parent 6264448 commit dbebf8b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to isolate and restrict the restore permissions for conti
44
author: kanshiG
55
ms.service: cosmos-db
66
ms.topic: how-to
7-
ms.date: 02/16/2022
7+
ms.date: 02/28/2022
88
ms.author: govindk
99
ms.reviewer: wiassaf
1010
---
@@ -76,16 +76,6 @@ Assign the `CosmosRestoreOperator` built-in role at subscription level
7676
az role assignment create --role "CosmosRestoreOperator" --assignee <email> --scope /subscriptions/<subscriptionId>
7777
```
7878

79-
### Assign capability to restore from a specific account
80-
81-
* Assign a user write action on the specific resource group. This action is required to create a new account in the resource group.
82-
83-
* Assign the *CosmosRestoreOperator* built-in role to the specific restorable database account that needs to be restored. In the following command, the scope for the *RestorableDatabaseAccount* is retrieved from the `ID` property in the output of `az cosmosdb restorable-database-account list` (if using CLI) or `Get-AzCosmosDBRestorableDatabaseAccount` (if using PowerShell).
84-
85-
```azurecli-interactive
86-
az role assignment create --role "CosmosRestoreOperator" --assignee <email> --scope <RestorableDatabaseAccount>
87-
```
88-
8979
### Assign capability to restore from any source account in a resource group.
9080
This operation is currently not supported.
9181

0 commit comments

Comments
 (0)