You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-databricks/quickstart-create-databricks-workspace-resource-manager-template.md
+23-15Lines changed: 23 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Quickstart - Create an Azure Databricks workspace with Azure Resource manager
2
+
title: Quickstart - Create an Azure Databricks workspace by Azure Resource manager template
3
3
description: This quickstart shows how to use the Azure Resource Manager template to create an Azure Databricks workspace, then create an Apache Spark cluster, and run a Spark job.
4
4
services: azure-databricks
5
5
ms.service: azure-databricks
@@ -8,31 +8,45 @@ ms.author: mamccrea
8
8
ms.reviewer: jasonh
9
9
ms.workload: big-data
10
10
ms.topic: quickstart
11
-
ms.custom: mvc
12
-
ms.date: 03/23/2020
11
+
ms.custom: mvc, subject-armqs
12
+
ms.date: 05/27/2020
13
13
---
14
14
15
15
# Quickstart: Run a Spark job on Azure Databricks using the Azure Resource Manager template
16
16
17
17
In this quickstart, you use an Azure Resource Manager template to create an Azure Databricks workspace with an Apache Spark cluster. You run a job on the cluster and use custom charts to produce real-time reports from free/paid usage based on demographics.
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
21
+
## Prerequisites
22
22
23
-
## Sign in to the Azure portal
23
+
To complete this article, you need to:
24
24
25
-
Sign in to the [Azure portal](https://portal.azure.com).
25
+
* Have an Azure subscription - [create one for free](https://azure.microsoft.com/free/)
26
+
*[Create an Azure Blob storage account](../storage/common/storage-account-create.md).
27
+
* Download a sample JSON file [from GitHub](https://github.com/Azure/usql/blob/master/Examples/Samples/Data/json/radiowebsite/small_radio_json.json).
28
+
* Upload the sample JSON file to the Azure Blob storage account you created. You can use [Microsoft Azure Storage Explorer](../vs-azure-tools-storage-manage-with-storage-explorer.md) to upload files.
26
29
27
-
> [!Note]
30
+
> [!NOTE]
28
31
> This tutorial cannot be carried out using **Azure Free Trial Subscription**.
29
32
> If you have a free account, go to your profile and change your subscription to **pay-as-you-go**. For more information, see [Azure free account](https://azure.microsoft.com/free/). Then, [remove the spending limit](https://docs.microsoft.com/azure/billing/billing-spending-limit#why-you-might-want-to-remove-the-spending-limit), and [request a quota increase](https://docs.microsoft.com/azure/azure-portal/supportability/resource-manager-core-quotas-request) 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.
30
33
34
+
35
+
## Create an Azure Databricks workspace
36
+
37
+
### Review the template
38
+
39
+
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/tree/master/101-databricks-workspace).
The Azure resource defined in the template is Microsoft.Databricks/workspaces: create an Azure Databricks workspace.
44
+
31
45
## Create an Azure Databricks workspace
32
46
33
47
In this section, you create an Azure Databricks workspace using the Azure Resource Manager template.
34
48
35
-
1.Click the following image to open the template in the Azure portal.
49
+
1.Select the following image to sign in to Azure and open a template. The template creates an Azure Databricks workspace.
36
50
37
51
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-databricks-workspace%2Fazuredeploy.json)
38
52
@@ -82,12 +96,6 @@ For more information on creating clusters, see [Create a Spark cluster in Azure
82
96
83
97
## Run a Spark SQL job
84
98
85
-
Before you begin with this section, you must complete the following prerequisites:
86
-
87
-
*[Create an Azure Blob storage account](../storage/common/storage-account-create.md).
88
-
* Download a sample JSON file [from GitHub](https://github.com/Azure/usql/blob/master/Examples/Samples/Data/json/radiowebsite/small_radio_json.json).
89
-
* Upload the sample JSON file to the Azure Blob storage account you created. You can use [Microsoft Azure Storage Explorer](../vs-azure-tools-storage-manage-with-storage-explorer.md) to upload files.
90
-
91
99
Perform the following tasks to create a notebook in Databricks, configure the notebook to read data from an Azure Blob storage account, and then run a Spark SQL job on the data.
92
100
93
101
1. In the left pane, click **Workspace**. From the **Workspace** drop-down, click **Create**, and then click **Notebook**.
0 commit comments