Share via


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 Azure 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
Create an app from a template Start a new app using a built-in template that includes example files.
Create a custom app Build a new app from scratch, with full control over file structure and logic.
Configure app authorization Define how your app authorizes requests from users and handles identity.
Configure app permissions Control which users can install or interact with your app in a workspace.
Access HTTP headers Read request headers in your app logic.