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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,22 +51,22 @@ sections:
51
51
52
52
- question: Does a NAT gateway support IP fragmentation?
53
53
answer: |
54
-
No, a NAT gateway doesn't support IP fragmentation for the transmission control protocol (TCP) or the User Datagram Protocol (UDP).
54
+
No, a NAT gateway doesn't support IP fragmentation for Transmission Control Protocol (TCP) or User Datagram Protocol (UDP).
55
55
56
56
- name: NAT gateway metrics
57
57
questions:
58
58
- question: What is the difference between SNAT Connection Count and Total SNAT Connection Count metrics for a NAT gateway?
59
59
60
60
answer: |
61
-
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 a NAT gateway resource.
61
+
The [SNAT Connection Count](nat-metrics.md#snat-connection-count) metric shows the number of new source network address translation (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 a NAT gateway resource.
62
62
63
63
- question: How can I see SNAT port usage on a NAT gateway?
64
64
answer: |
65
65
There's no SNAT port usage metric for a NAT gateway. Use the SNAT Connection Count and Total SNAT Connection Count metrics to help you evaluate the SNAT capacity of your NAT gateway resource.
66
66
67
67
- question: How can I store my NAT gateway metrics long term?
68
68
answer: |
69
-
NAT gateway metrics can be retrieved 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 pane in the Azure portal.
69
+
NAT gateway metrics can be retrieved 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** pane in the Azure portal.
70
70
71
71
- question: Can NAT gateway metrics be retrieved by using diagnostic settings?
0 commit comments