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: 

Differently named storage accounts in different environments

irfanijaz
New Contributor

Hi,

I have a solution design question on which I am looking for some help. We have 2 environments in azure (dev and prod), each env has its own ADLS storage account with a different name of course.

Within Databricks code we are NOT leveraging the mount point rather opted for the table ACL clusters with a service principal attached and all tables are created as unmanaged tables with data stored in ADLS. Problem is that when referencing/creating these tables we have to specify the full file path `abfss://<container_name>@<storage_account_name>...`. Previously with a mount point we would just use `/mnt/<mount-point-name>/...`

Since the storage account name is different between dev and prod we can't promote the code as is and ideally we don't wan't to parametrize the storage account every where it has to be referenced. Is there a better/smarter way to handle this problem?

Looking forward to hear from the community

Thanks!

0 REPLIES 0

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