Skip to content

Commit bcebb25

Browse files
authored
Merge pull request #102881 from irenehua/patch-6
Update virtual-machine-scale-sets-networking.md
2 parents 43bb961 + d1458f4 commit bcebb25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ az vmss create \
6060
--lb mylb \
6161
--backend-pool-name mybackendpool
6262
```
63+
>[!NOTE]
64+
>After the scale set has been created, the backend port cannot be modified for a load balancing rule used by a health probe of the load balancer. To change the port, you can remove the health probe by updating the Azure virtual machine scale set, update the port and then configure the health probe again.
6365

6466
## Create a scale set that references an Application Gateway
6567
To create a scale set that uses an application gateway, reference the backend address pool of the application gateway in the ipConfigurations section of your scale set as in this ARM template config:

0 commit comments

Comments
 (0)