Skip to content

Commit 9ce6e10

Browse files
authored
Merge pull request #189978 from kanshiG/patch-102
Update continuous-backup-restore-permissions.md
2 parents d644829 + 4a8d5b9 commit 9ce6e10

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 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
---
@@ -77,14 +77,7 @@ az role assignment create --role "CosmosRestoreOperator" --assignee <email> --sc
7777
```
7878

7979
### 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-
```
80+
This operation is currently not supported.
8881

8982
### Assign capability to restore from any source account in a resource group.
9083
This operation is currently not supported.

0 commit comments

Comments
 (0)