Key vault configuration in azure data factory

Eshwar Nakkala 106 Reputation points
2021-02-25T06:34:29.57+00:00

Hi What is the Key vault in azure data factory and how to do configuration and what are the benefits of that Can anyone help me please, Regards, Eshwar

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,616 Reputation points
    2021-02-25T06:57:58.53+00:00

    Azure Key Vault is not part of Azure Data factory service. AKV is a different service that is used to store secrets such as SQL passwords, Storage account keys, tokens or certificate.

    In ADF, when you connect to services such as Storage account or SQL server, it is not recommended to provide passwords directly, instead you have to fetch it from AKV.

    You have to first create a linked service connection to connect to AKV in ADF. Later you use this linked service when you connect to Storage account, SQL etc..

    Here is step by step - https://learn.microsoft.com/en-us/azure/data-factory/store-credentials-in-key-vault

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments