Skip to content

Commit 59a48b1

Browse files
authored
Merge pull request #54348 from venudhar1/patch-1
Enhanced the statement at line 54
2 parents b635fa2 + 37ff017 commit 59a48b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/scripts/virtual-machines-linux-cli-sample-nlb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This script uses the following commands to create a resource group, virtual mach
5050
| [az network public-ip create](https://docs.microsoft.com/cli/azure/network/public-ip) | Creates a public IP address with a static IP address and an associated DNS name. |
5151
| [az network lb create](https://docs.microsoft.com/cli/azure/network/lb) | Creates an Azure Network Load Balancer (NLB). |
5252
| [az network lb probe create](https://docs.microsoft.com/cli/azure/network/lb/probe) | Creates an NLB probe. An NLB probe is used to monitor each VM in the NLB set. If any VM becomes inaccessible, traffic is not routed to the VM. |
53-
| [az network lb rule create](https://docs.microsoft.com/cli/azure/network/lb/rule) | Creates an NLB rule. In this sample, a rule is created for port 80. As HTTP traffic arrives at the NLB, it is routed to port 80 one of the VMs in the NLB set. |
53+
| [az network lb rule create](https://docs.microsoft.com/cli/azure/network/lb/rule) | Creates an NLB rule. In this sample, a rule is created for port 80. As HTTP traffic arrives at the NLB, it is routed to port 80 of one of the VMs in the NLB set. |
5454
| [az network lb inbound-nat-rule create](https://docs.microsoft.com/cli/azure/network/lb/inbound-nat-rule) | Creates an NLB Network Address Translation (NAT) rule. NAT rules map a port of the NLB to a port on a VM. In this sample, a NAT rule is created for SSH traffic to each VM in the NLB set. |
5555
| [az network nsg create](https://docs.microsoft.com/cli/azure/network/nsg) | Creates a network security group (NSG), which is a security boundary between the internet and the virtual machine. |
5656
| [az network nsg rule create](https://docs.microsoft.com/cli/azure/network/nsg/rule) | Creates an NSG rule to allow inbound traffic. In this sample, port 22 is opened for SSH traffic. |

0 commit comments

Comments
 (0)