You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
15
16
16
## <aname="generate"></a>Generate profile files
17
17
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.
19
19
20
20
### Portal
21
21
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.
23
23
1. On the virtual network gateway page, select **Point-to-site configuration**.
24
24
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.
25
25
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:
42
42
43
43
Extract the zip file. The file contains the following folders:
44
44
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.
46
46
***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
47
47
48
48
## <aname="get"></a>Retrieve file information
49
49
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.
51
51
52
52
```
53
53
<audience> </audience>
@@ -62,11 +62,16 @@ In the **AzureVPN** folder, navigate to the ***azurevpnconfig.xml*** file and op
62
62
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:
63
63
64
64
***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.
66
66
***Tenant:** Contains an immutable, unique identifier of the directory tenant that issued the token.
67
67
***FQDN:** The fully qualified domain name (FQDN) on the Azure VPN gateway.
0 commit comments