Skip to content

Commit ce8fdc3

Browse files
Merge pull request #288175 from mahipdeora/patch-54
Update load-balancer-nat-pool-migration.md
2 parents 41da96c + 3ce3d47 commit ce8fdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/load-balancer-nat-pool-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An [inbound NAT rule](inbound-nat-rules.md) is used to forward traffic from a lo
1818
1919
## NAT rule version 1
2020

21-
[Version 1](inbound-nat-rules.md) is the legacy approach for assigning an Azure Load Balancer’s frontend port to each backend instance. Rules are applied to the backend instance’s network interface card (NIC). For Azure Virtual Machine Scale Sets (VMSS) instances, inbound NAT rules are automatically created/deleted as new instances are scaled up/down. For VMSS instanes use the `Inbound NAT Pool` property to manage Inbound NAT rules version 1.
21+
[Version 1](inbound-nat-rules.md) is the legacy approach for assigning an Azure Load Balancer’s frontend port to each backend instance. Rules are applied to the backend instance’s network interface card (NIC). For Azure Virtual Machine Scale Sets (VMSS) instances, inbound NAT rules are automatically created/deleted as new instances are scaled up/down. For VMSS instanes use the `Inbound NAT Pools` property to manage Inbound NAT rules version 1.
2222

2323
## NAT rule version 2
2424

@@ -31,7 +31,7 @@ An [inbound NAT rule](inbound-nat-rules.md) is used to forward traffic from a lo
3131

3232
## How do I know if I’m using version 1 of Inbound NAT rules?
3333

34-
The easiest way to identify if your deployments are using version 1 of the feature is by inspecting the load balancer’s configuration. If either the `InboundNATPool` property or the `backendIPConfiguration` property within the `InboundNATRule` configuration is populated, then the deployment is version 1 of Inbound NAT rules.
34+
The easiest way to identify if your deployments are using version 1 of the feature is by inspecting the load balancer’s configuration. If either the `InboundNATPools` property or the `backendIPConfiguration` property within the `InboundNATRule` configuration is populated, then the deployment is version 1 of Inbound NAT rules.
3535

3636
## How to migrate from version 1 to version 2?
3737

0 commit comments

Comments
 (0)