Skip to content

Commit 6c374e0

Browse files
authored
Merge pull request #95643 from msrini-MSFT/patch-69
(AzureCXP) fixes MicrosoftDocs/azure-docs#42619
2 parents e03c88d + e1c5b95 commit 6c374e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/openvpn-azure-ad-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Use the steps in [this article](../active-directory/fundamentals/add-users-azure
9696
9. Create and download the profile by running the following commands. Change the -ResourcGroupName and -Name values to match your own.
9797
9898
```azurepowershell-interactive
99-
$profile = New-AzVpnClientConfiguration -ResourceGroupName AADAuth -Name AADauthGW -AuthenticationMethod "EapTls"
99+
$profile = New-AzVpnClientConfiguration -Name <name of VPN gateway> -ResourceGroupName <Resource group> -AuthenticationMethod "EapTls"
100100
$PROFILE.VpnProfileSASUrl
101101
```
102102

0 commit comments

Comments
 (0)