Skip to content

Commit 42fee13

Browse files
authored
pubic repo edits
1 parent 6783da3 commit 42fee13

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/vpn-gateway/vpn-gateway-vpn-faq.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ Policy-based gateways implement policy-based VPNs. Policy-based VPNs encrypt and
6363

6464
Route-based gateways implement the route-based VPNs. Route-based VPNs use "routes" in the IP forwarding or routing table to direct packets into their corresponding tunnel interfaces. The tunnel interfaces then encrypt or decrypt the packets in and out of the tunnels. The policy or traffic selector for route-based VPNs are configured as any-to-any (or wild cards).
6565

66-
### Can I update my Policy-based VPN gateway to Route-based?
66+
### Can I update my policy-based VPN gateway to route-based?
67+
6768
No. An Azure Vnet gateway type cannot be changed from policy-based to route-based or the other way. The gateway must be deleted and recreated, a process taking around 60 minutes. The IP address of the gateway will not be preserved nor will the Pre-Shared Key (PSK).
6869
1. Delete any connections associated with the gateway to be deleted.
6970
1. Delete the gateway:
70-
1. [Azure portal](vpn-gateway-delete-vnet-gateway-portal.md)
71-
1. [Azure PowerShell](vpn-gateway-delete-vnet-gateway-powershell.md)
72-
1. [Azure Powershell - classic](vpn-gateway-delete-vnet-gateway-classic-powershell.md)
73-
1. [Create a new gateway of desired type and complete the VPN setup](vpn-gateway-howto-site-to-site-resource-manager-portal.md#VNetGateway)
71+
- [Azure portal](vpn-gateway-delete-vnet-gateway-portal.md)
72+
- [Azure PowerShell](vpn-gateway-delete-vnet-gateway-powershell.md)
73+
- [Azure PowerShell - classic](vpn-gateway-delete-vnet-gateway-classic-powershell.md)
74+
1. [Create a new gateway of the type you want and complete the VPN setup](vpn-gateway-howto-site-to-site-resource-manager-portal.md#VNetGateway).
7475

7576
### Do I need a 'GatewaySubnet'?
7677

@@ -84,15 +85,15 @@ No.
8485

8586
### Can I get my VPN gateway IP address before I create it?
8687

87-
Zone-redundant and zonal gateways (gateway SKUs that have AZ in the name) both rely on a _Standard SKU_ Azure public IP resource. Azure Standard SKU public IP resources must use static allocation method. Therefore you will have the public IP address for your VPN gateway as soon as you create the Standard SKU public IP resource you intend to use for it.
88+
Zone-redundant and zonal gateways (gateway SKUs that have _AZ_ in the name) both rely on a _Standard SKU_ Azure public IP resource. Azure Standard SKU public IP resources must use a static allocation method. Therefore, you will have the public IP address for your VPN gateway as soon as you create the Standard SKU public IP resource you intend to use for it.
8889

89-
For non-zone-redundant and non-zonal gateways (gateway SKUs that do _not_ have AZ in the name), you cannot get the VPN gateway IP address before it is created. The IP address changes only if you delete and recreate your VPN gateway.
90+
For non-zone-redundant and non-zonal gateways (gateway SKUs that do _not_ have _AZ_ in the name), you cannot get the VPN gateway IP address before it is created. The IP address changes only if you delete and re-create your VPN gateway.
9091

9192
### Can I request a Static Public IP address for my VPN gateway?
9293

93-
As stated above, zone-redundant and zonal gateways (gateway SKUs that have AZ in the name) both rely on a _Standard SKU_ Azure public IP resource. Azure Standard SKU public IP resources must use static allocation method.
94+
As stated above, zone-redundant and zonal gateways (gateway SKUs that have _AZ_ in the name) both rely on a _Standard SKU_ Azure public IP resource. Azure Standard SKU public IP resources must use a static allocation method.
9495

95-
For non-zone-redundant and non-zonal gateways (gateway SKUs that do _not_ have AZ in the name), only dynamic IP address assignment is supported. However, this does not mean that the IP address changes after it has been assigned to your VPN gateway. The only time the VPN gateway IP address changes is when the gateway is deleted and re-created. The VPN gateway public IP address doesn't change across resizing, resetting, or other internal maintenance/upgrades of your VPN gateway.
96+
For non-zone-redundant and non-zonal gateways (gateway SKUs that do _not_ have _AZ_ in the name), only dynamic IP address assignment is supported. However, this doesn't mean that the IP address changes after it has been assigned to your VPN gateway. The only time the VPN gateway IP address changes is when the gateway is deleted and then re-created. The VPN gateway public IP address doesn't change when you resize, reset, or complete other internal maintenance and upgrades of your VPN gateway.
9697

9798
### How does my VPN tunnel get authenticated?
9899

0 commit comments

Comments
 (0)