You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-key-vault-references.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ editor: ''
9
9
ms.service: app-service
10
10
ms.tgt_pltfrm: na
11
11
ms.topic: article
12
-
ms.date: 09/03/2019
12
+
ms.date: 10/09/2019
13
13
ms.author: mahender
14
14
ms.custom: seodec18
15
15
16
16
---
17
17
18
-
# Use Key Vault references for App Service and Azure Functions (preview)
18
+
# Use Key Vault references for App Service and Azure Functions
19
19
20
20
> [!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.
22
22
23
23
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.
24
24
@@ -49,7 +49,7 @@ A Key Vault reference is of the form `@Microsoft.KeyVault({referenceString})`, w
49
49
> | 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. |
50
50
51
51
> [!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.
53
53
54
54
For example, a complete reference would look like the following:
55
55
@@ -189,7 +189,9 @@ If a reference is not resolved properly, the reference value will be used instea
189
189
190
190
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.
191
191
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.
0 commit comments