- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2026 11:33 AM
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- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2026 03:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2026 08:23 PM
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.