Skip to content

Azure Databricks workspace service bundle

See: https://azure.microsoft.com/en-us/products/databricks/

This service along with Azure Databricks Private Authentication Shared Service installs the following resources into an existing virtual network within the workspace:

Azure Databricks workspace service

This service uses a JSON file to store the various network endpoints required by Databricks to function.

If you hit networking related issues when deploying or using Databricks, please ensure this file https://github.com/microsoft/AzureTRE/blob/main/templates/workspace_services/databricks/terraform/databricks-udr.json contains the approprate settings for the region you are using.

The required settings for each region can be extracted from this document: https://learn.microsoft.com/azure/databricks/resources/supported-regions.

Properties

  • is_exposed_externally - If True, the Azure Databricks workspace is accessible from outside of the workspace virtual network. If False use a Guacamole VM and copy the connection_uri to access Databricks workspace.

Prerequisites

  • A base workspace bundle installed
  • An Azure Databricks Private Authentication Shared Service deployed - required for authenticating to an Azure Databricks workspace.

References