<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks APPS in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152737#M11610</link>
    <description>&lt;P&gt;Yes, that’s essentially correct.&lt;/P&gt;&lt;P&gt;Databricks Apps are currently scoped to a single workspace, so there isn’t a centralized marketplace where you can publish an app once and have multiple customers consume it directly.&lt;/P&gt;&lt;P&gt;The Databricks Marketplace is focused on sharing data assets, such as datasets, notebooks, and ML models, rather than full application distribution.&lt;/P&gt;&lt;P&gt;In practice, most teams package their app (typically via a Git repository) and have each customer deploy it within their own workspace. When scaling this across multiple clients, it’s common to automate the deployment using Terraform or the Databricks CLI as part of a standardized onboarding process.&lt;/P&gt;&lt;P&gt;It’s not yet a fully mature distribution model, but given that Databricks Apps is still relatively new, this is the current best practice.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2026 14:28:59 GMT</pubDate>
    <dc:creator>edonaire</dc:creator>
    <dc:date>2026-03-31T14:28:59Z</dc:date>
    <item>
      <title>Databricks APPS</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152718#M11609</link>
      <description>&lt;P&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;We have a Databricks App built.&amp;nbsp; What is the best way for customers to access this Databricks App?&lt;BR /&gt;&lt;BR /&gt;I was hoping for a central market place where the App would be published and any Databricks customer can access it with their subscription. But there not seem one. The marketplace I saw was for data providers.&lt;BR /&gt;&lt;BR /&gt;Is the Databricks App a local construct?&amp;nbsp; That is, each Enterprise customer has to deploy the app locally into their environment?&lt;BR /&gt;&lt;BR /&gt;Any info / best practices would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 12:53:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152718#M11609</guid>
      <dc:creator>smithsonian</dc:creator>
      <dc:date>2026-03-31T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks APPS</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152737#M11610</link>
      <description>&lt;P&gt;Yes, that’s essentially correct.&lt;/P&gt;&lt;P&gt;Databricks Apps are currently scoped to a single workspace, so there isn’t a centralized marketplace where you can publish an app once and have multiple customers consume it directly.&lt;/P&gt;&lt;P&gt;The Databricks Marketplace is focused on sharing data assets, such as datasets, notebooks, and ML models, rather than full application distribution.&lt;/P&gt;&lt;P&gt;In practice, most teams package their app (typically via a Git repository) and have each customer deploy it within their own workspace. When scaling this across multiple clients, it’s common to automate the deployment using Terraform or the Databricks CLI as part of a standardized onboarding process.&lt;/P&gt;&lt;P&gt;It’s not yet a fully mature distribution model, but given that Databricks Apps is still relatively new, this is the current best practice.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 14:28:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152737#M11610</guid>
      <dc:creator>edonaire</dc:creator>
      <dc:date>2026-03-31T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks APPS</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152770#M11611</link>
      <description>&lt;P&gt;Thanks. This is very helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 16:42:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152770#M11611</guid>
      <dc:creator>smithsonian</dc:creator>
      <dc:date>2026-03-31T16:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks APPS</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152776#M11612</link>
      <description>&lt;P&gt;As of today, there is no cross-account “App Store” / marketplace for Databricks Apps themselves. Databricks Marketplace is for data products and (recently) MCP servers, not Databricks Apps UIs&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;1. Databricks App is “local”&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Databricks Apps are workspace-scoped objects, tied to a single Databricks account.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Key points:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;An app &lt;STRONG&gt;belongs to one workspace&lt;/STRONG&gt;, with its own identity, config, and runtime.&lt;/LI&gt;
&lt;LI&gt;You can &lt;STRONG&gt;share it with users and groups in that Databricks account&lt;/STRONG&gt;, and even choose “Anyone in my organization can use” so all account users get &lt;STRONG&gt;CAN_USE&lt;/STRONG&gt; on it.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;You can’t make Databricks Apps public or anonymous&lt;/STRONG&gt;; access always requires SSO to the account, and anonymous/public internet users are not supported.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So for &lt;STRONG&gt;each customer (separate Databricks account)&lt;/STRONG&gt; you want to serve, they need &lt;STRONG&gt;their own app instance&lt;/STRONG&gt; deployed into &lt;STRONG&gt;their&lt;/STRONG&gt; workspace.&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;2. How to &lt;EM&gt;distribute&lt;/EM&gt; your app to many customers&lt;/H3&gt;
&lt;P&gt;The current best practice is to treat your app like a productized codebase and &lt;STRONG&gt;provide a deployment story per customer&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;a) Git + Databricks Apps + CLI / UI (recommended)&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Put your app code in a &lt;STRONG&gt;Git repo&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;For each customer:
&lt;UL&gt;
&lt;LI&gt;They pull or fork your repo into their own Git system.&lt;/LI&gt;
&lt;LI&gt;They create an app and &lt;STRONG&gt;deploy from workspace files or from Git&lt;/STRONG&gt; using the Apps UI or CLI.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;This gives you:
&lt;UL&gt;
&lt;LI&gt;Clear versioning (tags/branches per release).&lt;/LI&gt;
&lt;LI&gt;The ability to give them upgrade instructions (pull new tag, run &lt;CODE&gt;databricks apps deploy&lt;/CODE&gt;).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;b) CI/CD + Declarative Automation Bundles (for more mature customers)&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Package the app as an &lt;STRONG&gt;&lt;CODE&gt;app&lt;/CODE&gt; resource&lt;/STRONG&gt; in a &lt;STRONG&gt;Declarative Automation Bundle&lt;/STRONG&gt; so deployment is one command (&lt;CODE&gt;databricks bundle deploy&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI&gt;Customers wire that into their own CI/CD tooling (GitHub Actions, Azure DevOps, etc.) for dev/stage/prod workspaces.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H3&gt;3. When to use Databricks Marketplace&lt;/H3&gt;
&lt;P&gt;Marketplace is currently for:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Data products&lt;/STRONG&gt; (tables, volumes, models, notebooks) shared via Delta Sharing.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;MCP servers&lt;/STRONG&gt;: you can list &lt;STRONG&gt;Model Context Protocol servers&lt;/STRONG&gt; (which may be powered by a Databricks App under the hood) so other Databricks users can install them and use them as tools from their agents.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If your “app” is &lt;STRONG&gt;really a tool for agents&lt;/STRONG&gt; (e.g., an MCP server backed by your app) this can be a distribution channel. But it doesn’t yet give you a &lt;STRONG&gt;GUI app marketplace&lt;/STRONG&gt; like “App Store for Databricks Apps.”&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;&lt;SPAN&gt;To summarize&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Assume each customer deploys the app into their own workspace/account.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Ship:
&lt;UL&gt;
&lt;LI&gt;A &lt;STRONG&gt;public Git repo&lt;/STRONG&gt; (or partner repo) for the app.&lt;/LI&gt;
&lt;LI&gt;A &lt;STRONG&gt;Deploy Guide&lt;/STRONG&gt; with:
&lt;UL&gt;
&lt;LI&gt;Required entitlements (Premium tier, Apps enabled).&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;databricks apps create&lt;/CODE&gt; / &lt;CODE&gt;apps deploy&lt;/CODE&gt; commands or UI clicks.&lt;/LI&gt;
&lt;LI&gt;Any required Unity Catalog / SQL warehouse / secrets configuration as app &lt;EM&gt;resources&lt;/EM&gt; (not hard-coded IDs).&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;For more advanced customers, provide an optional &lt;STRONG&gt;bundle-based deployment&lt;/STRONG&gt; (one YAML + &lt;CODE&gt;databricks bundle deploy&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI&gt;Inside their account, recommend:
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;CAN_USE for most users, CAN_MANAGE for app owners only&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;“Anyone in my organization can use” if they want a centrally visible app.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 31 Mar 2026 17:18:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152776#M11612</guid>
      <dc:creator>Lu_Wang_ENB_DBX</dc:creator>
      <dc:date>2026-03-31T17:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks APPS</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152785#M11613</link>
      <description>&lt;P&gt;Thank you for your comprehensive response. Worthy of a blog.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 18:23:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-apps/m-p/152785#M11613</guid>
      <dc:creator>smithsonian</dc:creator>
      <dc:date>2026-03-31T18:23:28Z</dc:date>
    </item>
  </channel>
</rss>

