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/vpn-gateway/create-routebased-vpn-gateway-powershell.md
+5-80Lines changed: 5 additions & 80 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to create a route-based virtual network gateway for a VPN
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: how-to
8
-
ms.date: 03/11/2022
8
+
ms.date: 07/17/2023
9
9
ms.author: cherylmc
10
10
ms.custom: devx-track-azurepowershell
11
11
---
@@ -82,10 +82,10 @@ $vnet | Set-AzVirtualNetwork
82
82
83
83
## <aname="PublicIP"></a>Request a public IP address
84
84
85
-
A VPN gateway must have a dynamically 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:
85
+
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:
When you no longer need the resources you created, use the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) command to delete the resource group. This will delete the resource group and all of the resources it contains.
0 commit comments