> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databricks.md).

# Databricks

[Azure Databricks](https://azure.microsoft.com/en-us/products/databricks/) is an Apache Spark-based analytics platform optimized for the Microsoft Azure cloud. It provides a collaborative environment for data engineers, data scientists, and analysts to work with big data and AI/ML workloads. Databricks connects easily with Azure services, making data work, machine learning, and analytics simpler. Azure Databricks can be provisioned and managed directly through the DuploCloud platform.

## Adding an Azure Databricks Instance

Complete the following steps to Add an Azure Databricks instance:

1. From the DuploCloud Portal, navigate to **Cloud Services** -> **AI-ML**.
2. Select the **Databricks** tab, and click **Add**. The **Add Databricks** pane displays.\ <br>

   <div align="left"><figure><img src="/files/DuHL9janEYAgCzcID2Ri" alt="" width="338"><figcaption><p>The <strong>Add Databricks</strong> pane</p></figcaption></figure></div>
3. Fill in the fields:

<table data-header-hidden><thead><tr><th width="109.11114501953125">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Enter a Databricks workspace name.</td></tr><tr><td><strong>Tier</strong></td><td>Choose between Standard or Premium. View Pricing details <a href="https://azure.microsoft.com/en-us/pricing/details/databricks/">here</a>.</td></tr><tr><td><strong>Disable Public IP</strong></td><td>If set to <code>Disabled</code>, no user access is permitted from the public internet.<br>If you set this to <code>Enabled</code>, users and REST API clients on the public internet can access Azure Databricks</td></tr><tr><td><strong>Vnet Integration</strong></td><td>Choosing <code>Enabled</code> allows you to deploy an Azure Databricks workspace in your virtual network. If enabled, you'll need to provide your <strong>Private Subnet</strong> and <strong>Public Subnet</strong>.</td></tr></tbody></table>

4. Click **Submit**. The Databricks instance will be provisioned.

<figure><img src="/files/SKkeGqGNApEa0Cmx5btA" alt=""><figcaption><p>The <strong>Databricks</strong> tab in the DuploCloud Portal</p></figcaption></figure>

## Managing an Azure Databricks Instance

After creating a Databricks instance, you can access additional management options:

1. From the DuploCloud Portal, navigate to **Cloud Services** -> **AI-ML**.
2. Select the **Databricks** tab.
3. In the row corresponding to your Databricks instance, click the menu icon (<img src="/files/UUsk9qqQdoLBf2eKdpqW" alt="" data-size="line">).
4. Select from the following options:

<table data-header-hidden><thead><tr><th width="184.66668701171875"></th><th></th></tr></thead><tbody><tr><td><strong>Copy</strong></td><td>Copy relevant details of the Databricks instance</td></tr><tr><td><strong>Azure Portal</strong></td><td>Open the Databricks instance in the Azure Portal</td></tr><tr><td><strong>Launch Workspace</strong></td><td>Access the Databricks workspace directly</td></tr><tr><td><strong>Delete</strong></td><td>Delete the Databricks instance from DuploCloud</td></tr></tbody></table>

<div align="left"><figure><img src="/files/28H075aAC9O4jxDJjtkM" alt=""><figcaption><p>The menu on the <strong>Databricks instance</strong> tab in the DuploCloud Portal</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/databricks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
