|
1 | 1 | ---
|
2 | 2 | title: Manage Backups with Azure role-based access control
|
3 | 3 | description: Use Azure role-based access control to manage access to backup management operations in Recovery Services vault.
|
4 |
| -ms.reviewer: utraghuv |
| 4 | +ms.reviewer: dapatil |
5 | 5 | ms.topic: how-to
|
6 |
| -ms.date: 05/08/2025 |
| 6 | +ms.date: 05/26/2025 |
7 | 7 | ms.service: azure-backup
|
8 | 8 | author: jyothisuri
|
9 | 9 | ms.author: jsuri
|
@@ -124,16 +124,19 @@ The following table captures the Backup management actions and corresponding Azu
|
124 | 124 |
|
125 | 125 | | Management Operation | Minimum Azure role required | Scope Required | Alternative |
|
126 | 126 | | --- | --- | --- | --- |
|
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 | | |
128 | 128 | | | 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 | | |
130 | 130 | | | 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 | | |
133 | 133 | | | Storage account backup contributor | Storage account containing the blob | |
|
134 | 134 | | Restoring a blob | Backup Operator | Backup vault | |
|
135 | 135 | | | 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) |
|
136 | 136 |
|
| 137 | +>[!Note] |
| 138 | +>For Storage account validation operation, the Backup vault Managed ID must have the **Owner** privileges. |
| 139 | +
|
137 | 140 | ### Minimum role requirements for Azure database for PostgreSQL server backup
|
138 | 141 |
|
139 | 142 | | Management Operation | Minimum Azure role required | Scope Required | Alternative |
|
|
0 commit comments