Skip to content

Commit 606f7bf

Browse files
committed
add the standard v2 note to the powershell tab
1 parent f7a7276 commit 606f7bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ $ip = @{
425425
$publicIPIPv4 = New-AzPublicIpAddress @ip
426426
```
427427

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

430433
```azurepowershell

0 commit comments

Comments
 (0)