问题描述
我是Azure Key Vault的新手,我创建了Azure密钥保险库,但我不知道如何为Data Lake创建一个秘密,blob存储和数据库,以便我可以在Azure数据工厂中使用这些秘密名称进行连接。
I am very much new to Azure Key Vault, I created Azure key vault, but I don't know how to create a secret fro Data lake, blob storage, and database so that I can use these secret name in Azure data factory for connection.
如果有人可以发送一些好的链接,它会很棒。
If someone can send some good link, it will be great.
提前致谢
Thankx& amp;问候,Vipin jha MCP
Thankx & regards, Vipin jha MCP
推荐答案
您可以使用托管服务身份( MSI),供数据工厂访问存储在Azure Key Vault中的任何凭据。 以下文档链接可以帮助您实现相同的目标 -
You can use Managed Service Identity(MSI) for data factory to access any credential stored in Azure Key Vault. Here are documentation links which can help you to achieve the same -
- 请参阅
数据工厂的托管标识,用于创建MSI并将其与Azure Data Factory关联。 - 请参阅 ,以便将数据存储的凭据存储在Azure密钥保管库中。
- Refer to Managed Identity for Data Factory to create and associate MSI to Azure Data Factory.
- Refer to Store Credentials in Azure Key Vault to store credentials for data stores in an Azure Key Vault.
希望这会有所帮助。
谢谢你
Saurabh
Thanks
Saurabh
这篇关于如何为Azure Datalake和Blob存储创建机密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!