Skip to content

Commit 70d9371

Browse files
authored
Merge pull request #220973 from aimee-littleton/patch-115
Update FAQ
2 parents 8430844 + ac9170a commit 70d9371

File tree

1 file changed

+5
-3
lines changed
  • articles/virtual-network/nat-gateway

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ sections:
8484
answer: |
8585
Yes. NAT gateway can be associated with multiple subnets within a virtual network. It isn't required to be associated with all subnets within a virtual network. Each subnet within a virtual network can be configured with its own Virtual Network NAT.
8686
87+
- question: What configuration must I make on the subnet route table to connect outbound with NAT gateway?
88+
answer: |
89+
No configuration on the subnet route table is required in order to start connecting outbound with NAT gateway. When NAT gateway is assigned to a subnet, NAT gateway becomes the next hop type for all internet destined traffic. Traffic can start connecting outbound to the internet as soon as NAT gateway is assigned to a subnet and at least one public IP address.
90+
8791
- question: Can Virtual Network NAT gateway be associated with a gateway subnet?
8892
answer: |
8993
No. NAT gateway can't be associated with a [gateway](../../vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub) subnet.
@@ -108,9 +112,7 @@ sections:
108112
109113
- question: How does NAT gateway work with virtual networks that are peered to one another?
110114
answer: |
111-
NAT gateway can only be used by a virtual network that the NAT gateway is directly connected to and cannot traverse multiple virtual networks.
112-
113-
In a scenario in which virtual network A is peered with virtual network B and NAT gateway is directly associated with virtual network A, virtual network B cannot use NAT gateway to direct outbound traffic. Virtual network B will need its own NAT gateway to make outbound connections.
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](/azure/firewall/integrate-with-nat-gateway).
114116
115117
- question: How can I obtain logs for my NAT gateway resource?
116118
answer: |

0 commit comments

Comments
 (0)