Skip to content

Commit 17c9bbd

Browse files
authored
Update vpn-gateway-p2s-architecture.md
The following fact comes in azure exam and should be clearly stated: "If you have a policy-based VPN type as your gateway, you need to delete it and deploy a route-based VPN gateway instead."
1 parent 0bc82ed commit 17c9bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/vpn-gateway-p2s-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
---
99
P2S Azure certificate authentication connections use the following items, which you'll configure in this exercise:
1010

11-
* A RouteBased VPN gateway.
11+
* A RouteBased VPN gateway. If you have a policy-based VPN type as your gateway, you need to delete it and deploy a route-based VPN gateway instead.
1212
* The public key (.cer file) for a root certificate, which is uploaded to Azure. Once the certificate is uploaded, it's considered a trusted certificate and is used for authentication.
1313
* A client certificate that is generated from the root certificate. The client certificate installed on each client computer that will connect to the VNet. This certificate is used for client authentication.
1414
* VPN client configuration files. The VPN client is configured using VPN client configuration files. These files contain the necessary information for the client to connect to the VNet. Each client that connects must be configured using the settings in the configuration files.

0 commit comments

Comments
 (0)