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-nat-pool-migration.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Migrate from Inbound NAT rules version 1 to version 2
3
-
description: Learn how to migrate from Inbound NAT rules version 1 to version 2 in Azure Load Balancer.
3
+
description: Learn how to migrate Azure Load balancer from inbound NAT rules version 1 to version 2.
4
4
services: load-balancer
5
5
author: mbender-ms
6
6
ms.service: azure-load-balancer
@@ -13,12 +13,11 @@ ms.author: mbender
13
13
14
14
An [inbound NAT rule](inbound-nat-rules.md) is used to forward traffic from a load balancer’s frontend to one or more instances in the backend pool. These rules provide a 1:1 mapping between the load balancer’s frontend IP address and backend instances. There are currently two versions of Inbound NAT rules, version 1 and version 2.
15
15
16
-
:::image type="content" source="media/load-balancer-nat-pool-migration/load-balancer-inbound-nat-rule-flow.png" alt-text="Diagram of load balancer inbound nat rules":::
17
-
## Version 1
16
+
## NAT rule version 1
18
17
19
-
[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 Virtual Machine Scale Sets (VMSS) instances, inbound NAT rules are automatically created/deleted as new instances are scaled up/down.
18
+
[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 instances, inbound NAT rules are automatically created/deleted as new instances are scaled up/down.
20
19
21
-
## Version 2
20
+
## NAT rule version 2
22
21
23
22
[Version 2](inbound-nat-rules.md) of Inbound NAT rules provide the same feature set as version 1, with extra benefits.
24
23
@@ -48,19 +47,21 @@ The following three steps need to be performed to migrate to version 2 of inboun
48
47
1. Delete the version 1 of inbound NAT rules on the load balancer’s configuration.
49
48
2. Remove the reference to the NAT rule on the virtual machine or virtual machine scale set configuration.
50
49
1. All virtual machine scale set instances need to be updated.
51
-
3. Deploy version 2 of Inbound NAT rules
50
+
3. Deploy version 2 of Inbound NAT rules.
52
51
53
52
### Virtual Machine
54
53
54
+
The following steps are used to migrate from version 1 to version 2 of Inbound NAT rules for a virtual machine.
The following steps are used to migrate from version 1 to version 2 of Inbound NAT rules for a virtual machine scale set. It assumes the virtual machine scale set's upgrade mode is set to Manual. For more information, see [Orchestration modes for Virtual Machine Scale Sets in Azure](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes)
0 commit comments