You have to access Azure Blob Storage from Azure Databricks using secrets stored in a key vault. You already have the storage account, the blob container and
Azure key vault in place. You decide to implement the following steps:
- Add the secret to the storage container
- Create a Databricks workspace and add the access keys
- Access the blob container from Azure Databricks
Would these steps fulfill the requirement?
Comments