Skip to content

Commit e4193d6

Browse files
author
MightyPen
committed
Converting single # H1 notation to ### H3, on TC '](#tab/' lines, near bottom before Next Steps. Yet Build Report does NOT complain about multiple # H1 lines, so this commit is merely a personal test.
1 parent b27ab61 commit e4193d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database/sql-database-single-database-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,23 @@ Keep the resource group, server, and single database to go on to the next steps,
6161

6262
When you're finished using these resources, you can delete the resource group you created, which will also delete the server and single database within it.
6363

64-
# [Portal](#tab/azure-portal)
64+
### [Portal](#tab/azure-portal)
6565

6666
To delete **myResourceGroup** and all its resources using the Azure portal:
6767

6868
1. In the portal, search for and select **Resource groups**, and then select **myResourceGroup** from the list.
6969
1. On the resource group page, select **Delete resource group**.
7070
1. Under **Type the resource group name**, enter *myResourceGroup*, and then select **Delete**.
7171

72-
# [Azure CLI](#tab/azure-cli)
72+
### [Azure CLI](#tab/azure-cli)
7373

7474
To delete the resource group and all its resources, run the following Azure CLI command, using the name of your resource group:
7575

7676
```azurecli-interactive
7777
az group delete --name <your resource group>
7878
```
7979

80-
# [PowerShell](#tab/azure-powershell)
80+
### [PowerShell](#tab/azure-powershell)
8181

8282
To delete the resource group and all its resources, run the following PowerShell cmdlet, using the name of your resource group:
8383

0 commit comments

Comments
 (0)