Skip to content

Commit 34b4847

Browse files
Merge pull request #263714 from aimee-littleton/patch-184
Update faq.yml
2 parents 136f22e + f00e129 commit 34b4847

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

articles/nat-gateway/faq.yml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,24 @@ sections:
4949
answer: |
5050
No, NAT gateway does not support IP fragmentation for TCP or UDP protocols.
5151
52+
- name: NAT gateway metrics
53+
questions:
54+
- question: What is the difference between SNAT Connection Count and Total SNAT Connection Count metrics for NAT gateway?
55+
answer: |
56+
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 amount of active connection on NAT gateway.
57+
58+
- question: How can I see SNAT port usage on NAT gateway?
59+
answer: |
60+
There's no SNAT port usage metric for NAT gateway. Use the SNAT Connection Count and Total SNAT Connection Count metrics to help you evaluate the SNATing capacity of your NAT gateway.
61+
62+
- question: How can I store my NAT gateway metrics long-term?
63+
answer: |
64+
NAT gateway metrics can be retrived by using the [metrics REST API](/rest/api/monitor/metrics/list). Alternatively, you can select Share and then Download to Excel from the NAT gateway metrics page in the Azure portal.
65+
66+
- question: Can NAT gateway metrics be retrieved using diagnostic settings?
67+
answer: |
68+
No, NAT gateway metrics can't be exported using [diagnostic settings](/azure/azure-monitor/reference/supported-metrics/microsoft-network-natgateways-metrics). NAT gateway metrics are multi-dimensional. Diagnostic settings doesn't support the export of [multi-dimensional metrics](/azure/azure-monitor/reference/supported-metrics/metrics-index#exporting-platform-metrics-to-other-locations).
69+
5270
- name: Outbound connectivity with NAT gateway
5371
questions:
5472
- question: How can I use NAT gateway to connect outbound in a setup where I'm currently using a different service for outbound?
@@ -66,14 +84,6 @@ sections:
6684
- question: If multiple public IP addresses are assigned to a NAT gateway, is traffic flow disrupted when one of the IP addresses is removed?
6785
answer: |
6886
Any active connections associated with a public IP address terminate upon the public IP address being removed. If the NAT gateway resource has multiple public IPs, new traffic is distributed among the assigned IPs.
69-
70-
- question: What is the difference between SNAT Connection Count and Total SNAT Connection Count metrics for NAT gateway?
71-
answer: |
72-
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 amount of active connection on NAT gateway.
73-
74-
- question: How can I see SNAT port usage on NAT gateway?
75-
answer: |
76-
There's no SNAT port usage metric for NAT gateway. Use the SNAT Connection Count and Total SNAT Connection Count metrics to help you evaluate the SNATing capacity of your NAT gateway.
7787
7888
- name: Traffic routes
7989
questions:

0 commit comments

Comments
 (0)