From 6de3c1e7371650a9a3d91a455532390161a2af31 Mon Sep 17 00:00:00 2001 From: James Watkin Date: Tue, 10 Apr 2018 11:24:55 -0700 Subject: [PATCH] Update key-vault.md (#489) Corrected typo --- docs/multitenant-identity/key-vault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multitenant-identity/key-vault.md b/docs/multitenant-identity/key-vault.md index 4d6f056aa75..7930cfdef62 100644 --- a/docs/multitenant-identity/key-vault.md +++ b/docs/multitenant-identity/key-vault.md @@ -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: