Unable to create Azure Databricks Spark clusters with Azure for Students subscription (only SQL Warehouse available)

NS 20 Reputation points
2026-07-27T19:29:06.8933333+00:00

Hello Microsoft Community,

I am currently using an Azure for Students subscription to prepare for the DP-700: Implementing Data Engineering Solutions Using Microsoft Fabric certification and to gain hands-on experience with Azure data engineering services.

I created an Azure Databricks workspace under my Azure subscription. However, when I navigate to the Compute section in Databricks, I only see the option to create SQL Warehouses. I do not see the option to create All-Purpose Compute / Spark Clusters.

User's image My learning activities require running PySpark workloads for data engineering tasks, including:

  • Data transformations using PySpark
  • Reading and processing data from Azure Data Lake Storage Gen2
  • Building ETL pipelines using Azure Databricks
  • Practicing Lakehouse architecture concepts

However, SQL Warehouses only support SQL-based workloads and do not allow me to run the Python/Spark notebooks required for these exercises.

I would like to understand:

  1. Is this limitation expected for Azure for Students subscriptions?
  2. Are Spark clusters restricted for Azure for Students, or is there any quota/permission/resource setting that needs to be enabled?
  3. Is there any recommended way for students to access Azure Databricks Spark compute for learning purposes?

I have verified that my Azure Databricks workspace is created successfully, but the available compute options appear to be limited.

Any guidance would be greatly appreciated, as I am trying to gain practical experience with Azure data engineering technologies for certification preparation.

Thank you!

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


Answer accepted by question author
Christos Panagiotidis 3,546 Reputation points
2026-07-28T06:49:16.8166667+00:00

Seeing only SQL Warehouses does not prove Azure for Students blocks Spark. In Azure Databricks, entitlements control which compute features appear; Azure vCPU quota normally affects creation or startup, not the menu.

Launch the workspace from the Azure portal using the same identity that created it. Owner or Contributor users are assigned workspace admin when they launch from the portal. In Databricks, go to Settings > Identity and access > Users, select your account, and verify Admin access, or Workspace access plus Allow unrestricted cluster creation. Sign out and back in, then recheck Compute.

If all-purpose compute appears but launch fails, review regional and VM-family vCPU quota and select the smallest permitted node type. If entitlements are correct but the option remains absent, capture the workspace SKU, region, tenant, and screenshots and open an Azure support request; Microsoft must confirm any offer-specific restriction. SQL Warehouses cannot replace PySpark notebook compute.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.