Skip to content

Commit 1acf5b9

Browse files
committed
tab content completion v4
1 parent 72bfacb commit 1acf5b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See [Azure Load Balancer and Virtual Machine Scale Sets](../load-balancer/load-b
4444

4545
To add a scale set to the backend pool of an Application Gateway, reference the Application Gateway backend pool in your scale sets network profile. This can be done either when creating the scale set or on an existing scale set.
4646

47-
### [Portal](#tab/portalappgw)
47+
### [Portal](#tab/portal1)
4848

4949
1. Create an Application Gateway and backend pool in the same regions as your scale set, if you do not already have one
5050
1. Navigate to the Virtual Machine Scale Set in the Portal
@@ -54,7 +54,7 @@ To add a scale set to the backend pool of an Application Gateway, reference the
5454
1. Select the target backend pool and click **Save**
5555
1. If your scale set Upgrade Policy is 'Manual', navigate to the **Settings** > **Instances** pane to select and upgrade each of your instances
5656

57-
### [PowerShell](#tab/powershellappgw)
57+
### [PowerShell](#tab/powershell1)
5858

5959
```azurepowershell
6060
$appGW = Get-AzApplicationGateway -Name <appGWName> -ResourceGroup <AppGWResourceGroupName>
@@ -84,7 +84,8 @@ To add a scale set to the backend pool of an Application Gateway, reference the
8484
8585
```
8686

87-
### [ARM Template](#tag/armappgw)
87+
### [ARM template](#tag/arm1)
88+
8889
```json
8990
"ipConfigurations": [{
9091
"name": "{config-name}",

0 commit comments

Comments
 (0)