โ05-09-2024 02:00 AM
Hi all,
I am trying to use secrets to connect to my Azure storage account. I want to be able to read the data form the storage account using a pyspark notebook.
Has anyone experience setting up such a connection or has good documentation to do so?
I have come across Databricks managed secrets and Azure key vault managed secrets. I am not sure of the difference. Could anyone clarify the difference?
Thanks,
Sean
โ05-13-2024 01:36 AM
Hi Sean,
There are two ways to handle secret scopes:
The security best practices is to use an Azure Key Vault-backed scopes. If there is some rotation policies activate, it will be handle.
Nevertheless, if you need to access to a storage account (in case of ADLS), it is better if you can use an access connector rather than using the access key, for example.
I hope it is clearer now ๐
โ05-09-2024 05:49 AM
Have you tried using Azure key vault backed secret scope?
โ05-13-2024 01:36 AM
Hi Sean,
There are two ways to handle secret scopes:
The security best practices is to use an Azure Key Vault-backed scopes. If there is some rotation policies activate, it will be handle.
Nevertheless, if you need to access to a storage account (in case of ADLS), it is better if you can use an access connector rather than using the access key, for example.
I hope it is clearer now ๐
โ05-22-2024 04:03 AM
Hi @DonatienTessier ,
This is very clear. Thank you!
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now