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/data-factory/store-credentials-in-key-vault.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.workload: data-services
11
11
12
12
13
13
ms.topic: conceptual
14
-
ms.date: 01/16/2020
14
+
ms.date: 04/13/2020
15
15
ms.author: jingwang
16
16
---
17
17
@@ -30,7 +30,7 @@ This feature relies on the data factory managed identity. Learn how it works fro
30
30
To reference a credential stored in Azure Key Vault, you need to:
31
31
32
32
1.**Retrieve data factory managed identity** by copying the value of "Managed Identity Object ID" generated along with your factory. If you use ADF authoring UI, the managed identity object ID will be shown on the Azure Key Vault linked service creation window; you can also retrieve it from Azure portal, refer to [Retrieve data factory managed identity](data-factory-service-identity.md#retrieve-managed-identity).
33
-
2.**Grant the managed identity access to your Azure Key Vault.** In your key vault -> Access policies -> Add new -> search this managed identity to grant **Get** permission in Secret permissions dropdown. It allows this designated factory to access secret in key vault.
33
+
2.**Grant the managed identity access to your Azure Key Vault.** In your key vault -> Access policies -> Add Access Policy, search this managed identity to grant **Get** permission in Secret permissions dropdown. It allows this designated factory to access secret in key vault.
34
34
3.**Create a linked service pointing to your Azure Key Vault.** Refer to [Azure Key Vault linked service](#azure-key-vault-linked-service).
35
35
4.**Create data store linked service, inside which reference the corresponding secret stored in key vault.** Refer to [reference secret stored in key vault](#reference-secret-stored-in-key-vault).
36
36
@@ -45,13 +45,13 @@ The following properties are supported for Azure Key Vault linked service:
@@ -85,7 +85,7 @@ Select **Azure Key Vault** for secret fields while creating the connection to yo
85
85
>[!TIP]
86
86
>For connectors using connection string in linked service like SQL Server, Blob storage, etc., you can choose either to store only the secret field e.g. password in AKV, or to store the entire connection string in AKV. You can find both options on the UI.
0 commit comments