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/nat-gateway/faq.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,13 @@ sections:
51
51
52
52
- question: Does Azure NAT Gateway support IP fragmentation?
53
53
answer: |
54
-
No, Azure NAT Gateway doesn't support IP fragmentation for TCP or UDP protocols.
54
+
No, Azure NAT Gateway doesn't support IP fragmentation for the transmission control protocol (TCP) or the User Datagram Protocol (UDP).
55
55
56
56
- name: Azure NAT Gateway metrics
57
57
questions:
58
-
- question: What is the difference between source network address translation (SNAT) Connection Count and Total SNAT Connection Count metrics for Azure NAT Gateway?
58
+
- question: What is the difference between SNAT Connection Count and Total SNAT Connection Count metrics for Azure NAT Gateway?
59
59
answer: |
60
-
The [SNAT Connection Count](nat-metrics.md#snat-connection-count) metric shows the number of new SNAT connections made per second. The [Total SNAT Connection Count](nat-metrics.md#total-snat-connection-count) metric shows the total number of active connections on an Azure NAT Gateway resource.
60
+
The [source network address translation (SNAT) Connection Count](nat-metrics.md#snat-connection-count) metric shows the number of new SNAT connections made per second. The [Total SNAT Connection Count](nat-metrics.md#total-snat-connection-count) metric shows the total number of active connections on an Azure NAT Gateway resource.
61
61
62
62
- question: How can I see SNAT port usage on Azure NAT Gateway?
63
63
answer: |
@@ -95,9 +95,9 @@ sections:
95
95
96
96
- name: Traffic routes
97
97
questions:
98
-
- question: What happens to Azure NAT Gateway if I force tunnel 0.0.0.0/0 (internet) traffic to a network virtual appliance (NVA), Azure VPN Gateway, or Azure ExpressRoute?
98
+
- question: What happens to Azure NAT Gateway if I force tunnel 0.0.0.0/0 (internet) traffic to an NVA, Azure VPN Gateway, or Azure ExpressRoute?
99
99
answer: |
100
-
Azure NAT Gateway uses a subnet's system default internet path to route traffic to the internet. Traffic doesn't pass through Azure NAT Gateway if a UDR is created to direct 0.0.0.0/0 traffic to the next hop type NVA or a virtual network gateway.
100
+
Azure NAT Gateway uses a subnet's system default internet path to route traffic to the internet. Traffic doesn't pass through Azure NAT Gateway if a user-defined route is created to direct 0.0.0.0/0 traffic to the next hop type network virtual appliance (NVA) or a virtual network gateway.
101
101
102
102
- question: What configuration must I make on the subnet route table to connect outbound with Azure NAT Gateway?
103
103
answer: |
@@ -117,9 +117,9 @@ sections:
117
117
answer: |
118
118
Azure NAT Gateway can use up to 16 public IP addresses. Azure NAT Gateway can use any combination of public IP addresses and public IP prefixes totaling 16 addresses. Azure NAT Gateway can support the following prefix sizes: /28 (16 addresses), /29 (8 addresses), /30 (4 addresses), and /31 (2 addresses).
119
119
120
-
- question: How can I use custom IP prefixes, also known as bring your own IP (BYOIP), with Azure NAT Gateway?
120
+
- question: How can I use custom IP prefixes(BYOIP) with Azure NAT Gateway?
121
121
answer: |
122
-
You can use public IP prefixes and addresses derived from custom IP prefixes(BYOIP) with your NAT gateway. To learn more, see [Custom IP address prefix (BYOIP)](../virtual-network/ip-services/custom-ip-address-prefix.md).
122
+
You can use public IP prefixes and addresses derived from custom IP prefixes, also known as bring your own IP (BYOIP), with your NAT gateway. To learn more, see [Custom IP address prefix (BYOIP)](../virtual-network/ip-services/custom-ip-address-prefix.md).
123
123
124
124
- question: Can an IPv6 public IP address be used with Azure NAT Gateway?
125
125
answer: |
@@ -169,15 +169,15 @@ sections:
169
169
questions:
170
170
- question: How does Azure NAT Gateway work with availability zones?
171
171
answer: |
172
-
Azure NAT Gateway can be zonal or placed in "no zone." For more information, see [Azure NAT Gateway and availability zones](./nat-availability-zones.md).
172
+
Azure NAT Gateway can be zonal or placed in "no zone." For more information, see [Azure NAT Gateway and availability zones](./nat-availability-zones.md). In addition:
173
173
174
174
- A no-zone NAT gateway is placed in a zone for you by Azure.
175
175
- A zonal NAT gateway is associated to a specific zone by the user when the NAT gateway is created.
176
176
- The zonal configuration of Azure NAT Gateway can't be changed after deployment.
177
177
178
178
- question: Can a zone-redundant public IP address be attached to a NAT gateway?
179
179
answer: |
180
-
Zone-redundant public IP addresses and prefixes can be attached to either a no-zone NAT gateway or a NAT gateway assigned to a specific availability zone. For more information, see [Azure NAT Gateway and availability zones](/azure/nat-gateway/nat-availability-zones). In addition:
180
+
Zone-redundant public IP addresses and prefixes can be attached to either a no-zone NAT gateway or a NAT gateway assigned to a specific availability zone. For more information, see [Azure NAT Gateway and availability zones](/azure/nat-gateway/nat-availability-zones).
181
181
182
182
- name: Azure NAT Gateway and basic SKU resources
183
183
questions:
@@ -224,7 +224,7 @@ sections:
224
224
answer: |
225
225
Yes. If you enable secure cluster connectivity in your workspace, Azure NAT Gateway can be used with Azure Databricks in one of two ways:
226
226
227
-
- If you use secure cluster connectivity with the default virtual network that Azure Databricks creates, Azure Databricks automatically creates a NAT gateway for outbound traffic from your workspace's subnets. The NAT gateway is created within the managed resource group that's managed by Azure Databricks. You can't modify this resource group or any resources provisioned within it.
227
+
- If you use secure cluster connectivity with the default virtual network that Azure Databricks creates, Azure Databricks automatically creates a NAT gateway for outbound traffic from your workspace's subnets. The NAT gateway is created within the managed resource group thatAzure Databricks manages. You can't modify this resource group or any resources provisioned within it.
228
228
- If you enable secure cluster connectivity on your workspace that uses virtual network injection, you can deploy a NAT gateway on both of the workspace's subnets to provide outbound connectivity. You can modify the configuration for customized outbound connectivity requirements in this case. For more information, see [Secure cluster connectivity](/azure/databricks/security/network/classic/secure-cluster-connectivity).
0 commit comments