Skip to content

Commit 48cd000

Browse files
committed
add xml tags
1 parent 630a2f0 commit 48cd000

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-wan/openvpn-azure-ad-client.md

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

77
ms.service: virtual-wan
88
ms.topic: how-to
9-
ms.date: 03/24/2022
9+
ms.date: 06/30/2022
1010
ms.author: cherylmc
1111

1212
---
@@ -150,7 +150,7 @@ These steps help you configure your connection to connect automatically with Alw
150150

151151
You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dnssufix> \</dnssufix>\</dnssuffixes>** tags.
152152

153-
```
153+
```xml
154154
<azvpnprofile>
155155
<clientconfig>
156156

@@ -168,7 +168,7 @@ You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dns
168168

169169
You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnsserver> \</dnsserver>\</dnsservers>** tags.
170170

171-
```
171+
```xml
172172
<azvpnprofile>
173173
<clientconfig>
174174

@@ -224,7 +224,7 @@ Example:
224224

225225
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
226226

227-
```
227+
```xml
228228
<azvpnprofile>
229229
<clientconfig>
230230

@@ -242,7 +242,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
242242

243243
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
244244

245-
```
245+
```xml
246246
<azvpnprofile>
247247
<clientconfig>
248248

@@ -263,7 +263,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
263263

264264
You can modify the downloaded profile XML file and add the **\<excluderoutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</excluderoutes>** tags.
265265

266-
```
266+
```xml
267267
<azvpnprofile>
268268
<clientconfig>
269269

@@ -281,7 +281,7 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
281281

282282
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:
283283

284-
```
284+
```xml
285285
azurevpn -i azurevpnconfig.xml
286286
```
287287
To force the import, use the **-f** switch.

0 commit comments

Comments
 (0)