We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e03c88d + e1c5b95 commit 6c374e0Copy full SHA for 6c374e0
articles/vpn-gateway/openvpn-azure-ad-tenant.md
@@ -96,7 +96,7 @@ Use the steps in [this article](../active-directory/fundamentals/add-users-azure
96
9. Create and download the profile by running the following commands. Change the -ResourcGroupName and -Name values to match your own.
97
98
```azurepowershell-interactive
99
- $profile = New-AzVpnClientConfiguration -ResourceGroupName AADAuth -Name AADauthGW -AuthenticationMethod "EapTls"
+ $profile = New-AzVpnClientConfiguration -Name <name of VPN gateway> -ResourceGroupName <Resource group> -AuthenticationMethod "EapTls"
100
$PROFILE.VpnProfileSASUrl
101
```
102
0 commit comments