Skip to content

Commit 191b273

Browse files
authored
Merge pull request #228532 from mahipdeora/patch-18
Update load-balancer-standard-virtual-machine-scale-sets.md
2 parents 885f843 + 3d551b5 commit 191b273

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

articles/load-balancer/load-balancer-standard-virtual-machine-scale-sets.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,32 @@ ms.author: mbender
1111
ms.custom: template-concept, seodec18
1212
---
1313

14-
# Guidance for virtual machine scale sets with Azure Load Balancer
14+
# Guidance for Virtual Machine Scale Sets with Azure Load Balancer
1515

16-
When you work with virtual machine scale sets and Azure Load Balancer, consider the following guidelines.
16+
When you work with Virtual Machine Scale Sets and Azure Load Balancer, consider the following guidelines.
1717

1818
## Port forwarding and inbound NAT rules
1919

2020
After the scale set has been created, the back-end port can't be modified for a load-balancing rule used by a health probe of the load balancer. To change the port, remove the health probe by updating the virtual machine scale set and updating the port. Then configure the health probe again.
2121

22-
When you use the virtual machine scale set in the back-end pool of the load balancer, the default inbound NAT rules are created automatically.
22+
When you use the Virtual Machine Scale Set in the back-end pool of the load balancer, the default inbound NAT rules are created automatically.
2323

24-
## Inbound NAT pool
25-
26-
Each virtual machine scale set must have at least one inbound NAT pool. An inbound NAT pool is a collection of inbound NAT rules. One inbound NAT pool can't support multiple virtual machine scale sets.
27-
2824
## Load-balancing rules
2925

30-
When you use the virtual machine scale set in the back-end pool of the load balancer, the default load-balancing rule is created automatically.
26+
When you use the Virtual Machine Scale Set in the back-end pool of the load balancer, the default load-balancing rule is created automatically.
3127

3228
## Virtual Machine Scale Set instance-level IPs
3329

34-
When virtual machine scale sets with [public IPs per instance](../virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md) are created with a load balancer in front, the SKU of the instance IPs is determined by the SKU of the Load Balancer (i.e. Basic or Standard).
30+
When Virtual Machine Scale Sets with [public IPs per instance](../virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md) are created with a load balancer in front, the SKU of the instance IPs is determined by the SKU of the Load Balancer (i.e. Basic or Standard).
3531

3632
## Outbound rules
3733

3834
To create an outbound rule for a back-end pool that's already referenced by a load-balancing rule, select **No** under **Create implicit outbound rules** in the Azure portal when the inbound load-balancing rule is created.
3935

4036
:::image type="content" source="./media/vm-scale-sets/load-balancer-and-vm-scale-sets.png" alt-text="Screenshot that shows load-balancing rule creation." border="true":::
4137

42-
Use the following methods to deploy a virtual machine scale set with an existing instance of Load Balancer:
38+
Use the following methods to deploy a Virtual Machine Scale Sets with an existing instance of Load Balancer:
4339

44-
* [Configure a virtual machine scale set with an existing instance of Azure Load Balancer using the Azure portal](./configure-vm-scale-set-portal.md)
45-
* [Configure a virtual machine scale set with an existing instance of Azure Load Balancer using Azure PowerShell](./configure-vm-scale-set-powershell.md)
46-
* [Configure a virtual machine scale set with an existing instance of Azure Load Balancer using the Azure CLI](./configure-vm-scale-set-cli.md)
47-
* [Update or delete an existing instance of Azure Load Balancer used by a virtual machine scale set](./update-load-balancer-with-vm-scale-set.md)
40+
* [Configure a Virtual Machine Scale Sets with an existing instance of Azure Load Balancer using the Azure portal](./configure-vm-scale-set-portal.md)
41+
* [Configure a Virtual Machine Scale Sets with an existing instance of Azure Load Balancer using Azure PowerShell](./configure-vm-scale-set-powershell.md)
42+
* [Configure a Virtual Machine Scale Sets with an existing instance of Azure Load Balancer using the Azure CLI](./configure-vm-scale-set-cli.md)

0 commit comments

Comments
 (0)