Skip to content

Commit 84a8a71

Browse files
authored
Update configure-inbound-NAT-rules-vm-scale-set.md
1 parent 0776f8e commit 84a8a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/configure-inbound-NAT-rules-vm-scale-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ az network lb inbound-nat-rule delete --resourcegroup MyResourceGroup --name MyN
6464
6565
```
6666

67-
## Multiple Inbound NAT rules behind a Virtual Machine Scale Set
67+
## Add multiple inbound NAT rules behind a Virtual Machine Scale Set
6868

69-
Multiple inbound NAT rules can be attached to a single Virtual Machine Scale Set, given that the rules frontend port ranges aren’t overlapping. This is accomplished by having multiple inbound NAT rules that target the same backend pool. A full example using the CLI is shown.
69+
Multiple inbound NAT rules can be attached to a single Virtual Machine Scale Set, given that the rules frontend port ranges aren’t overlapping. This is accomplished by having multiple inbound NAT rules that target the same backend pool. A full example using the CLI is shown below:
7070

7171
```azurecli
7272
az network lb inbound-nat-rule create \

0 commit comments

Comments
 (0)