Skip to content

Commit 71d3516

Browse files
authored
Merge pull request #287252 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8128c42 + ea92b23 commit 71d3516

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-resource-manager/bicep/compare-template-syntax.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ name: orgName
5656
```
5757

5858
```json
59-
"name": "[parameters('orgName'))]"
59+
"name": "[parameters('orgName')]"
6060
```
6161

6262
## Variables
@@ -70,7 +70,7 @@ var description = 'example value'
7070
```json
7171
"variables": {
7272
"description": "example value"
73-
},
73+
}
7474
```
7575

7676
To get a variable value, use the name you defined:
@@ -80,7 +80,7 @@ workloadSetting: description
8080
```
8181

8282
```json
83-
"workloadSetting": "[variables('description'))]"
83+
"workloadSetting": "[variables('description')]"
8484
```
8585

8686
## Strings

articles/virtual-wan/virtual-wan-point-to-site-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
title: 'Tutorial: Create a User VPN connection to Azure using Azure Virtual WAN'
3+
title: 'Tutorial: Create a User VPN connection to Azure using Azure Virtual WAN - Certificate or RADIUS authentication'
44
description: In this tutorial, learn how to use Azure Virtual WAN to create a User VPN (point-to-site) connection to Azure.
55
services: virtual-wan
66
author: cherylmc
@@ -10,7 +10,7 @@ ms.date: 08/09/2023
1010
ms.author: cherylmc
1111

1212
---
13-
# Tutorial: Create a P2S User VPN connection using Azure Virtual WAN
13+
# Tutorial: Create a P2S User VPN connection using Azure Virtual WAN - Certificate or RADIUS authentication
1414

1515
This tutorial shows you how to use Virtual WAN to connect to your resources in Azure. In this tutorial, you create a point-to-site User VPN connection over OpenVPN or IPsec/IKE (IKEv2) using the Azure portal. This type of connection requires the native VPN client to be configured on each connecting client computer.
1616

0 commit comments

Comments
 (0)