Skip to content

Commit 6d709d1

Browse files
authored
Merge pull request #112360 from clmendes-MSFT/patch-2
Update load-balancer-multiple-virtual-machine-scale-set.md
2 parents e40d54c + 9ab5301 commit 6d709d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/load-balancer-multiple-virtual-machine-scale-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In this section, you’ll learn how to attach your Virtual Machine Scale Sets be
7878
az vmss update\
7979
--resource-group <resource-group> \
8080
--name <vmss-name> \
81-
--add virtualMachineProfile.networkProfile.networkInterfaceConfigurations[0].ipConfigurations[0].loadBalancerBackendAddressPools "{'id':'/subscriptions/<SubscriptionID>/resourceGroups/<Resource Group> /providers/Microsoft.Network/loadBalancers/<Load Balancer Name>/backendAddressPools/<Backend address pool name >}"
81+
--add virtualMachineProfile.networkProfile.networkInterfaceConfigurations[0].ipConfigurations[0].loadBalancerBackendAddressPools "{'id':'/subscriptions/<SubscriptionID>/resourceGroups/<Resource Group> /providers/Microsoft.Network/loadBalancers/<Load Balancer Name>/backendAddressPools/<Backend address pool name >'}"
8282
8383
```
8484
This example deploys a Virtual Machine Scale Set with the following defined values:

0 commit comments

Comments
 (0)