Skip to content

Commit 013d6a6

Browse files
authored
Merge pull request #225065 from cherylmc/Secondary-profile
update
2 parents d405011 + bba0686 commit 013d6a6

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed
1.58 MB
Loading

articles/vpn-gateway/point-to-site-vpn-client-cert-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure VPN clients for P2S configurations that use
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 01/10/2023
8+
ms.date: 01/25/2023
99
ms.author: cherylmc
1010
---
1111

@@ -109,7 +109,7 @@ When you open the zip file, you'll see the **AzureVPN** folder. Locate the **azu
109109

110110
1. In the window, navigate to the **azurevpnconfig.xml** file, select it, then click **Open**.
111111

112-
1. From the **Certificate Information** dropdown, select the name of the child certificate (the client certificate). For example, **P2SChildCert**.
112+
1. From the **Certificate Information** dropdown, select the name of the child certificate (the client certificate). For example, **P2SChildCert**. You can also (optionally) select a [Secondary Profile](#secondary-profile).
113113

114114
:::image type="content" source="./media/point-to-site-vpn-client-cert-windows/configure-certificate.png" alt-text="Screenshot showing Azure VPN client profile configuration page." lightbox="./media/point-to-site-vpn-client-cert-windows/configure-certificate.png":::
115115

@@ -127,7 +127,7 @@ When you open the zip file, you'll see the **AzureVPN** folder. Locate the **azu
127127

128128
The following sections discuss additional optional configuration settings that are available for the Azure VPN Client.
129129

130-
#### Secondary VPN client profile
130+
#### Secondary Profile
131131

132132
[!INCLUDE [Secondary profile](../../includes/vpn-gateway-azure-vpn-client-secondary-profile.md)]
133133

2.3 MB
Loading
522 KB
Loading

includes/vpn-gateway-azure-vpn-client-secondary-profile.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ author: cherylmc
33
ms.service: vpn-gateway
44
ms.topic: include
55
ms.author: cherylmc
6-
ms.date: 11/23/2022
6+
ms.date: 01/25/2023
77
---
88

9-
Azure VPN client provides high availability for client profiles. Adding a secondary client profile gives the client a more resilient way to access the VPN. If there's a region outage or failure to connect to the primary VPN client profile, the Azure VPN Client will auto-connect to the secondary client profile without causing any disruptions.
9+
The Azure VPN Client provides high availability for client profiles. Adding a secondary client profile gives the client a more resilient way to access the VPN. If there's a region outage or failure to connect to the primary VPN client profile, the Azure VPN Client will auto-connect to the secondary client profile without causing any disruptions.
1010

11-
This feature requires the Azure VPN Client version **2.2124.51.0**, which is currently in the process of being rolled out. To use this feature, add another VPN client profile to the Azure VPN Client. Then, select the additional profile from the **Secondary profile** dropdown.
11+
This feature requires the Azure VPN Client version **2.2124.51.0**, which is currently in the process of being rolled out. For this example, we'll add a secondary profile to an already existing profile.
12+
13+
Using the settings in this example, if the client can't connect to VNet1, it will automatically connect to VNet2 without causing disruptions.
14+
15+
1. Add another VPN client profile to the Azure VPN Client. For this example, we added a profile to connect to **VNet2**.
16+
1. Next, go to the **VNet1** profile and click "**...**", then **Configure**.
17+
1. From the **Secondary Profile** dropdown, select the profile for **VNet2**. Then, **Save** your settings.
18+
19+
:::image type="content" source="./media/vpn-gateway-azure-vpn-client-secondary-profile/azure-vpn-client.png" alt-text="Screenshot showing Azure VPN client profile configuration page with secondary profile." lightbox="./media/vpn-gateway-azure-vpn-client-secondary-profile/secondary-profile.png":::

0 commit comments

Comments
 (0)