Deploy app using bundle asset

rvm1975
New Contributor III

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



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

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.