Skip to content

Commit 3f7dc9d

Browse files
author
AbhishekMallick01
committed
Addressed EEE doc ask #26116824
1 parent 722027a commit 3f7dc9d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Backups with Azure role-based access control
33
description: Use Azure role-based access control to manage access to backup management operations in Recovery Services vault.
44
ms.reviewer: utraghuv
55
ms.topic: how-to
6-
ms.date: 05/08/2025
6+
ms.date: 05/26/2025
77
ms.service: azure-backup
88
author: jyothisuri
99
ms.author: jsuri
@@ -124,16 +124,19 @@ The following table captures the Backup management actions and corresponding Azu
124124

125125
| Management Operation | Minimum Azure role required | Scope Required | Alternative |
126126
| --- | --- | --- | --- |
127-
| Validate before configuring backup | Backup Operator | Backup vault | |
127+
| Validate before configuring backup | Backup Operator | Backup vault <br><br> - Resources/deployments/validate/action <br> - Resources/deployments/write <br> - Resources/subscriptions/resourceGroups/read | |
128128
| | Storage account backup contributor | Storage account containing the blob | |
129-
| Enable backup from backup vault | Backup Operator | Backup vault | |
129+
| Enable backup from backup vault | Backup Operator | Backup vault <br><br> - Resources/deployments/validate/action <br> - Resources/deployments/write <br> - Resources/subscriptions/resourceGroups/read | |
130130
| | Storage account backup contributor | Storage account containing the blob | In addition, the backup vault MSI should be given [these permissions](./blob-backup-configure-manage.md#grant-permissions-to-the-backup-vault-on-storage-accounts) |
131-
| On demand backup of blob | Backup Operator | Backup vault | |
132-
| Validate before restoring a blob | Backup Operator | Backup vault | |
131+
| On demand backup of blob | Backup Operator | Backup vault <br><br> - Resources/deployments/validate/action <br> - Resources/deployments/write <br> - Resources/subscriptions/resourceGroups/read | |
132+
| Validate before restoring a blob | Backup Operator | Backup vault <br><br> - Resources/deployments/validate/action <br> - Resources/deployments/write <br> - Resources/subscriptions/resourceGroups/read | |
133133
| | Storage account backup contributor | Storage account containing the blob | |
134134
| Restoring a blob | Backup Operator | Backup vault | |
135135
| | Storage account backup contributor | Storage account containing the blob | In addition, the backup vault MSI should be given [these permissions](./blob-backup-configure-manage.md#grant-permissions-to-the-backup-vault-on-storage-accounts) |
136136

137+
>[!Note]
138+
>For Storage account validation operation, the Backup vault Managed ID must have the **Owner** privileges.
139+
137140
### Minimum role requirements for Azure database for PostgreSQL server backup
138141

139142
| Management Operation | Minimum Azure role required | Scope Required | Alternative |

0 commit comments

Comments
 (0)