Skip to content

Commit f0bb7ea

Browse files
committed
remove tabs
1 parent 534ec03 commit f0bb7ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ 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-
# [CLI](#tab/CLI)
71+
### Azure CLI
7272

7373
```azurecli-interactive
7474
echo "Enter your Azure Databricks workspace name:" &&
@@ -78,7 +78,7 @@ read resourcegroupName &&
7878
az databricks workspace show -g $resourcegroupName -n $databricksWorkspaceName
7979
```
8080

81-
# [PowerShell](#tab/PowerShell)
81+
### Azure PowerShell
8282

8383
```azurepowershell-interactive
8484
$resourceGroupName = Read-Host -Prompt "Enter the resource group name where your Azure Databricks workspace exists"
@@ -90,7 +90,7 @@ $resourceGroupName = Read-Host -Prompt "Enter the resource group name where your
9090

9191
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:
9292

93-
# [CLI](#tab/CLI)
93+
### Azure CLI
9494

9595
```azurecli-interactive
9696
echo "Enter the Resource Group name:" &&
@@ -99,7 +99,7 @@ az group delete --name $resourceGroupName &&
9999
echo "Press [ENTER] to continue ..."
100100
```
101101

102-
# [PowerShell](#tab/PowerShell)
102+
### Azure PowerShell
103103

104104
```azurepowershell-interactive
105105
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"

0 commit comments

Comments
 (0)