Skip to content

Commit c30bfe8

Browse files
Updates per author feedback
1 parent 77d03a7 commit c30bfe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/configure-load-balancer-outbound-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This section explains how to create and configure the following components of th
7777
- A load-balancer outbound rule that defines how traffic is distributed from the VMs
7878

7979
### Create an inbound front-end IP
80-
Create the outbound front-end IP configuration for the load balancer by using [New-AzLoadBalancerFrontendIpConfig](https://docs.microsoft.com/powershell/module/az.network/new-azloadbalancerfrontendipconfig?view=azps-2.6.0). The load balancer should include an inbound front-end IP configuration named *myfrontendinbound*. Associate this configuration with the public IP address *mypublicipinbound*.
80+
Create the inbound front-end IP configuration for the load balancer by using [New-AzLoadBalancerFrontendIpConfig](https://docs.microsoft.com/powershell/module/az.network/new-azloadbalancerfrontendipconfig?view=azps-2.6.0). The load balancer should include an inbound front-end IP configuration named *myfrontendinbound*. Associate this configuration with the public IP address *mypublicipinbound*.
8181

8282
```azurepowershell-interactive
8383
$frontendIPin = New-AzLoadBalancerFrontendIPConfig -Name "myfrontendinbound" -PublicIpAddress $pubIPin
@@ -156,6 +156,6 @@ When you no longer need the resource group, load balancer, and related resources
156156
```
157157

158158
## Next steps
159-
In this article, you created a standard load balancer, configured both inbound load-balancer traffic rules, and configured a health probe for the VMs in the back-end pool.
159+
In this article, you created a standard load balancer, configured both inbound and outbound load-balancer traffic rules, and configured a health probe for the VMs in the back-end pool.
160160

161161
To learn more, continue to the [tutorials for Azure Load Balancer](tutorial-load-balancer-standard-public-zone-redundant-portal.md).

0 commit comments

Comments
 (0)