Skip to content

Commit cd4ccde

Browse files
Key Vault refrences GA updates
1 parent c90fee9 commit cd4ccde

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/app-service/app-service-key-vault-references.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ editor: ''
99
ms.service: app-service
1010
ms.tgt_pltfrm: na
1111
ms.topic: article
12-
ms.date: 09/03/2019
12+
ms.date: 10/09/2019
1313
ms.author: mahender
1414
ms.custom: seodec18
1515

1616
---
1717

18-
# Use Key Vault references for App Service and Azure Functions (preview)
18+
# Use Key Vault references for App Service and Azure Functions
1919

2020
> [!NOTE]
21-
> Currently, Key Vault references are in preview, and they are not currently supported by Linux consumption plans.
21+
> Key Vault references are not currently available in Linux consumption plans.
2222
2323
This topic shows you how to work with secrets from Azure Key Vault in your App Service or Azure Functions application without requiring any code changes. [Azure Key Vault](../key-vault/key-vault-overview.md) is a service that provides centralized secrets management, with full control over access policies and audit history.
2424

@@ -49,7 +49,7 @@ A Key Vault reference is of the form `@Microsoft.KeyVault({referenceString})`, w
4949
> | VaultName=_vaultName_;SecretName=_secretName_;SecretVersion=_secretVersion_ | The **VaultName** should the name of your Key Vault resource. The **SecretName** should be the name of the target secret. The **SecretVersion** should be the version of the secret to use. |
5050
5151
> [!NOTE]
52-
> In the current preview, versions are required. When rotating secrets, you will need to update the version in your application configuration.
52+
> Versions are currently required. When rotating secrets, you will need to update the version in your application configuration.
5353
5454
For example, a complete reference would look like the following:
5555

@@ -189,7 +189,9 @@ If a reference is not resolved properly, the reference value will be used instea
189189

190190
Most commonly, this is due to a misconfiguration of the [Key Vault access policy](#granting-your-app-access-to-key-vault). However, it could also be due to a secret no longer existing or a syntax error in the reference itself.
191191

192-
If the syntax is correct, you can view other causes for error by checking the current resolution status using a built-in detector.
192+
If the syntax is correct, you can view other causes for error by checking the current resolution status in the portal. Navigate to Application Settings and select "Edit" for the reference in question. Below the setting configuration, you should see status information, including any errors. The absence of these implies that the reference syntax is invalid.
193+
194+
You can also use one of the built-in detectors to get additional information.
193195

194196
### Using the detector for App Service
195197

0 commit comments

Comments
 (0)