Skip to content

Commit 2e843cf

Browse files
Merge pull request #279376 from mbender-ms/lb-freshness-june-2024-II
load balancer - freshness updates - June Part II
2 parents 099d925 + e30eae2 commit 2e843cf

9 files changed

+19
-19
lines changed

articles/load-balancer/load-balancer-common-deployment-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: troubleshooting
9-
ms.date: 04/20/2023
9+
ms.date: 06/26/2024
1010
ms.author: mbender
1111
ms.custom: template-concept, engagement-fy23
1212
---

articles/load-balancer/load-balancer-ha-ports-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about high availability ports load balancing on an internal l
55
author: mbender-ms
66
ms.service: load-balancer
77
ms.topic: conceptual
8-
ms.date: 05/03/2023
8+
ms.date: 06/26/2024
99
ms.author: mbender
1010
ms.custom: template-concept, engagement-fy23
1111
---

articles/load-balancer/load-balancer-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: load-balancer
55
author: mbender-ms
66
ms.service: load-balancer
77
ms.topic: conceptual
8-
ms.date: 05/08/2023
8+
ms.date: 06/26/2024
99
ms.author: mbender
1010
ms.custom: template-concept, engagement-fy23
1111
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
keywords: ipv6, azure load balancer, dual stack, public ip, native ipv6, mobile, iot
88
ms.service: load-balancer
99
ms.topic: how-to
10-
ms.date: 05/30/2023
10+
ms.date: 06/26/2024
1111
ms.author: mbender
1212
ms.custom: template-how-to, devx-track-azurecli
1313
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
keywords: ipv6, azure load balancer, dual stack, public ip, native ipv6, mobile, iot
88
ms.service: load-balancer
99
ms.topic: how-to
10-
ms.date: 05/30/2023
10+
ms.date: 06/26/2024
1111
ms.author: mbender
1212
ms.custom: template-how-to, devx-track-azurepowershell
1313
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
keywords: ipv6, azure load balancer, dual stack, public ip, native ipv6, mobile, iot
88
ms.service: load-balancer
99
ms.topic: how-to
10-
ms.date: 05/03/2023
10+
ms.date: 06/26/2024
1111
ms.author: mbender
1212
ms.custom: template-how-to, engagement-fy23
1313
---

articles/load-balancer/load-balancer-ipv6-overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
keywords: ipv6, azure load balancer, dual stack, public ip, native ipv6, mobile, iot
77
ms.service: load-balancer
88
ms.topic: conceptual
9-
ms.date: 05/03/2023
9+
ms.date: 06/26/2024
1010
ms.author: mbender
1111
ms.custom: template-concept, engagement-fy23
1212
---
@@ -29,7 +29,7 @@ The following picture illustrates the IPv6 functionality for Azure Load Balancer
2929

3030
![Azure Load Balancer with IPv6](./media/load-balancer-ipv6-overview/load-balancer-ipv6.png)
3131

32-
Once deployed, an IPv4 or IPv6-enabled Internet client can communicate with the public IPv4 or IPv6 addresses (or hostnames) of the Azure Internet-facing Load Balancer. The load balancer routes the IPv6 packets to the private IPv6 addresses of the VMs using network address translation (NAT). The IPv6 Internet client cannot communicate directly with the IPv6 address of the VMs.
32+
Once deployed, an IPv4 or IPv6-enabled Internet client can communicate with the public IPv4 or IPv6 addresses (or hostnames) of the Azure Internet-facing Load Balancer. The load balancer routes the IPv6 packets to the private IPv6 addresses of the VMs using network address translation (NAT). The IPv6 Internet client can't communicate directly with the IPv6 address of the VMs.
3333

3434
## Features
3535

@@ -58,17 +58,17 @@ Details
5858

5959
Limitations
6060

61-
* You cannot add IPv6 load balancing rules in the Azure portal. The rules can only be created through the template, CLI, PowerShell.
61+
* You can't add IPv6 load balancing rules in the Azure portal. The rules can only be created through the template, CLI, PowerShell.
6262
* A single IPv6 address can be assigned to a single network interface in each VM.
63-
* You cannot configure the reverse DNS lookup for your public IPv6 addresses.
64-
* The VMs with the IPv6 addresses cannot be members of an Azure Cloud Service. They can be connected to an Azure Virtual Network (VNet) and communicate with each other over their IPv4 addresses.
65-
* Private IPv6 addresses can be deployed on individual VMs in a resource group but cannot be deployed into a resource group via Scale Sets.
66-
* Azure VMs cannot connect over IPv6 to other VMs, other Azure services, or on-premises devices. They can only communicate with the Azure load balancer over IPv6. However, they can communicate with these other resources using IPv4.
67-
* Network Security Group (NSG) protection for IPv4 is supported in dual-stack (IPv4+IPv6) deployments. NSGs do not apply to the IPv6 endpoints.
68-
* The IPv6 endpoint on the VM is not exposed directly to the internet. It is behind a load balancer. Only the ports specified in the load balancer rules are accessible over IPv6.
63+
* You can't configure the reverse DNS lookup for your public IPv6 addresses.
64+
* The VMs with the IPv6 addresses can't be members of an Azure Cloud Service. They can be connected to an Azure Virtual Network (VNet) and communicate with each other over their IPv4 addresses.
65+
* Private IPv6 addresses can be deployed on individual VMs in a resource group but can't be deployed into a resource group via Scale Sets.
66+
* Azure VMs can't connect over IPv6 to other VMs, other Azure services, or on-premises devices. They can only communicate with the Azure load balancer over IPv6. However, they can communicate with these other resources using IPv4.
67+
* Network Security Group (NSG) protection for IPv4 is supported in dual-stack (IPv4+IPv6) deployments. NSGs don't apply to the IPv6 endpoints.
68+
* The IPv6 endpoint on the VM isn't exposed directly to the internet. It is behind a load balancer. Only the ports specified in the load balancer rules are accessible over IPv6.
6969
* Changing the loadDistributionMethod parameter for IPv6 is **currently not supported**.
7070
* IPv6 for Basic Load Balancer is locked to a **Dynamic** SKU. IPv6 for a Standard Load Balancer is locked to a **Static** SKU.
71-
* NAT64 (translation of IPv6 to IPv4) is not supported.
71+
* NAT64 (translation of IPv6 to IPv4) isn't supported.
7272
* Attaching a secondary NIC that refers to an IPv6 subnet to a backend pool is **not supported** for Basic Load Balancer.
7373

7474
## Next steps

articles/load-balancer/load-balancer-monitor-metrics-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
ms.author: mbender
88
ms.service: load-balancer
99
ms.topic: how-to
10-
ms.date: 06/27/2023
10+
ms.date: 06/27/2024
1111
ms.custom: template-how-to, engagement-fy23, devx-track-azurecli
1212
---
1313

@@ -23,7 +23,7 @@ When you use CLI, Load Balancer metrics may use a different metric name for the
2323

2424
Here's a table of common Load Balancer metrics, the CLI metric name, and recommend aggregation values for queries:
2525

26-
|Metric|CLI metric name|Recommended aggregation|
26+
|**Metric**|**CLI metric name**|**Recommended aggregation**|
2727
|-----------------|-----------------|-----------------|
2828
|Data path availability |VipAvailability |Average |
2929
|Health probe status |DipAvailability |Average |

articles/load-balancer/load-balancer-nat-pool-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: load-balancer
55
author: mbrat2005
66
ms.service: load-balancer
77
ms.topic: how-to
8-
ms.date: 05/01/2023
8+
ms.date: 06/26/2024
99
ms.author: mbratschun
1010
ms.custom: template-how-to, engagement-fy23
1111
---

0 commit comments

Comments
 (0)