Skip to content

Commit 1b12da6

Browse files
Merge pull request #288480 from fabferri/patch-3
Update vpn-gateway-entra-vpn-client-custom.md
2 parents 7e54d2b + ca6894c commit 1b12da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/vpn-gateway-entra-vpn-client-custom.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ms.topic: include
1010
---
1111

1212
> [!NOTE]
13-
> This step is necessary for P2S gateway configurations that use a custom audience value and the [Microsoft-registered Azure VPN Client app ID](../articles/vpn-gateway/point-to-site-entra-gateway.md). If this doesn't apply to your P2S gateway configuration, you can skip this step.
13+
> This step is necessary for P2S gateway configurations that use a custom audience value and your registered app is associated with the [Microsoft-registered Azure VPN Client app ID](../articles/vpn-gateway/point-to-site-entra-gateway.md). If this doesn't apply to your P2S gateway configuration, you can skip this step.
1414
1515
1. To modify the Azure VPN Client configuration .xml file, open the file using a text editor such as Notepad.
16-
1. Next, add the value for **applicationid** and save your changes. The following example shows the application ID (audience) value for Azure Public, ```c632b3df-fb67-4d84-bdcf-b95ad541b5c8```.
16+
1. Next, add the value for **applicationid** and save your changes. The following example shows the application ID value for ```c632b3df-fb67-4d84-bdcf-b95ad541b5c8```.
1717

1818
**Example**
1919

@@ -24,4 +24,4 @@ ms.topic: include
2424
<tenant>https://login.microsoftonline.com/{tenant ID value}/</tenant>
2525
<applicationid>c632b3df-fb67-4d84-bdcf-b95ad541b5c8</applicationid>
2626
</aad>
27-
```
27+
```

0 commit comments

Comments
 (0)