Skip to content

Commit af824b5

Browse files
committed
lb updates
1 parent a993190 commit af824b5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/virtual-network/ip-services/configure-public-ip-load-balancer.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ ms.author: mbender
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 08/24/2023
11-
ms.custom: template-how-to, engagement-fy23
10+
ms.date: 01/07/2025
1211
---
1312

1413
# Manage a public IP address with a load balancer
@@ -27,7 +26,7 @@ In this article, you learn how to:
2726
> [!div class="checklist"]
2827
> * Create a load balancer with an existing public IP address in your subscription.
2928
> * Change the current public IP associated to a load balancer.
30-
> * Change the frontend configuration of a load balancer from a public IP address to a public IP prefix.
29+
> * Change the frontend configuration of a load balancer from a public IP address to a public IP prefix.
3130
3231
Finally, the article reviews unique aspects of using public IPs and public IP prefixes with a load balancer.
3332

@@ -54,13 +53,13 @@ In this section, you create a standard SKU load balancer. You select the IP addr
5453

5554
4. Select **+ Create**.
5655

57-
5. In the **Basics** tab of **Create Load balancer**, enter or select the following information:
56+
5. In the **Basics** tab of **Create Load balancer**, enter, or select the following information:
5857

5958
| Setting | Value |
6059
| ------- | ----- |
6160
| **Project details** | |
6261
| Subscription | Select your subscription. |
63-
| Resource group | Select **Create new**. </br> Enter **myResourceGroupIP**. </br> Select **OK**. |
62+
| Resource group | Select **Create new**.</br> Enter **myResourceGroupIP**.</br> Select **OK**. |
6463
| **Instance details** | |
6564
| Name | Enter **myLoadBalancer**. |
6665
| Region | Select **(US) West US 2**. |
@@ -114,7 +113,7 @@ To change the IP, you associate a new public IP address previously created with
114113
:::image type="content" source="./media/configure-public-ip-load-balancer/verify-new-ip.png" alt-text="Screenshot of the load balancer Frontend I P configuration page showing the new public I P address.":::
115114

116115
> [!NOTE]
117-
> This technique can be utilized when transitioning from a non-zonal frontend to a zone-redundant frontend in regions that support availability zones. See [Load Balancer and Availability Zones](../../load-balancer/load-balancer-standard-availability-zones.md)
116+
> This technique can be utilized when transitioning from a non-zonal frontend to a zone-redundant frontend in regions that support availability zones. See [Load Balancer and Availability Zones](../../load-balancer/load-balancer-standard-availability-zones.md)
118117
119118
## Add public IP prefix
120119

@@ -156,9 +155,9 @@ In this section, you change the frontend configuration used for outbound connect
156155

157156
## Caveats
158157

159-
* Standard public load balancers can use standard SKU static IPv6 addresses as their frontend public IPs or public IP prefixes. Every deployment must be dual-stack with both IPv4 and IPv6 frontends. NAT64 translation is unavailable. For more information, see [Deploy an IPv6 dual stack application in Azure - PowerShell](../../load-balancer/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md) (Basic public load balancers can use basic SKU dynamic IPv6 addresses as their frontend public IPs.).
158+
* Standard public load balancers can use standard SKU static IPv6 addresses as their frontend public IPs or public IP prefixes. Every deployment must be dual-stack with both IPv4 and IPv6 frontends. NAT64 translation is unavailable. For more information, see [Deploy an IPv6 dual stack application in Azure - PowerShell](../../load-balancer/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md) (Basic public load balancers can use basic SKU dynamic IPv6 addresses as their frontend public IPs.).
160159

161-
* When multiple frontends are assigned to a public load balancer, there isn't a method to assign flows from particular backend instances to egress on a specific IP. For more information, see [Multiple frontends for Azure Load Balancer](../../load-balancer/load-balancer-multivip-overview.md).
160+
* When multiple frontends are assigned to a public load balancer, there isn't a method to assign flows from particular backend instances to egress on a specific IP. For more information, see [Multiple frontends for Azure Load Balancer](../../load-balancer/load-balancer-multivip-overview.md).
162161

163162
## Next steps
164163

0 commit comments

Comments
 (0)