Skip to content

Commit a483082

Browse files
committed
Update virtual-wan-point-to-site-azure-ad.md
1 parent a3ad834 commit a483082

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

77
ms.service: virtual-wan
88
ms.topic: tutorial
9-
ms.date: 12/02/2019
9+
ms.date: 02/07/2019
1010
ms.author: alzam
1111

1212
---
@@ -85,9 +85,9 @@ A P2S configuration defines the parameters for connecting remote clients.
8585
1. Set the following variables, replacing values as needed for your environment.
8686

8787
```powershell
88-
$aadAudience = "00000000-abcd-abcd-abcd-999999999999"
89-
$aadIssuer = "https://sts.windows.net/00000000-abcd-abcd-abcd-999999999999/"
90-
$aadTenant = "https://login.microsoftonline.com/00000000-abcd-abcd-abcd-999999999999"
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>/"
9191
```
9292

9393
2. Run the following commands to create the configuration:

0 commit comments

Comments
 (0)