Configure a Databricks app
Before you define how your app runs or what dependencies it needs, you typically start by creating and configuring the app in your Databricks workspace. This includes choosing a template or building from scratch and setting up authorization and permissions. These steps establish the app's identity and access model in the workspace.
Use the following topics to learn how to create and configure your app:
Topic | Description |
---|---|
Start a new app using a built-in template that includes example files. | |
Build a new app from scratch, with full control over file structure and logic. | |
Define how your app authorizes requests from users and handles identity. | |
Control which users can install or interact with your app in a workspace. | |
Read request headers in your app logic. |