File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,6 +371,9 @@ All outbound internet traffic traverses the NAT gateway to the internet. Use the
371371
3723721 . Select ** Review + create** and then select ** Create** .
373373
374+ > [ !NOTE]
375+ > A Standard V2 Public IP address can only be associated with a Standard V2 NAT Gateway and not any other services.
376+
3743771 . In the search box at the top of the portal, enter ** NAT gateway** . Select ** NAT gateways** in the search results.
375378
3763791 . Select ** + Create** .
@@ -422,6 +425,9 @@ $ip = @{
422425$publicIPIPv4 = New-AzPublicIpAddress @ip
423426```
424427
428+ > [ !NOTE]
429+ > A Standard V2 Public IP address can only be associated with a Standard V2 NAT Gateway and not any other services.
430+
425431Use [ New-AzNatGateway] ( /powershell/module/az.network/new-aznatgateway ) to create the NAT gateway resource.
426432
427433``` azurepowershell
You can’t perform that action at this time.
0 commit comments