You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-wan/openvpn-azure-ad-client.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
7
7
ms.service: virtual-wan
8
8
ms.topic: how-to
9
-
ms.date: 03/24/2022
9
+
ms.date: 06/30/2022
10
10
ms.author: cherylmc
11
11
12
12
---
@@ -150,7 +150,7 @@ These steps help you configure your connection to connect automatically with Alw
150
150
151
151
You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dnssufix> \</dnssufix>\</dnssuffixes>** tags.
152
152
153
-
```
153
+
```xml
154
154
<azvpnprofile>
155
155
<clientconfig>
156
156
@@ -168,7 +168,7 @@ You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dns
168
168
169
169
You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnsserver> \</dnsserver>\</dnsservers>** tags.
170
170
171
-
```
171
+
```xml
172
172
<azvpnprofile>
173
173
<clientconfig>
174
174
@@ -224,7 +224,7 @@ Example:
224
224
225
225
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
226
226
227
-
```
227
+
```xml
228
228
<azvpnprofile>
229
229
<clientconfig>
230
230
@@ -242,7 +242,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
242
242
243
243
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
244
244
245
-
```
245
+
```xml
246
246
<azvpnprofile>
247
247
<clientconfig>
248
248
@@ -263,7 +263,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
263
263
264
264
You can modify the downloaded profile XML file and add the **\<excluderoutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</excluderoutes>** tags.
265
265
266
-
```
266
+
```xml
267
267
<azvpnprofile>
268
268
<clientconfig>
269
269
@@ -281,7 +281,7 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
281
281
282
282
You can import the profile from a command-line prompt by placing the downloaded **azurevpnconfig.xml** file in the **%userprofile%\AppData\Local\Packages\Microsoft.AzureVpn_8wekyb3d8bbwe\LocalState** folder and running the following command:
0 commit comments