Skip to content

Commit bed9391

Browse files
authored
Merge pull request #53804 from manuelvalenzuela/patch-1
Leftover closing parentheses were removed
2 parents 97e37dd + 316c5cc commit bed9391

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
@@ -17,13 +17,13 @@ ms.author: mbaldwin
1717

1818
## Control Access to your vault
1919

20-
Azure Key Vault is a cloud service that safeguards encryption keys and secrets like certificates, connection strings, and passwords. Because this data is sensitive and business critical, you need to secure access to your key vaults by allowing only authorized applications and users. This [article](secure-your-key-vault.md)) provides an overview of the Key Vault access model. It explains authentication and authorization, and describes how to secure access to your key vaults.
20+
Azure Key Vault is a cloud service that safeguards encryption keys and secrets like certificates, connection strings, and passwords. Because this data is sensitive and business critical, you need to secure access to your key vaults by allowing only authorized applications and users. This [article](secure-your-key-vault.md) provides an overview of the Key Vault access model. It explains authentication and authorization, and describes how to secure access to your key vaults.
2121

2222
Suggestions while controlling access to your vault are as follows:
2323
1. Lock down access to your subscription, resource group and Key Vaults (RBAC)
2424
2. Create Access policies for every vault
2525
3. Use least privilege access principal to grant access
26-
4. Turn on Firewall and [VNET Service Endpoints](overview-vnet-service-endpoints.md))
26+
4. Turn on Firewall and [VNET Service Endpoints](overview-vnet-service-endpoints.md)
2727

2828
## Use separate Key Vault
2929

@@ -35,9 +35,9 @@ Make sure you take regular back ups of your [vault](https://blogs.technet.micros
3535

3636
## Turn on Logging
3737

38-
[Turn on logging](logging.md)) for your Vault. Also set up alerts.
38+
[Turn on logging](logging.md) for your Vault. Also set up alerts.
3939

4040
## Turn on recovery options
4141

42-
1. Turn on [Soft Delete](overview-soft-delete.md)).
42+
1. Turn on [Soft Delete](overview-soft-delete.md).
4343
2. Turn on purge protection if you want to guard against force deletion of the secret / vault even after soft-delete is turned on.

0 commit comments

Comments
 (0)