Skip to content

Commit bd6d5ee

Browse files
Merge pull request #239632 from mbender-ms/lb-ipv6-basic
load balancer - Freshness
2 parents 2e9a95b + f041e4d commit bd6d5ee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/load-balancer/load-balancer-ipv6-internet-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: ipv6, azure load balancer, dual stack, public ip, native ipv6, mobile,
88
ms.service: load-balancer
99
ms.topic: how-to
1010
ms.workload: infrastructure-services
11-
ms.date: 06/25/2018
11+
ms.date: 05/30/2023
1212
ms.author: mbender
1313
ms.custom: template-how-to, seodec18, devx-track-azurecli
1414
---
@@ -150,7 +150,7 @@ This example creates the following items:
150150
* A NAT rule to translate all incoming traffic on port 3391 to port 3389 for remote desktop protocol (RDP).\*
151151
* A load balancer rule to balance all incoming traffic on port 80 to port 80 on the addresses in the back-end pool.
152152
153-
\* NAT rules are associated with a specific virtual-machine instance behind the load balancer. The network traffic that arrives on port 3389 is sent to the specific virtual machine and port that's associated with the NAT rule. You must specify a protocol (UDP or TCP) for a NAT rule. You cannot assign both protocols to the same port.
153+
\* NAT rules are associated with a specific virtual-machine instance behind the load balancer. The network traffic that arrives on port 3389 is sent to the specific virtual machine and port that's associated with the NAT rule. You must specify a protocol (UDP or TCP) for a NAT rule. You can't assign both protocols to the same port.
154154
155155
1. Set up the PowerShell variables:
156156

articles/load-balancer/load-balancer-ipv6-internet-ps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: ipv6, azure load balancer, dual stack, public ip, native ipv6, mobile,
88
ms.service: load-balancer
99
ms.topic: how-to
1010
ms.workload: infrastructure-services
11-
ms.date: 09/25/2017
11+
ms.date: 05/30/2023
1212
ms.author: mbender
1313
ms.custom: template-how-to, seodec18, devx-track-azurepowershell
1414
---
@@ -34,7 +34,7 @@ The following diagram illustrates the load balancing solution being deployed in
3434

3535
![Load balancer scenario](./media/load-balancer-ipv6-internet-ps/lb-ipv6-scenario.png)
3636

37-
In this scenario you will create the following Azure resources:
37+
In this scenario you'll create the following Azure resources:
3838

3939
* an Internet-facing Load Balancer with an IPv4 and an IPv6 Public IP address
4040
* two load balancing rules to map the public VIPs to the private endpoints
@@ -153,7 +153,7 @@ This example creates the following items:
153153
$RDPprobe = New-AzLoadBalancerProbeConfig -Name 'RDPprobe' -Protocol Tcp -Port 3389 -IntervalInSeconds 15 -ProbeCount 2
154154
```
155155
156-
For this example, we are going to use the TCP probes.
156+
For this example, we're going to use the TCP probes.
157157
158158
3. Create a load balancer rule.
159159

articles/load-balancer/load-balancer-multiple-ip-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
99
ms.workload: infrastructure-services
10-
ms.date: 06/25/2018
10+
ms.date: 05/30/2023
1111
ms.author: mbender
1212
ms.custom: template-how-to, seodec18, devx-track-azurecli
1313
---

0 commit comments

Comments
 (0)