Skip to content

Commit 5d7e125

Browse files
authored
Merge pull request #189773 from aimee-littleton/patch-33
Zone-redundant IP used with NAT gateway
2 parents a9e8c0e + 64feea4 commit 5d7e125

File tree

1 file changed

+6
-2
lines changed
  • articles/virtual-network/nat-gateway

1 file changed

+6
-2
lines changed

articles/virtual-network/nat-gateway/faq.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ sections:
2222
/30 (4 addresses),
2323
/31 (2 addresses)
2424
25+
- question: Can a zone-redundant public IP address be attached to a NAT gateway?
26+
answer: |
27+
A zone-redundant public IP address can be attached to a non-zonal NAT gateway only. A NAT gateway designated to a specific zone must be attached to a public IP address from the same zone.
28+
2529
- question: Can public IPs of an existing Virtual Network NAT gateway be changed?
2630
answer: |
2731
No, an existing IP attached to the Virtual Network NAT can't be changed. A different IP can be attached to Virtual Network NAT by creating a new public IP address. Associate the new public IP address with the NAT gateway resource. Disassociate the old IP address.
@@ -100,11 +104,11 @@ sections:
100104
101105
- question: Can I use Virtual Network NAT gateway with Azure Firewall?
102106
answer: |
103-
Yes. For more information about Virtual Network NAT integration with Azure Firewall, see [Scale SNAT ports with Azure NAT Gateway](../../firewall/integrate-with-nat-gateway.md).
107+
Yes. NAT gateway can be used with Azure Firewall unless Azure Firewall is zone-redundant. Because NAT gateway is a zonal resource, it cannot be associated with an Azure Firewall that spans multiple zones. For more information about Virtual Network NAT integration with Azure Firewall, see [Scale SNAT ports with Azure NAT Gateway](../../firewall/integrate-with-nat-gateway.md).
104108
105109
- question: Can I use Virtual Network NAT gateway with Virtual Network service endpoints?
106110
answer: |
107-
Yes. The addition of a Virtual Network NAT Gateway to a subnet with service endpoints does not affect the endpoints. [Virtual Network service endpoints](../virtual-network-service-endpoints-overview.md) enable a more specific route for the destination Azure service traffic they represent. Traffic for the service endpoint will continue to be routed toward the service and wont go via the NAT Gateway.
111+
Yes. The addition of a Virtual Network NAT Gateway to a subnet with service endpoints does not affect the endpoints. [Virtual Network service endpoints](../virtual-network-service-endpoints-overview.md) enable a more specific route for the destination Azure service traffic they represent. Traffic for the service endpoint will continue to be routed toward the service and won't go via the NAT Gateway.
108112
109113
additionalContent: |
110114

0 commit comments

Comments
 (0)