Connect to azure data lake storage using databricks free edition

TalessRocha
New Contributor II

Hello guys, i'm using databricks free edition (serverless) and i am trying to connect to a azure data lake storage.

The problem I'm having is that in the free edition we can't configure the cluster so I tried to make the connection via notebook using spark.conf.set but this configuration is not enabled in the free edition... and trying through the unity catalog interface only appears the option to add AWS and Cloudfire credentials. Is there any other way?

I have tried use dbutils.fs.mount as well, but not available on free edition...