Skip to content

Commit dc8ad33

Browse files
Merge pull request #274574 from cherylmc/patch-1
Add Basic SKU
2 parents 753e73a + 8760916 commit dc8ad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/create-routebased-vpn-gateway-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a route-based virtual network gateway for a VPN
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 03/12/2024
8+
ms.date: 05/07/2024
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -88,7 +88,7 @@ $vnet | Set-AzVirtualNetwork
8888

8989
## <a name="PublicIP"></a>Request a public IP address
9090

91-
A VPN gateway must have an allocated public IP address. When you create a connection to a VPN gateway, this is the IP address that you specify. Use the following example to request a public IP address:
91+
A VPN gateway must have an allocated public IP address. When you create a connection to a VPN gateway, this is the IP address that you specify. Use the following example to request a public IP address. Note that if you want to create a VPN gateway using the Basic gateway SKU, use the following values when requesting a public IP address: `-AllocationMethod Dynamic -Sku Basic`.
9292

9393
```azurepowershell-interactive
9494
$gwpip = New-AzPublicIpAddress -Name "VNet1GWIP" -ResourceGroupName "TestRG1" -Location "EastUS" -AllocationMethod Static

0 commit comments

Comments
 (0)