Skip to content

Commit ed0e08c

Browse files
authored
Merge pull request #103706 from anzaman/master
Portal Instructions
2 parents d1d543a + 0cadb16 commit ed0e08c

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed
84.6 KB
Loading
77.8 KB
Loading
79.5 KB
Loading

articles/virtual-wan/virtual-wan-point-to-site-azure-ad.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,17 @@ From a browser, navigate to the [Azure portal](https://portal.azure.com) and sig
8282

8383
A P2S configuration defines the parameters for connecting remote clients.
8484

85-
1. Set the following variables, replacing values as needed for your environment.
85+
1. Under your virtual WAN, select **User VPN configurations**.
8686

87-
```powershell
88-
$aadAudience = "41b23e61-6c1e-4545-b367-cd054e0ed4b4"
89-
$aadIssuer = "https://sts.windows.net/<your Directory ID>/"
90-
$aadTenant = "https://login.microsoftonline.com/<your Directory ID>/"
91-
```
87+
![new config](media/virtual-wan-point-to-site-azure-ad/aadportal1.jpg)
9288

93-
2. Run the following commands to create the configuration:
89+
2. click **+Create user VPN config**.
9490

95-
```powershell
96-
$aadConfig = New-AzVpnServerConfiguration -ResourceGroupName <ResourceGroup> -Name newAADConfig -VpnProtocol OpenVPN -VpnAuthenticationType AAD -AadTenant $aadTenant -AadIssuer $aadIssuer -AadAudience $aadAudience -Location westcentralus
97-
```
91+
![new config](media/virtual-wan-point-to-site-azure-ad/aadportal2.jpg)
92+
93+
3. Enter the information and click **Create**
94+
95+
![new config](media/virtual-wan-point-to-site-azure-ad/aadportal3.jpg)
9896

9997
## <a name="hub"></a>Edit hub assignment
10098

0 commit comments

Comments
 (0)