Skip to content

Commit d4cc121

Browse files
committed
fix range
1 parent f0bb7ea commit d4cc121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To complete this article, you need to:
3030

3131
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/tree/master/101-databricks-workspace).
3232

33-
:::code language="json" source="~/quickstart-templates/101-databricks-workspace/azuredeploy.json" range="1-150" highlight="107-148":::
33+
:::code language="json" source="~/quickstart-templates/101-databricks-workspace/azuredeploy.json" range="1-53":::
3434

3535
The Azure resource defined in the template is Microsoft.Databricks/workspaces: create an Azure Databricks workspace.
3636

@@ -112,4 +112,4 @@ Write-Host "Press [ENTER] to continue..."
112112
In this quickstart, you created an Azure Databricks workspace by using an Azure Resource Manager template and validated the deployment. Advance to the next article to learn how to perform an ETL operation (extract, transform, and load data) using Azure Databricks.
113113

114114
> [!div class="nextstepaction"]
115-
> [Extract, transform, and load data using Azure Databricks](databricks-extract-load-sql-data-warehouse.md)
115+
> [Extract, transform, and load data using Azure Databricks](databricks-extract-load-sql-data-warehouse.md)

0 commit comments

Comments
 (0)