You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/configure-public-ip-load-balancer.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ ms.author: mbender
7
7
ms.service: azure-virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 08/24/2023
11
-
ms.custom: template-how-to, engagement-fy23
10
+
ms.date: 01/07/2025
12
11
---
13
12
14
13
# Manage a public IP address with a load balancer
@@ -27,7 +26,7 @@ In this article, you learn how to:
27
26
> [!div class="checklist"]
28
27
> * Create a load balancer with an existing public IP address in your subscription.
29
28
> * 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.
31
30
32
31
Finally, the article reviews unique aspects of using public IPs and public IP prefixes with a load balancer.
33
32
@@ -54,13 +53,13 @@ In this section, you create a standard SKU load balancer. You select the IP addr
54
53
55
54
4. Select **+ Create**.
56
55
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:
58
57
59
58
| Setting | Value |
60
59
| ------- | ----- |
61
60
|**Project details**||
62
61
| 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**. |
64
63
|**Instance details**||
65
64
| Name | Enter **myLoadBalancer**. |
66
65
| Region | Select **(US) West US 2**. |
@@ -114,7 +113,7 @@ To change the IP, you associate a new public IP address previously created with
114
113
:::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.":::
115
114
116
115
> [!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)
118
117
119
118
## Add public IP prefix
120
119
@@ -156,9 +155,9 @@ In this section, you change the frontend configuration used for outbound connect
156
155
157
156
## Caveats
158
157
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.).
160
159
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).
0 commit comments