An Apache Spark-based analytics platform optimized for Azure.
Hi Ishan Patel,
This is expected with Azure for Students. Your deployment is failing with (Code: RequestDisallowedByAzure) because a subscription policy restricts which Azure regions you’re allowed to deploy into. The fix is to deploy your Azure Databricks workspace only in the regions listed in your policy and supported by Azure Databricks.
Steps to Follow
- Open Azure Policy → Authoring → Assignments and find “Allowed resource deployment regions” (or similar “Allowed locations” policy). Check the Allowed locations parameter — that list is the only set of regions your Student subscription can deploy to.
- Create the Databricks workspace in one of those allowed regions that is also in the Azure Databricks supported regions list.
If there is no overlap (none of your allowed regions support Databricks), you won’t be able to create a Databricks workspace on the Student offer — the typical workaround is moving to Pay‑As‑You‑Go (or a non‑restricted subscription).
Microsoft references
- Azure Databricks supported regions [Azure Data...soft Learn | Learn.Microsoft.com]
- Azure for Students region restriction (RequestDisallowedByAzure)
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "Accept Answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.