Hello mates,
I have got a requirement, Currently the client data is in on-prem third party DB and they want to Move the data to Data Bricks. But when we tried to convince them for Microsoft Fabric they mentioned that they do not want to move to Fabric as Keyvault is not supported in MS Fabric.
I have explored the options w.r.t azure databricks and MS fabric. Below are my findings.
- The secrets in azure key vault can directly access in azure databricks by creating secret scope in databricks with proper permission. Since the secrets are stored in azure key vault, it’s more secure and it is centralised secrets management system.
- When it comes to MS fabric.it doesn’t support direct integration with azure key vault. As an alternate options.
- 1. Use Microsoft Fabric’s Built-in Secrets Management. Where you can store the secrets directly in fabric environment and access when needed.
- 2. Store the secrets in azure key vault and write the custom script to access the secrets into MS fabric.
Apart from the above mentioned options. Can someone please help me with proper approach to provide the right solution for the Client requirement to promote MS fabric 😊