- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:31 AM
1、Can the data I use with the free version of Databricks on Azure only be stored on Azure, AWS, and Google Cloud Storage?
2、Assuming the network is connected, can the paid version be used to access other publicly stored data (i.e., custom storage spaces)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:49 AM - edited 09-03-2025 07:50 AM
Hi @yinan ,
1. Nope, custom storage locations are not supported.
Databricks Free Edition limitations | Databricks on AWS
2. Yes, in paid version you can do configure external locations to other storage spaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:56 AM
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 07:58 AM
No problem @yinan . Glad that I could help. And if my answer was helpful to you, please consider marking it as best answer. This way others with similiar question will be able to locate correct answer faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 08:17 AM
Not sure if this is a cheeky way to get around bringing files in: https://community.databricks.com/t5/data-engineering/connect-to-azure-data-lake-storage-using-databr... but I answered a similar thing on a different post.
@yinan I think this can technically work but it's certainly not the usual way to connect to External Storage 🙂. Involves authenticating etc using Python libraries, bringing the files in through blob, converting them in memory etc. Once it's in memory, you'd be able to do typical writing operations, I believe.
All the best,
BS