Skip to content

Commit 5ddfc17

Browse files
Merge pull request #211928 from aimee-littleton/patch-100
Note load balancer availability zone configuration
2 parents 9b4dc8a + 80c3254 commit 5ddfc17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-network/nat-gateway/nat-availability-zones.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ If your scenario requires inbound endpoints, you have two options:
5757
| (1) | **Align** the inbound endpoints with the respective **zonal stacks** you're creating for outbound. | Create a standard load balancer with a zonal frontend. | Same failure model for inbound and outbound. Simpler to operate. | Individual IP addresses per zone may need to be masked by a common DNS name. |
5858
| (2) | **Overlay** the zonal stacks with a cross-zone inbound endpoint. | Create a standard load balancer with a zone-redundant front-end. | Single IP address for inbound endpoint. | Varying models for inbound and outbound. More complex to operate. |
5959

60+
Note that zonal configuration for a load balancer works differently from NAT gateway. The load balancer's availability zone selection is synonymous with its frontend IP configuration's zone selection. For public load balancers, if the public IP in the Load balancer's frontend is zone redundant then the load balancer is also zone-redundant. If the public IP in the load balancer's frontend is zonal, then the load balancer will also be designated to the same zone.
61+
6062
## Limitations
6163

6264
* Zones can't be changed, updated, or created for NAT gateway after deployment.

0 commit comments

Comments
 (0)