Skip to content

Commit d917843

Browse files
authored
Update manage-inbound-nat-rules.md
Making doc clearer on NAT rule V1/V2
1 parent 34139e7 commit d917843

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/load-balancer/manage-inbound-nat-rules.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ An inbound NAT rule is used to forward traffic from a load balancer frontend to
1515

1616
There are two types of inbound NAT rule:
1717

18-
* Single virtual machine - An inbound NAT rule that targets a single machine in the backend pool of the load balancer
18+
* Inbound NAT rule V1 for VMs - Targets a single machine in the backend pool of the load balancer
1919

20-
* Multiple virtual machines - An inbound NAT rule that targets multiple virtual machines in the backend pool of the load balancer
20+
* Inbound NAT rule V2 for VMs and VMSS- Targets multiple virtual machines in the backend pool of the load balancer
2121

2222
In this article, you learn how to add and remove an inbound NAT rule for both types. You learn how to change the frontend port allocation in a multiple instance inbound NAT rule. You can choose from the Azure portal, PowerShell, or CLI examples.
2323

@@ -30,7 +30,7 @@ In this article, you learn how to add and remove an inbound NAT rule for both ty
3030
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3131

3232

33-
## Add a single VM inbound NAT rule
33+
## Inbound NAT rule V1 for VMs
3434

3535
Choose this option to configure a rule for a single VM. Select Azure portal, PowerShell, or CLI for instructions.
3636

@@ -165,7 +165,7 @@ Use [az network nic ip-config inbound-nat-rule add](/cli/azure/network/nic/ip-co
165165
```
166166
---
167167

168-
## Add a multiple VMs inbound NAT rule
168+
## Inbound NAT rule V2 for VM and VMSS
169169
Choose this option to configure a rule with a range of ports to a backend pool of virtual machines. Select Azure portal, PowerShell, or CLI for instructions.
170170

171171
# [**Portal**](#tab/inbound-nat-rule-portal)

0 commit comments

Comments
 (0)