Azure databricks is not available in free trial subscription

ARR 41 Reputation points
2019-11-21T03:36:32.62+00:00

If i have understood it right, Azure databricks is not available on free tier account.
I currently have a free tier, 12 month subscription.

So if i need to play around with azure databricks - i need get a second subscription under my azure account which is pay as you go and use azure databricks under that account.
Is my understanding right?

Are there any other options to play around with azure data bricks?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,890 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 75,131 Reputation points Microsoft Employee
    2019-11-22T04:32:52.933+00:00

    Note: This feature is in Public Preview.

    UPDATE: Currently, you can use Azure Free Trial subscription to create a Single node cluster which will have one Driver node with 4 cores.

    A Single Node cluster is a cluster consisting of a Spark driver and no Spark workers. Such clusters support Spark jobs and all Spark data sources, including Delta Lake. In contrast, Standard clusters require at least one Spark worker to run Spark jobs.

    Single Node clusters are helpful in the following situations:

    • Running single node machine learning workloads that need Spark to load and save data
    • Lightweight exploratory data analysis (EDA)

    29653-image.png

    Reference: Azure Databricks - Single Node clusters

    --------------------------------

    To try Azure Databricks, you need to have “Pay-As-You-Go” subscription.

    Why can't I use Azure Free Trial subscription?

    Azure Free Trial has a limit of 4 cores, and you cannot create Azure Databricks cluster using a Free Trial Subscription because to create a spark cluster which requires more than 4 cores i.e (Minimum 4 cores for Driver type and 4 cores for Worker type).

    alt text

    If you have a free account, go to your profile and change your subscription to pay-as-you-go. Then, remove the spending limit, and request a quota increase for vCPUs in your region. When you create your Azure Databricks workspace, you can select the Trial (Premium - 14-Days Free DBUs) pricing tier to give the workspace access to free Premium Azure Databricks DBUs for 14 days.

    Hope this helps.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,471 Reputation points
    2019-11-21T06:05:13.93+00:00

    Your understanding is correct. It should be pay-as-you-go type subscription.

    Below step by step doc also says it:
    Try ADB

    This site doesn't have dedicate Azure databricks forums so you may post question here, MS team members would respond within 24 hours.
    ADB Forum

    1 person found this answer helpful.