Skip to content

Commit e7ad431

Browse files
authored
Update best-practices.md
1 parent 2a81938 commit e7ad431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/key-vault/general/best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Key Vault safeguards encryption keys and secrets like certificates, connec
1818

1919
## Use separate key vaults
2020

21-
Our recommendation is to use a vault per application per environment (development, pre-production, and production), per region. Granular isolation helps you not share secrets across applications, environments and regions, and it also reduce the threat if there is a breach.
21+
Our recommendation is to use a vault per application per environment (development, preproduction, and production), per region. Granular isolation helps you not share secrets across applications, environments and regions, and it also reduce the threat if there is a breach.
2222

2323
### Why we recommend separate key vaults
2424

@@ -31,7 +31,7 @@ Encryption keys and secrets like certificates, connection strings, and passwords
3131
Recommendations for controlling access to your vault are as follows:
3232
- Lock down access to your subscription, resource group, and key vaults using role-based access control (RBAC) permission model for data plane.
3333
- Assign RBAC roles at Key Vault scope for applications, services, and workloads requiring persistent access to Key Vault
34-
- Assign just-in-time eligible RBAC roles for operators, administrators and other user accounts requiring privileged access to Key Vault using [Privileged Identity Management (PIM)](../../active-directory/privileged-identity-management/pim-configure.md)
34+
- Assign just-in-time eligible RBAC roles for operators, administrators, and other user accounts requiring privileged access to Key Vault using [Privileged Identity Management (PIM)](../../active-directory/privileged-identity-management/pim-configure.md)
3535
- Require at least one approver
3636
- Enforce multi-factor authentication
3737
- Restrict network access with [Private Link](private-link-service.md), [firewall and virtual networks](network-security.md)
@@ -42,7 +42,7 @@ Recommendations for controlling access to your vault are as follows:
4242

4343
Turn on purge protection to guard against malicious or accidental deletion of the secrets and key vault even after soft-delete is turned on.
4444

45-
For more information, see [Azure Key Vault soft-delete overview](soft-delete-overview.md)
45+
For more information, see [Azure Key Vault soft-delete overview](soft-delete-overview.md).
4646

4747
## Turn on logging
4848

@@ -52,7 +52,7 @@ For more information, see [Azure Key Vault soft-delete overview](soft-delete-ove
5252

5353
Purge protection prevents malicious and accidental deletion of vault objects for up to 90 days. In scenarios, when purge protection is not a possible option, we recommend backup vault objects, which can't be recreated from other sources like encryption keys generated within the vault.
5454

55-
For more information about backup, see [Azure Key Vault backup and restore](backup.md)
55+
For more information about backup, see [Azure Key Vault backup and restore](backup.md).
5656

5757
## Multitenant solutions and Key Vault
5858

0 commit comments

Comments
 (0)