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
+6-6Lines changed: 6 additions & 6 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 by Azure Resource manager template
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.
4
4
services: azure-databricks
5
5
ms.service: azure-databricks
@@ -12,9 +12,9 @@ ms.custom: mvc, subject-armqs
12
12
ms.date: 05/27/2020
13
13
---
14
14
15
-
# Quickstart: Create an Azure Databricks workspace by using the Azure Resource manager template
15
+
# Quickstart: Create an Azure Databricks workspace by using the Azure Resource Manager template
16
16
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.
17
+
In this quickstart, you use an Azure Resource Manager template to create an Azure Databricks workspace. You run a job on the cluster and use custom charts to produce real-time reports from free/paid usage based on demographics.
@@ -58,7 +58,7 @@ In this section, you create an Azure Databricks workspace using the Azure Resour
58
58
59
59
3. Select **I agree to the terms and conditions stated above**, select **Pin to dashboard**, and then click **Purchase**.
60
60
61
-
4. The workspace creation takes a few minutes. During workspace creation, the portal displays the **Submitting deployment for Azure Databricks** tile on the right side. You may need to scroll right on your dashboard to see the tile. There is also a progress bar displayed near the top of the screen. You can watch either area for progress.
61
+
4. The workspace creation takes a few minutes. During workspace creation, the portal displays the **Submitting deployment for Azure Databricks** tile on the right side. You may need to scroll right on your dashboard to see the tile. There's also a progress bar displayed near the top of the screen. You can watch either area for progress.
@@ -68,7 +68,6 @@ In this section, you create an Azure Databricks workspace using the Azure Resour
68
68
69
69
You can either use the Azure portal to check the Azure Databricks workspace or use the following Azure CLI or Azure PowerShell script to list the resource.
70
70
71
-
72
71
# [CLI](#tab/CLI)
73
72
74
73
```azurecli-interactive
@@ -89,7 +88,7 @@ $resourceGroupName = Read-Host -Prompt "Enter the resource group name where your
89
88
90
89
## Clean up resources
91
90
92
-
If you plan to continue on to subsequent tutorials, you may wish to leave these resources in place. When no longer needed, delete the resource group, which deletes the Azure Databricks workspace and the related managed resources. To delete the resource group by using Azure CLI or Azure Powershell:
91
+
If you plan to continue on to subsequent tutorials, you may wish to leave these resources in place. When no longer needed, delete the resource group, which deletes the Azure Databricks workspace and the related managed resources. To delete the resource group by using Azure CLI or Azure PowerShell:
93
92
94
93
# [CLI](#tab/CLI)
95
94
@@ -106,6 +105,7 @@ echo "Press [ENTER] to continue ..."
106
105
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
0 commit comments