Skip to content

Commit 7f8e525

Browse files
Merge pull request #274575 from cherylmc/patch-3
Basic SKU
2 parents 4873fd8 + 6e3236c commit 7f8e525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.service: vpn-gateway
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 10/06/2023
9+
ms.date: 05/07/2024
1010
ms.author: cherylmc
1111
---
1212
# Create a virtual network with a site-to-site VPN connection using CLI
@@ -115,7 +115,7 @@ az network local-gateway create --gateway-ip-address 23.99.221.164 --name Site2
115115

116116
## <a name="PublicIP"></a>6. Request a public IP address
117117

118-
A VPN gateway must have a public IP address. You first request the IP address resource, and then refer to it when creating your virtual network gateway. The IP address is dynamically assigned to the resource when the VPN gateway is created. The only time the public IP address changes is when the gateway is deleted and re-created. It doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway.
118+
A VPN gateway must have a public IP address. You first request the IP address resource, and then refer to it when creating your virtual network gateway. The IP address is dynamically assigned to the resource when the VPN gateway is created. The only time the public IP address changes is when the gateway is deleted and re-created. It doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway. Note that if you want to create a VPN Gateway using the Basic gateway SKU, request a public IP address with the following values `--allocation-method Dynamic --sku Basic`.
119119

120120
Use the [az network public-ip create](/cli/azure/network/public-ip) command to request a public IP address.
121121

0 commit comments

Comments
 (0)