Skip to content

Commit ac25b52

Browse files
Merge pull request #300344 from AbhishekMallick01/May-26-2025-EEE
Addressed EEE doc ask #26116824
2 parents 69bfd1d + f1db84c commit ac25b52

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
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.
4-
ms.reviewer: utraghuv
4+
ms.reviewer: dapatil
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)