cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Deploy app using bundle asset

rvm1975
New Contributor II

It is easy to deploy app as part of asset bundle resources. But after that you need to actually deploy app and start.

Can we do app deploy in databricks.yml / resources as part of initial "bundle deploy"? I mean avoid separate run of

databricks apps deploy APP_NAME --source-code-path /Workspace/path/to/your/source/code



1 ACCEPTED SOLUTION

Accepted Solutions

Pat
Esteemed Contributor

Hi @rvm1975 ,
There is no way to deploy and run the Databricks APP in one command. You have to first deploy bundle then explicity run in with the separate command.

View solution in original post

2 REPLIES 2

Pat
Esteemed Contributor

Hi @rvm1975 ,
There is no way to deploy and run the Databricks APP in one command. You have to first deploy bundle then explicity run in with the separate command.

shazi
New Contributor III

Deploying an app via bundle resources in Databricks is like a Morse code decoderโ€”both aim to streamline signals into one unified step instead of requiring separate runs.