Forum Discussion
Power BI Snowflake Connection
- 3 years ago
Hi, 117325
Yes, you can use Azure Key Vault to store the password for the service account securely and retrieve it programmatically during runtime. Here are the high-level steps you can follow:
- 1. Create an Azure Key Vault instance and store the password for the service account as a secret in the Key Vault.
- 2. In your Power BI report, use the Azure Key Vault REST API to retrieve the secret during runtime.
- 3. Use the retrieved password to authenticate with Snowflake.
Bring your own encryption keys for Power BI - Power BI | Microsoft Learn
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, 117325
Yes, you can use Azure Key Vault to store the password for the service account securely and retrieve it programmatically during runtime. Here are the high-level steps you can follow:
- 1. Create an Azure Key Vault instance and store the password for the service account as a secret in the Key Vault.
- 2. In your Power BI report, use the Azure Key Vault REST API to retrieve the secret during runtime.
- 3. Use the retrieved password to authenticate with Snowflake.
Bring your own encryption keys for Power BI - Power BI | Microsoft Learn
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yes, you can use Azure Key Vault to store the password for the service account securely and retrieve it programmatically during runtime. Here are the high-level steps you can follow:
- 1. Create an Azure Key Vault instance and store the password for the service account as a secret in the Key Vault.
- 2. In your Power BI report, use the Azure Key Vault REST API to retrieve the secret during runtime.
- 3. Use the retrieved password to authenticate with Snowflake.
Bring your own encryption keys for Power BI - Power BI | Microsoft Learn
How is CMK related with the steps you listed? Wrong link again?
Is there actual documentations for the steps you listed?