Skip to content

Commit 55c5c92

Browse files
authored
Merge pull request #84868 from MicrosoftDocs/fix-tabs
replace tab names and IDs with valid ones
2 parents 844d510 + 7787b37 commit 55c5c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-ahb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The use of the SQL VM resource provider requires the SQL Server IaaS extension.
4747

4848
## Change the license for VMs already registered with the resource provider
4949

50-
# [Azure portal](#tab/azure-portal)
50+
# [Portal](#tab/azure-portal)
5151

5252
[!INCLUDE [windows-virtual-machines-sql-use-new-management-blade](../../../../includes/windows-virtual-machines-sql-new-resource.md)]
5353

@@ -61,7 +61,7 @@ You can modify the license model directly from the portal:
6161
![Azure Hybrid Benefit in the portal](media/virtual-machines-windows-sql-ahb/ahb-in-portal.png)
6262

6363

64-
# [Azure CLI](#tab/bash)
64+
# [Azure CLI](#tab/azure-cli)
6565

6666
You can use the Azure CLI to change your license model.
6767

@@ -83,7 +83,7 @@ The following code snippet switches your bring-your-own-license model to pay-as-
8383
az sql vm update -n <VMName> -g <ResourceGroupName> --license-type PAYG
8484
```
8585

86-
# [PowerShell](#tab/powershell)
86+
# [PowerShell](#tab/azure-powershell)
8787
You can use PowerShell to change your license model.
8888

8989
The following code snippet switches your pay-as-you-go license model to bring-your-own-license (or using Azure Hybrid Benefit):

0 commit comments

Comments
 (0)