Skip to content

Commit eeb4b59

Browse files
committed
Fixed Instructions
1 parent d3d7fb3 commit eeb4b59

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

articles/virtual-wan/openvpn-azure-ad-tenant.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: anzaman
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 11/13/2019
9+
ms.date: 12/27/2019
1010
ms.author: alzam
1111

1212
---
@@ -86,31 +86,8 @@ Use the steps in [this article](../active-directory/fundamentals/add-users-azure
8686
8787
![Azure VPN](./media/openvpn-create-azure-ad-tenant/azurevpn.png)
8888
89-
8. Enable Azure AD authentication on the VPN gateway by running the following commands, being sure to modify the command to reflect your own environment:
90-
91-
```azurepowershell-interactive
92-
$gw = Get-AzVirtualNetworkGateway -Name <name of VPN gateway> -ResourceGroupName <Resource group>
93-
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -VpnClientRootCertificates @()
94-
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -AadTenantUri "https://login.microsoftonline.com/<your Directory ID>" -AadAudienceId "41b23e61-6c1e-4545-b367-cd054e0ed4b4" -AadIssuerUri "https://sts.windows.net/<your Directory ID>/"
95-
```
96-
97-
9. Create and download the profile by running the following commands. Change the -ResourcGroupName and -Name values to match your own.
98-
99-
```azurepowershell-interactive
100-
$profile = New-AzVpnClientConfiguration -Name <name of VPN gateway> -ResourceGroupName <Resource group> -AuthenticationMethod "EapTls"
101-
$PROFILE.VpnProfileSASUrl
102-
```
103-
104-
10. After running the commands, you see a result similar to the one below. Copy the result URL to your browser to download the profile zip file.
105-
106-
![Azure VPN](./media/openvpn-create-azure-ad-tenant/profile.png)
107-
108-
11. Extract the downloaded zip file.
109-
110-
12. Browse to the unzipped “AzureVPN” folder.
111-
112-
13. Make a note of the location of the “azurevpnconfig.xml” file. The azurevpnconfig.xml contains the setting for the VPN connection and can be imported directly into the Azure VPN Client application. You can also distribute this file to all the users that need to connect via e-mail or other means. The user will need valid Azure AD credentials to connect successfully.
89+
8. Configure Azure AD authentication for User VPN and assign it to a Virtual Hub by following the steps in [Configure Azure AD authentication for Point-to-Site connection to Azure](virtual-wan-point-to-site-azure-ad.md)
11390
11491
## Next steps
11592
116-
In order to connect to your virtual network, you must create and configure a VPN client profile. See [Configure Azure AD authentication for Point-to-Site connection to Azure](virtual-wan-point-to-site-azure-ad.md).
93+
In order to connect to your virtual network, you must create and configure a VPN client profile and associate it to a Virtual Hub. See [Configure Azure AD authentication for Point-to-Site connection to Azure](virtual-wan-point-to-site-azure-ad.md).

0 commit comments

Comments
 (0)