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/nat-gateway/faq.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,9 @@ sections:
110
110
answer: |
111
111
No. NAT gateway cannot be moved across subscriptions, regions, or resource groups. A new NAT gateway must be created for the other subscription, region, or resource group.
112
112
113
-
- question: How does NAT gateway work with virtual networks that are peered to one another?
113
+
- question: How does NAT gateway work in a hub and spoke network architecture?
114
114
answer: |
115
-
NAT gateway cannot be directly associated to subnets across multiple virtual networks. Virtual networks in a hub and spoke model with Azure Firewall can provide outbound connectivity from spoke VNets when NAT gateway is attached to the Azure Firewall subnet in the Hub VNet. To learn more see, [Scale SNAT ports with Azure Virtual Network NAT](../../firewall/integrate-with-nat-gateway.md).
115
+
Traffic from the spoke VNets can be routed to the centralized hub VNet through an NVA or Azure Firewall. NAT Gateway can then provide outbound connectivity for all spoke virtual networks from the centralized hub network. To set up NAT gateway in a hub and spoke architecture with NVAs, see [use NAT gateway in a hub and spoke network](/azure/virtual-network/nat-gateway/tutorial-hub-spoke-route-nat). To use NAT gateway with Azure Firewall in a hub and spoke setup, see [integrate NAT gateway with Azure Firewall](/azure/virtual-network/nat-gateway/tutorial-hub-spoke-nat-firewall).
116
116
117
117
- question: How can I obtain logs for my NAT gateway resource?
118
118
answer: |
@@ -136,7 +136,7 @@ sections:
136
136
137
137
- question: Can I use NAT gateway with Azure Firewall?
138
138
answer: |
139
-
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).
139
+
Yes. NAT gateway can be used with Azure Firewall. Azure Firewall when used with NAT gateway should be in a zonal configuration. NAT gateway will work with a zone redundant firewall, but it’s not a recommended deployment at this time. 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).
140
140
141
141
- question: Can I use NAT gateway with Virtual Network service endpoints or Private Link?
142
142
answer: |
@@ -145,4 +145,4 @@ sections:
145
145
additionalContent: |
146
146
147
147
## Next steps
148
-
If your question is not listed above, please send feedback about this page with your question. This will create a GitHub issue for the product team to ensure all of our valued customer questions are answered.
148
+
If your question is not listed above, please send feedback about this page with your question. This will create a GitHub issue for the product team to ensure all of our valued customer questions are answered.
0 commit comments