Skip to content

Commit b8c0fcc

Browse files
Merge pull request #313177 from halkazwini/nat
Add a note about Standard V2 IP addresses
2 parents 34607cf + 606f7bf commit b8c0fcc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

articles/nat-gateway/tutorial-hub-spoke-nat-firewall.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ All outbound internet traffic traverses the NAT gateway to the internet. Use the
371371

372372
1. 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+
374377
1. In the search box at the top of the portal, enter **NAT gateway**. Select **NAT gateways** in the search results.
375378

376379
1. 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+
425431
Use [New-AzNatGateway](/powershell/module/az.network/new-aznatgateway) to create the NAT gateway resource.
426432

427433
```azurepowershell

0 commit comments

Comments
 (0)