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:ย 

Is it possible to mount different Azure Storage Accounts for different clusters in the same workspace?

Bhanu1
New Contributor III

We have a development and a production data lake. Is it possible to have a production or development cluster access only respective mounts using init scripts?

1 ACCEPTED SOLUTION

Accepted Solutions

Hubert-Dudek
Esteemed Contributor III

Yes it is possible. Additionally mount is permanent and done in dbfs so it is enough to run it one time.

you can have for example following configuration:

  • In Azure you can have 2 databricks workspace,
  • cluster in every workspace can have env variable is it DEV or PROD,
  • Key vault can be common for both,
  • Common repo but production/master branch in PROD,
  • Common infrastructure folder which mounts folders, take settings from key vaults and depends is it DEV or PROD choose needed bucket/container

View solution in original post

3 REPLIES 3

Hubert-Dudek
Esteemed Contributor III

Yes it is possible. Additionally mount is permanent and done in dbfs so it is enough to run it one time.

you can have for example following configuration:

  • In Azure you can have 2 databricks workspace,
  • cluster in every workspace can have env variable is it DEV or PROD,
  • Key vault can be common for both,
  • Common repo but production/master branch in PROD,
  • Common infrastructure folder which mounts folders, take settings from key vaults and depends is it DEV or PROD choose needed bucket/container

Bhanu1
New Contributor III

Hi Hubert. Thanks!

Can you please show me an example for how I can use environment variables to choose a bucket/container?

-werners-
Esteemed Contributor III

https://docs.databricks.com/clusters/configure.html#environment-variables

Alternatively you can also use a config file (.json, .conf, ...) which you upload to your workspace.

Depending on the environment, another container is selected.

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