You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-standard-virtual-machine-scale-sets.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,37 +11,32 @@ ms.author: mbender
11
11
ms.custom: template-concept, seodec18
12
12
---
13
13
14
-
# Guidance for virtual machine scale sets with Azure Load Balancer
14
+
# Guidance for Virtual Machine Scale Sets with Azure Load Balancer
15
15
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.
17
17
18
18
## Port forwarding and inbound NAT rules
19
19
20
20
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.
21
21
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.
23
23
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
-
28
24
## Load-balancing rules
29
25
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.
31
27
32
28
## Virtual Machine Scale Set instance-level IPs
33
29
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).
35
31
36
32
## Outbound rules
37
33
38
34
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.
39
35
40
36
:::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":::
41
37
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:
43
39
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