Skip to content

Commit dbf86ba

Browse files
committed
acrolinx
1 parent 24d577f commit dbf86ba

File tree

1 file changed

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

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ metadata:
66
title: Frequently asked questions for Azure Virtual Network NAT
77
summary: |
88
Here are some answers to common questions about using Azure Virtual Network NAT.
9-
10-
This is a second paragraph to ensure this section has the proper styles applied (there should be a space between this paragraph and the one directly above).
119
1210
sections:
1311
- name: Single section - ignored
@@ -22,11 +20,11 @@ sections:
2220
2321
- question: Can IPs of existing Virtual Network NAT be changed?
2422
answer: |
25-
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 first removing the old IP, then adding a new IP and then attaching the new IP to the Virtual Network NAT.
23+
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.
2624
27-
- question: If multiple public IP addresses are assigned to a NAT gateway resource, will there be a disruption of traffic if one of the IP addresses is removed?
25+
- question: If multiple public IP addresses are assigned to a NAT gateway resource, is there a disruption of traffic if one of the IP addresses is removed?
2826
answer: |
29-
No. If the Virtual Network NAT gateway resource has multiple public IPs, it will load balance traffic between the assigned IPs. Removing one of the IPs won't cause any downtime. It is advised that if you decide to remove one of the public IP addresses from the NAT gateway resource, use a maintenance window for the removal.
27+
No. If the Virtual Network NAT gateway resource has multiple public IPs, it will load balance traffic between the assigned IPs. Removing one of the IPs won't cause any downtime. It's advised that if you decide to remove one of the public IP addresses from the NAT gateway resource, use a maintenance window for the removal.
3028
3129
- question: I see a message saying I have no internet connection.
3230
answer: |
@@ -48,15 +46,15 @@ sections:
4846
answer: |
4947
Virtual Network NAT can be non-zonal or zonal only.
5048
51-
A non-zonal Virtual Network NAT is one that has not been specified to a specific zone. A non-zonal Virtual Network NAT is still assigned to one zone within the virtual network but in this instance, Azure decides which zone to designate for the Virtual Network NAT.
49+
A non-zonal Virtual Network NAT is one that hasn't been associated to a specific zone. A non-zonal Virtual Network NAT is still assigned to one zone within the virtual network. In this instance, Azure decides which zone to choose for the Virtual Network NAT.
5250
53-
A zonal Virtual Network NAT is one that has been designated to a specific zone by the user when the Virtual Network NAT is being configured.
51+
A zonal Virtual Network NAT is associated to a specific zone by the user when the Virtual Network NAT is created.
5452
5553
- question: How can I obtain logs for my Virtual Network NAT resource?
5654
answer: |
5755
Network security groups (NSG) can be configured to outbound traffic sent from a resource in a subnet/virtual network through a virtual network NAT gateway resource.
5856
59-
Network security group flow logs can then be used to monitor outbound traffic flowing through a Virtual Network NAT resource.
57+
Network security group flow logs can be used to monitor outbound traffic through a Virtual Network NAT gateway resource.
6058
6159
Use Azure Security Center and follow the network protection recommendations to help secure your Azure network resources. Enable network security group flow logs and send the logs to an Azure Storage account for auditing. You can also send the flow logs to a Log Analytics workspace and then use Traffic Analytics to provide insights into traffic patterns in your Azure cloud. Some advantages of Traffic Analytics are the ability to visualize network activity, identify hot spots and security threats, understand traffic flow patterns, and pinpoint network misconfigurations.
6260

0 commit comments

Comments
 (0)