Skip to content

Commit bc75200

Browse files
authored
Merge pull request #126408 from changeworld/patch-30
Fix typo
2 parents 47897f2 + a1c55df commit bc75200

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@ The following table captures the Backup management actions and corresponding Azu
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-
### Minimum role requirements for Azure database for PostGreSQL server backup
137+
### Minimum role requirements for Azure database for PostgreSQL server backup
138138

139139
| Management Operation | Minimum Azure role required | Scope Required | Alternative |
140140
| --- | --- | --- | --- |
141141
| Validate before configuring backup | Backup Operator | Backup vault | |
142-
| | Reader | Azure PostGreSQL server | |
142+
| | Reader | Azure PostgreSQL server | |
143143
| Enable backup from backup vault | Backup Operator | Backup vault | |
144-
| | Contributor | Azure PostGreSQL server | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.DBforPostgreSQL/servers/write Microsoft.DBforPostgreSQL/servers/read In addition, the backup vault MSI should be given [these permissions](./backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-backup) |
145-
| On demand backup of PostGreSQL server | Backup Operator | Backup vault | |
144+
| | Contributor | Azure PostgreSQL server | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.DBforPostgreSQL/servers/write Microsoft.DBforPostgreSQL/servers/read In addition, the backup vault MSI should be given [these permissions](./backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-backup) |
145+
| On demand backup of PostgreSQL server | Backup Operator | Backup vault | |
146146
| Validate before restoring a server | Backup Operator | Backup vault | |
147-
| | Contributor | Target Azure PostGreSQL server | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.DBforPostgreSQL/servers/write Microsoft.DBforPostgreSQL/servers/read
147+
| | Contributor | Target Azure PostgreSQL server | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.DBforPostgreSQL/servers/write Microsoft.DBforPostgreSQL/servers/read
148148
| Restoring a server | Backup Operator | Backup vault | |
149-
| | Contributor | Target Azure PostGreSQL server | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.DBforPostgreSQL/servers/write Microsoft.DBforPostgreSQL/servers/read In addition, the backup vault MSI should be given [these permissions](./backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-restore) |
149+
| | Contributor | Target Azure PostgreSQL server | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.DBforPostgreSQL/servers/write Microsoft.DBforPostgreSQL/servers/read In addition, the backup vault MSI should be given [these permissions](./backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-restore) |
150150

151151
## Next steps
152152

0 commit comments

Comments
 (0)