Skip to content

Commit e3e8193

Browse files
authored
adjust code block indentation, add punctuation
1 parent 3912280 commit e3e8193

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

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

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ms.date: 12/02/2019
1010
ms.author: alzam
1111

1212
---
13-
# Tutorial: Create a User VPN connection using Azure Virtual WAN
13+
# Tutorial: Create a User VPN connection by using Azure Virtual WAN
1414

1515
This tutorial shows you how to configure Azure AD authentication for User VPN in Virtual WAN to connect to your resources in Azure over an OpenVPN VPN connection. Azure Active Directory authentication is only available for gateways using OpenVPN protocol and clients running Windows.
1616

17-
This type of connection requires a client to be configured on the client computer. For more information about Virtual WAN, see the [Virtual WAN Overview](virtual-wan-about.md)
17+
This type of connection requires a client to be configured on the client computer. For more information about Virtual WAN, see the [Virtual WAN Overview](virtual-wan-about.md).
1818

1919
In this tutorial, you learn how to:
2020

@@ -59,11 +59,11 @@ From a browser, navigate to the [Azure portal](https://portal.azure.com) and sig
5959
* **Name** - Type the Name that you want to call your WAN.
6060
* **Type:** Standard. If you create a Basic WAN, you can create only a Basic hub. Basic hubs are capable of VPN site-to-site connectivity only.
6161
4. After you finish filling out the fields, select **Review +Create**.
62-
5. Once validation passes, select **Create** to create the virtual WAN.
62+
5. After validation passes, select **Create** to create the virtual WAN.
6363

6464
## <a name="site"></a>Create an empty virtual hub
6565

66-
1. Under your virtual WAN, select Hubs and click **+New Hub**
66+
1. Under your virtual WAN, select Hubs and click **+New Hub**.
6767

6868
![new site](media/virtual-wan-point-to-site-azure-ad/hub1.jpg)
6969
2. On the create virtual hub page, fill in the following fields.
@@ -75,36 +75,39 @@ From a browser, navigate to the [Azure portal](https://portal.azure.com) and sig
7575
**Hub private address space** - The hub's address range in CIDR notation.
7676

7777
![new site](media/virtual-wan-point-to-site-azure-ad/hub2.jpg)
78-
3. Click **Review + create**
79-
4. On the **validation passed** page, click **create**
78+
3. Click **Review + create**.
79+
4. On the **validation passed** page, click **create**.
8080

8181
## <a name="site"></a>Create a new P2S configuration
8282

8383
A P2S configuration defines the parameters for connecting remote clients.
8484

85-
1. Set the following variables, replacing values as needed for your environment
86-
```powershell
87-
$aadAudience = "00000000-abcd-abcd-abcd-999999999999"
88-
$aadIssuer = "https://sts.windows.net/00000000-abcd-abcd-abcd-999999999999/"
89-
$aadTenant = "https://login.microsoftonline.com/00000000-abcd-abcd-abcd-999999999999"
90-
```
85+
1. Set the following variables, replacing values as needed for your environment.
86+
87+
```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"
91+
```
9192

9293
2. Run the following commands to create the configuration:
93-
```powershell
94-
$aadConfig = New-AzVpnServerConfiguration -ResourceGroupName <ResourceGroup> -Name newAADConfig -VpnProtocol OpenVPN -VpnAuthenticationType AAD -AadTenant $aadTenant -AadIssuer $aadIssuer -AadAudience $aadAudience -Location westcentralus
95-
```
94+
95+
```powershell
96+
$aadConfig = New-AzVpnServerConfiguration -ResourceGroupName <ResourceGroup> -Name newAADConfig -VpnProtocol OpenVPN -VpnAuthenticationType AAD -AadTenant $aadTenant -AadIssuer $aadIssuer -AadAudience $aadAudience -Location westcentralus
97+
```
98+
9699
## <a name="hub"></a>Edit hub assignment
97100

98-
1. Navigate to the **Hubs** blade under the virtual WAN
99-
2. Select the hub that you want to associate the vpn server configuration to and click **...**
101+
1. Navigate to the **Hubs** blade under the virtual WAN.
102+
2. Select the hub that you want to associate the vpn server configuration to and click the ellipsis (...).
100103

101104
![new site](media/virtual-wan-point-to-site-azure-ad/p2s4.jpg)
102105
3. Click **Edit virtual hub**.
103106
4. Check the **Include point-to-site gateway** check box and pick the **Gateway scale unit** that you want.
104107

105108
![new site](media/virtual-wan-point-to-site-azure-ad/p2s2.jpg)
106109
5. Enter the **Address pool** from which the VPN clients will be assigned IP addresses.
107-
6. Click **Confirm**
110+
6. Click **Confirm**.
108111
7. The operation will can take up to 30 minutes to complete.
109112

110113
## <a name="device"></a>Download VPN profile
@@ -152,7 +155,7 @@ Use this [link](https://www.microsoft.com/p/azure-vpn-client-preview/9np355qt2sq
152155

153156
#### <a name="delete"></a>To delete a client profile
154157

155-
1. Select the ellipses next to the client profile that you want to delete. Then, select **Remove**.
158+
1. Select the ellipsis (...) next to the client profile that you want to delete. Then, select **Remove**.
156159

157160
![delete](./media/virtual-wan-point-to-site-azure-ad/delete/delete1.jpg)
158161

@@ -162,7 +165,7 @@ Use this [link](https://www.microsoft.com/p/azure-vpn-client-preview/9np355qt2sq
162165

163166
#### <a name="diagnose"></a>Diagnose connection issues
164167

165-
1. To diagnose connection issues, you can use the **Diagnose** tool. Select the **...** next to the VPN connection that you want to diagnose to reveal the menu. Then select **Diagnose**.
168+
1. To diagnose connection issues, you can use the **Diagnose** tool. Select the ellipsis (...) next to the VPN connection that you want to diagnose to reveal the menu. Then select **Diagnose**.
166169

167170
![diagnose](./media/virtual-wan-point-to-site-azure-ad/diagnose/diagnose1.jpg)
168171

@@ -200,4 +203,4 @@ Remove-AzureRmResourceGroup -Name myResourceGroup -Force
200203

201204
## Next steps
202205

203-
To learn more about Virtual WAN, see the [Virtual WAN Overview](virtual-wan-about.md) page.
206+
To learn more about Virtual WAN, see the [Virtual WAN Overview](virtual-wan-about.md) page.

0 commit comments

Comments
 (0)