Skip to content

Commit beb0ad3

Browse files
authored
Merge pull request #56829 from trinadhkotturu/patch-13
Update backup-rbac-rs-vault.md
2 parents 5e035c3 + c084db9 commit beb0ad3

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/backup/backup-rbac-rs-vault.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: trinadhk
66
manager: shreeshd
77
ms.service: backup
88
ms.topic: conceptual
9-
ms.date: 7/11/2018
9+
ms.date: 11/1/2018
1010
ms.author: trinadhk
1111
---
1212

@@ -35,24 +35,28 @@ The following table captures the Backup management actions and corresponding min
3535
| Enable backup of Azure VMs | Backup Operator | Resource group containing the vault |
3636
| | Virtual Machine Contributor | VM resource |
3737
| On-demand backup of VM | Backup Operator | Recovery vault resource |
38-
| Restore VM | Backup Operator | Resource group in which VM will be deployed |
38+
| Restore VM | Backup Operator | Recovery Services vault |
3939
| | Virtual Machine Contributor | Resource group in which VM will be deployed |
40+
| | Virtual Machine Contributor | Source VM which got backed up |
4041
| Restore unmanaged disks VM backup | Backup Operator | Recovery vault resource |
41-
| | Virtual Machine Contributor | VM resource |
42-
| | Storage Account Contributor | Storage account resource |
42+
| | Virtual Machine Contributor | Source VM which got backed up |
43+
| | Storage Account Contributor | Storage account resource where disks are going to be restored |
4344
| Restore managed disks from VM backup | Backup Operator | Recovery vault resource |
44-
| | Virtual Machine Contributor | VM resource |
45-
| | Storage Account Contributor | Storage account resource |
46-
| | Contributor | Resource group to which managed disk will be restored |
45+
| | Virtual Machine Contributor | Source VM which got backed up |
46+
| | Storage Account Contributor | Temporary Storage account selected as part of restore to hold data from vault before converting them to managed disks |
47+
| | Contributor | Resource group to which managed disk(s) will be restored |
4748
| Restore individual files from VM backup | Backup Operator | Recovery vault resource |
48-
| | Virtual Machine Contributor | VM resource |
49+
| | Virtual Machine Contributor | Source VM which got backed up |
4950
| Create backup policy for Azure VM backup | Backup Contributor | Recovery vault resource |
5051
| Modify backup policy of Azure VM backup | Backup Contributor | Recovery vault resource |
5152
| Delete backup policy of Azure VM backup | Backup Contributor | Recovery vault resource |
5253
| Stop backup (with retain data or delete data) on VM backup | Backup Contributor | Recovery vault resource |
5354
| Register on-premises Windows Server/client/SCDPM or Azure Backup Server | Backup Operator | Recovery vault resource |
5455
| Delete registered on-premises Windows Server/client/SCDPM or Azure Backup Server | Backup Contributor | Recovery vault resource |
5556

57+
> [!IMPORTANT]
58+
> If you specify VM Contributor at a VM resource scope and click on Backup as part of VM settings, it will open 'Enable Backup' screen even though VM is already backed up as the call to verify backup status works only at subscription level. To avoid this, either go to vault and open the backup item view of the VM or specify VM Contributor role at a subscription level.
59+
5660
## Next steps
5761
* [Role Based Access Control](../role-based-access-control/role-assignments-portal.md): Get started with RBAC in the Azure portal.
5862
* Learn how to manage access with:

0 commit comments

Comments
 (0)