Skip to content

Commit 799a549

Browse files
committed
Update about-vpn-profile-download.md
1 parent c5a21c6 commit 799a549

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

articles/vpn-gateway/about-vpn-profile-download.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: 'P2S VPN client profile config files - Azure AD authentication'
2+
title: 'P2S VPN client profile configuration files - Azure AD authentication'
33
titleSuffix: Azure VPN Gateway
44
description: Learn how to generate P2S VPN client profile configuration files for Azure AD authentication.
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 05/04/2022
8+
ms.date: 08/24/2022
99
ms.author: cherylmc
1010

1111
---
12-
# Generate P2S Azure VPN Client profile config files - Azure AD authentication
12+
# Generate P2S Azure VPN Client profile configuration files - Azure AD authentication
1313

14-
After you install the Azure VPN Client, you configure the VPN client profile. Client profile config files contain information that's necessary to configure a VPN connection. This article helps you obtain and understand the information needed to configure an Azure VPN Client profile for Azure VPN Gateway point-to-site configurations that use Azure AD authentication.
14+
This article helps you generate and extract VPN client profile configuration files. Client profile configuration files contain information that's used to configure your VPN client. The sections in this article explain the information needed to configure the Azure VPN Client profile for Azure VPN Gateway point-to-site configurations that use Azure AD authentication.
1515

1616
## <a name="generate"></a>Generate profile files
1717

18-
You can generate VPN client profile configuration files using PowerShell, or by using the Azure portal. Either method returns the same zip file.
18+
You can generate VPN client profile configuration files either with PowerShell, or the Azure portal. Either method returns the same zip file.
1919

2020
### Portal
2121

22-
1. In the Azure portal, navigate to the virtual network gateway for the virtual network that you want to connect to.
22+
1. In the Azure portal, go to the virtual network gateway for the virtual network that you want to connect to.
2323
1. On the virtual network gateway page, select **Point-to-site configuration**.
2424
1. At the top of the point-to-site configuration page, select **Download VPN client**. It takes a few minutes for the client configuration package to generate.
2525
1. Your browser indicates that a client configuration zip file is available. It's named the same name as your gateway. Unzip the file to view the folders.
@@ -42,12 +42,12 @@ To generate using PowerShell, you can use the following example:
4242

4343
Extract the zip file. The file contains the following folders:
4444

45-
* **AzureVPN**: The AzureVPN folder contains the **Azurevpnconfig.xml** file.
45+
* **AzureVPN**: The AzureVPN folder contains the **Azurevpnconfig.xml** file that is used to configure the Azure VPN Client.
4646
* **Generic**: The generic folder contains the public server certificate and the VpnSettings.xml file. The VpnSettings.xml file contains information needed to configure a generic client
4747

4848
## <a name="get"></a>Retrieve file information
4949

50-
In the **AzureVPN** folder, navigate to the ***azurevpnconfig.xml*** file and open it with Notepad. Make a note of the text between the following tags. You may need this information later when configuring the Azure VPN Client.
50+
In the **AzureVPN** folder, go to the ***azurevpnconfig.xml*** file and open it with Notepad. Make a note of the text between the following tags. This information is used later when configuring the Azure VPN Client.
5151

5252
```
5353
<audience> </audience>
@@ -62,11 +62,16 @@ In the **AzureVPN** folder, navigate to the ***azurevpnconfig.xml*** file and op
6262
When you add a connection, use the information you collected in the previous step for the profile details page. The fields correspond to the following information:
6363

6464
* **Audience:** Identifies the recipient resource the token is intended for.
65-
* **Issuer:** Identifies the Security Token Service (STS) that emitted the token, as well as the Azure AD tenant.
65+
* **Issuer:** Identifies the Security Token Service (STS) that emitted the token, and the Azure AD tenant.
6666
* **Tenant:** Contains an immutable, unique identifier of the directory tenant that issued the token.
6767
* **FQDN:** The fully qualified domain name (FQDN) on the Azure VPN gateway.
6868
* **ServerSecret:** The VPN gateway preshared key.
6969

7070
## Next steps
7171

72+
Configure VPN clients.
73+
74+
* [Windows - Azure VPN Client - Azure AD](openvpn-azure-ad-client.md).
75+
* [macOS - Azure VPN Client - Azure AD](openvpn-azure-ad-client-mac.md).
76+
7277
For more information about point-to-site, see [About point-to-site](point-to-site-about.md).

0 commit comments

Comments
 (0)