Skip to content

Commit 7b407e5

Browse files
Merge pull request #302530 from aimee-littleton/patch-630796
Update faq.yml
2 parents 3f70e3c + a3edc37 commit 7b407e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/nat-gateway/faq.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ sections:
171171
172172
- question: Can a NAT gateway be attached to a gateway subnet?
173173
answer: |
174-
No, a NAT gateway can't be associated with a [gateway](../vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub) subnet.
174+
No, a NAT gateway can't be associated with a [gateway](../vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub) subnet. Gateway subnets are reserved for VPN gateway resources and aren't compatible with NAT gateway deployments. To use a NAT gateway, attach it to any other subnet within the same virtual network.
175175
176176
- question: Can multiple NAT gateways be attached to a single subnet?
177177
answer: |
@@ -211,6 +211,10 @@ sections:
211211
- question: Is there any downtime expected when I add NAT gateway to my subnet where I have default outbound access?
212212
answer: |
213213
No, there is no downtime when adding NAT gateway to a subnet where default outbound access is being used. After NAT gateway is added to the subnet, all new connections will start using NAT gateway instead of default outbound access. Any existing connections with default outbound access will persist until the connections are closed.
214+
215+
- question: How can I ensure that my virtual machines have internet access to run operations such as Windows activation and updates after enabling the private subnet feature and disabling default outbound access?
216+
answer: |
217+
You can set up an explicit method of outbound connectivity for your virtual machines to use before enabling the private subnet feature, such as NAT Gateway, to ensure they continue to have outbound connectivity to the internet.
214218
215219
- name: Connection timeouts and timers
216220
questions:

0 commit comments

Comments
 (0)