cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to Blob storage using abfss not working with serverless compute

Mathias
New Contributor II

I tried to follow the instructions found here: Connect to Azure Data Lake Storage Gen2 and Blob Storage - Azure Databricks | Microsoft Learn

E.g. this code:

spark.conf.set(
"fs.azure.account.key.<storage-account>.dfs.core.windows.net",
dbutils.secrets.get(scope="<scope>", key="<storage-account-access-key>"))

Doesn't work and gives error:

Configuration fs.azure.account.key.mystorageaccount.dfs.core.windows.net is not available.

 

Is there any plans to support this with serverless compute?

 

2 REPLIES 2

szymon_dybczak
Contributor III

Hi @Mathias ,

This is legacy way of configuring storage? Is there any reason why you're not using Unity Catalog storage credentials?

Mathias
New Contributor II

Can you point me to some documentation on how to do that?

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group