Skip to content

Commit 426a968

Browse files
committed
Updates based on UUF to version 1 vs version 2 verify
1 parent efc66de commit 426a968

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: load-balancer
55
author: mbender-ms
66
ms.service: azure-load-balancer
77
ms.topic: how-to
8-
ms.date: 08/22/2024
8+
ms.date: 01/28/2025
99
ms.author: mbender
1010
---
1111

@@ -31,7 +31,15 @@ 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 `InboundNATPools` 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. Version 1 nat rules will have a **Type** value of *Azure Virtual Machine* with a defined **Target virtual machine** value.
35+
36+
:::image type="content" source="media/load-balancer-nat-pool-migration/nat-rule-version-1.png" alt-text="Screenshot of NAT rule version 1 configuration in Azure portal.":::
37+
38+
For version 2 NAT rules, the **Type** value will be *Backend pool* with a defined **Target backend pool** value.
39+
40+
:::image type="content" source="media/load-balancer-nat-pool-migration/nat-rule-version-2.png" alt-text="Screenshot of NAT rule version 2 configuration in Azure portal.":::
41+
42+
To programmatically determine if a deployment is using version 1 of Inbound NAT rules, inspect the load balancer’s configuration using the Azure CLI or PowerShell. If either the the `backendIPConfiguration` property within the `InboundNATRule` configuration is populated, then the deployment is version 1 of Inbound NAT rules. Version 2 rules will have the `backendAddressPool` property instead of the `backendIPConfiguration` property.
3543

3644
## How to migrate from version 1 to version 2?
3745

44.8 KB
Loading
41.1 KB
Loading

0 commit comments

Comments
 (0)