Azure Databricks Reference

What is Azure Databricks?

Azure Databricks is an Apache Spark‑based analytics platform optimized for the Microsoft Azure cloud. It provides an interactive workspace for data engineers, data scientists, and business analysts to collaborate on data pipelines, machine‑learning models, and analytics.

Getting Started

Follow the quickstart guide to provision an Azure Databricks workspace and launch your first notebook.

View Quickstart

REST API Reference

Use Azure Databricks REST APIs to automate workspace management, job scheduling, and cluster operations.

GET https://{databricks-instance}.azuredatabricks.net/api/2.0/clusters/list
Authorization: Bearer <token>
Explore API Docs

Sample Notebooks

Explore ready‑to‑run notebooks that demonstrate data ingestion, ETL pipelines, and machine‑learning workflows.