Skip to content

Commit acd7686

Browse files
minor changes
1 parent a1a571b commit acd7686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/backup/backup-azure-vms-encryption.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ To enable backups for ADE encrypted VMs using Azure RBAC enabled key vaults, you
105105

106106
:::image type="content" source="./media/backup-azure-vms-encryption/enable-key-vault-encryption-inline.png" alt-text="Screenshot shows the checkbox to enable ADE encrypted key vault." lightbox="./media/backup-azure-vms-encryption/enable-key-vault-encryption-expanded.png":::
107107

108-
Learn about the [different available roles](/azure/key-vault/general/rbac-guide?tabs=azure-cli#azure-built-in-roles-for-key-vault-data-plane-operations). The **Key Vault Administrator** role can allow permissions to *get*, *list*, and *backup* both secret and key.
108+
Learn about the [different available roles](/azure/key-vault/general/rbac-guide?tabs=azure-cli#azure-built-in-roles-for-key-vault-data-plane-operations). The **Key Vault Administrator** role can allow permissions to *get*, *list*, and *back up* both secret and key.
109109

110110
For Azure RBAC enabled key vaults, you can create custom role with the following set of permissions. Learn [how to create custom role](/azure/active-directory/roles/custom-create).
111111

112112
| Action | Description |
113113
| --- | --- |
114-
| Microsoft.KeyVault/vaults/keys/backup/action | Creates the backup file of a key. The file can be used to restire the key. |
115-
| Microsoft.KeyVault/vaults/secrets/backup/action | Createthe backup file of a secret. |
114+
| Microsoft.KeyVault/vaults/keys/backup/action | Creates the backup file of a key. |
115+
| Microsoft.KeyVault/vaults/secrets/backup/action | Creates the backup file of a secret. |
116116
| Microsoft.KeyVault/vaults/secrets/getSecret/action | Gets the value of a secret. |
117117
| Microsoft.KeyVault/vaults/keys/read | List keys in the specified vault or read properties and public materials. |
118118

0 commit comments

Comments
 (0)