Skip to content

Commit

Permalink
Update key-vault.md (#489)
Browse files Browse the repository at this point in the history
Corrected typo
  • Loading branch information
jwatkin authored and Mike Wasson committed Apr 10, 2018
1 parent 2b5f9b2 commit 6de3c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/multitenant-identity/key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It's common to have application settings that are sensitive and must be protecte

As a security best practice, you should never store these secrets in source control. It's too easy for them to leak — even if your source code repository is private. And it's not just about keeping secrets from the general public. On larger projects, you might want to restrict which developers and operators can access the production secrets. (Settings for test or development environments are different.)

A more secure option is to store these secrets in [Azure Key Vault][KeyVault]. Key Vault is a cloud-hosted service for managing cryptographic keys and other secrets. This article shows how to use Key Vault to store configuration settings for you app.
A more secure option is to store these secrets in [Azure Key Vault][KeyVault]. Key Vault is a cloud-hosted service for managing cryptographic keys and other secrets. This article shows how to use Key Vault to store configuration settings for your app.

In the [Tailspin Surveys][Surveys] application, the following settings are secret:

Expand Down

0 comments on commit 6de3c1e

Please sign in to comment.