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/tutorial-migrate-outbound-nat.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@ You learn how to change your outbound connectivity from load balancer outbound r
21
21
22
22
Azure NAT Gateway is the recommended method for outbound connectivity. A NAT gateway is a fully managed and highly resilient Network Address Translation (NAT) service. A NAT gateway doesn't have the same limitations of Source Network Address Translation (SNAT) port exhaustion as default outbound access. A NAT gateway replaces the need for outbound rules in a load balancer for outbound connectivity.
23
23
24
+
> [!NOTE]
25
+
> For default outbound access replacement, StandardV2 NAT Gateway is deployed in the tutorial to ensure that you are using the zone-redundant version of NAT gateway (Standard SKU NAT Gateway is zonal). See [StandardV2 NAT Gateway](/azure/nat-gateway/nat-overview#standardv2-nat-gateway) for more details and see [known limitations](/azure/nat-gateway/nat-overview#key-limitations-of-standardv2-nat-gateway) for details on unsupported scenarios.
26
+
27
+
> [!NOTE]
28
+
> For the Load balancer outbound rule replacement, Standard SKU NAT Gateway is deployed in this tutorial and the frontend IP of the Load balancer is moved to the Standard NAT Gateway. StandardV2 NAT Gateway can be used to replace Load balancer outbound rules but can't be used with the Load balancer frontend IP. StandardV2 NAT Gateway requires new creation of a StandardV2 SKU public IP.
29
+
24
30
For more information about Azure NAT Gateway, see [What is Azure NAT Gateway?](nat-overview.md)
25
31
26
32
In this tutorial, you learn how to:
@@ -79,8 +85,7 @@ In this section, you learn how to change your outbound connectivity method from
79
85
| Region | Select a region. This example uses **East US 2**. |
80
86
| Name | Enter **public-ip-nat**. |
81
87
| IP version | Select **IPv4**. |
82
-
| SKU | Select **Standard**. |
83
-
| Availability zone | Select **Zone-redundant**. |
88
+
| SKU | Select **StandardV2**. |
84
89
| Tier | Select **Regional**. |
85
90
86
91
1. Select **Review + create** and then select **Create**.
@@ -99,7 +104,7 @@ In this section, you learn how to change your outbound connectivity method from
99
104
|**Instance details**||
100
105
| NAT gateway name | Enter **nat-gateway**. |
101
106
| Region | Select your region. This example uses **East US 2**. |
102
-
| SKU | Select **Standard**. |
107
+
| SKU | Select **StandardV2**. |
103
108
| TCP idle timeout (minutes) | Leave the default of **4**. |
0 commit comments