Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Using Azure key vault to pass secrets while autheticating credentials

I have a database in Snowflake. In snowflake I login using a username and a passowrd.

 

The password for this snowflake account is stored in Azure Key Vault.

 

What I want to do is, when I am connecting to snowflake in Power BI desktop to import data, I would want to connect to azure key vault and get that secret which stores the password to the snowflake account.

 

How can I do this?