Skip to content

Commit 38d8eba

Browse files
authored
Update 10-configure-internet-access-azure-virtual-nat.md
1 parent a11fd42 commit 38d8eba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

learn-pr/wwl-azure/introduction-to-azure-virtual-networks/includes/10-configure-internet-access-azure-virtual-nat.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

2-
Globally, IPv4 address ranges are in short supply, and can be an expensive way to grant access to Internet resources. [Azure Network Address Translation (NAT)](/azure/nat-gateway/nat-overview) lets internal resources on a private network to share routable IPv4 addresses. Rather than purchasing an IPv4 address for each resource that requires internet access, you can use a NAT service to map outgoing requests from internal resources to an external IP address.
2+
[Azure NAT Gateway](/azure/nat-gateway/nat-overview) is a fully managed Network Address Translation (NAT) service that provides secure, scalable outbound connectivity from a subnet to the internet. NAT Gateway is the recommended method for outbound connectivity in Azure.
33

4-
### NAT gateway SKUs
4+
### NAT Gateway SKUs
55

66
Azure NAT gateway is available in two SKUs.
77

8-
| Feature |Standard |StandardV2 |
8+
| Feature | Standard | StandardV2 |
99
| --- | --- | --- |
1010
| Availability zone | Zonal (single zone) | Zone-redundant (all zones) |
1111
| IPv6 support | No | Yes |
1212
| Maximum throughput | 50 Gbps | 100 Gbps |
1313
| Flow logs | No | Yes |
1414

15-
### NAT gateway usage scenario
15+
### NAT Gateway usage scenario
1616

1717
The following diagram shows outbound traffic flow from Subnet 1 through the NAT gateway to be mapped to a Public IP address or a Public IP prefix.
1818

@@ -22,7 +22,7 @@ After NAT is configured, all UDP and TCP outbound flows from any virtual machine
2222

2323
NAT scales automatically to support dynamic workloads. NAT can support up to 16 public IP addresses. By using port network address translation (PNAT or PAT), NAT provides up to 64,000 concurrent flows for UDP and TCP.
2424

25-
### Considerations for NAT gateway
25+
### Considerations for NAT Gateway
2626

2727
- Standard NAT gateway supports IPv4 only.
2828
- StandardV2 NAT gateway supports both IPv4 and IPv6 public IP addresses and prefixes.

0 commit comments

Comments
 (0)