Skip to content

Commit 534ec03

Browse files
committed
fix warnings
1 parent 159629d commit 534ec03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-databricks/quickstart-create-databricks-workspace-resource-manager-template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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
33
description: This quickstart shows how to use the Azure Resource Manager template to create an Azure Databricks workspace.
44
services: azure-databricks
55
ms.service: azure-databricks
@@ -12,9 +12,9 @@ ms.custom: mvc, subject-armqs
1212
ms.date: 05/27/2020
1313
---
1414

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
1616

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.
1818

1919
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2020

@@ -58,7 +58,7 @@ In this section, you create an Azure Databricks workspace using the Azure Resour
5858

5959
3. Select **I agree to the terms and conditions stated above**, select **Pin to dashboard**, and then click **Purchase**.
6060

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.
6262

6363
![Databricks deployment tile](./media/quickstart-create-databricks-workspace-resource-manager-template/databricks-deployment-tile.png "Databricks deployment tile")
6464

@@ -68,7 +68,6 @@ In this section, you create an Azure Databricks workspace using the Azure Resour
6868

6969
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.
7070

71-
7271
# [CLI](#tab/CLI)
7372

7473
```azurecli-interactive
@@ -89,7 +88,7 @@ $resourceGroupName = Read-Host -Prompt "Enter the resource group name where your
8988

9089
## Clean up resources
9190

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:
9392

9493
# [CLI](#tab/CLI)
9594

@@ -106,6 +105,7 @@ echo "Press [ENTER] to continue ..."
106105
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
107106
Remove-AzResourceGroup -Name $resourceGroupName
108107
Write-Host "Press [ENTER] to continue..."
108+
```
109109

110110
## Next steps
111111

0 commit comments

Comments
 (0)