Skip to content

Commit 5a339b3

Browse files
authored
Merge pull request #110613 from cherylmc/p2sali
format
2 parents 4ba4ad2 + df37c70 commit 5a339b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/vpn-gateway/work-remotely-support.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Remote work with P2S: Azure VPN Gateway'
3-
description: This page describes how you can leverage Azure Bastion to enable working remotely due to the COVID-19 pandemic.
3+
description: This page describes how you can leverage VPN Gateway to enable working remotely due to the COVID-19 pandemic.
44
services: vpn-gateway
55
author: anzaman
66

@@ -20,34 +20,34 @@ This article describes the options that are available to organizations to set up
2020

2121
The Azure point-to-site solution is cloud-based and can be provisioned quickly to cater for the increased demand of users to work from home. It can scale up easily and turned off just as easily and quickly when the increased capacity is not needed anymore.
2222

23-
## About Point-to-Site VPN
23+
## <a name="p2s"></a>About Point-to-Site VPN
2424

2525
A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer. A P2S connection is established by starting it from the client computer. This solution is useful for telecommuters who want to connect to Azure VNets or on-premises data centers from a remote location, such as from home or a conference. This article describes how to enable users to work remotely based on various scenarios.
2626

2727
The table below shows the client operating systems and the authentication options that are available to them. It would be helpful to select the authentication method based on the client OS that is already in use. For example, select OpenVPN with Certificate-based authentication if you have a mixture of client operating systems that need to connect. Also, please note that point-to-site VPN is only supported on route-based VPN gateways.
2828

2929
![point-to-site](./media/working-remotely-support/ostable.png "OS")
3030

31-
## Scenario 1 - Users need access to resources in Azure only
31+
## <a name="scenario1"></a>Scenario 1 - Users need access to resources in Azure only
3232

3333
In this scenario, the remote users only need to access to resources that are in Azure.
3434

3535
![point-to-site](./media/working-remotely-support/scenario1.png "Scenario 1")
3636

3737
At a high level, the following steps are needed to enable users to connect to Azure resources securely:
3838

39-
1. Create a Virtual Network Gateway (if one does not exist).
39+
1. Create a virtual network gateway (if one does not exist).
4040
2. Configure point-to-site VPN on the gateway.
4141

4242
* For certificate authentication, follow [this link](vpn-gateway-howto-point-to-site-resource-manager-portal.md#creategw).
4343
* For OpenVPN, follow [this link](vpn-gateway-howto-openvpn.md).
4444
* For Azure AD authentication, follow [this link](openvpn-azure-ad-tenant.md).
4545
* For troubleshooting point-to-site connections, follow [this link](vpn-gateway-troubleshoot-vpn-point-to-site-connection-problems.md).
46-
3. Download and distribute the VPN client configuration
46+
3. Download and distribute the VPN client configuration.
4747
4. Distribute the certificates (if certificate authentication is selected) to the clients.
4848
5. Connect to Azure VPN.
4949

50-
## Scenario 2 - Users need access to resources in Azure and/or on-prem resources
50+
## <a name="scenario2"></a>Scenario 2 - Users need access to resources in Azure and/or on-prem resources
5151

5252
In this scenario, the remote users need to access to resources that are in Azure and in the on premises data center(s).
5353

@@ -56,12 +56,12 @@ In this scenario, the remote users need to access to resources that are in Azure
5656
At a high level, the following steps are needed to enable users to connect to Azure resources securely:
5757

5858
1. Create a virtual network gateway (if one does not exist).
59-
2. Configure point-to-site VPN on the gateway (see Scenario 1 above).
59+
2. Configure point-to-site VPN on the gateway (see [Scenario 1](#scenario1)).
6060
3. Configure a site-to-site tunnel on the Azure virtual network gateway with BGP enabled.
6161
4. Configure the on-premises device to connect to Azure virtual network gateway.
6262
5. Download the point-to-site profile from the Azure portal and distribute to clients
6363

64-
[Follow this link to learn how to setup a site-to-site VPN tunnel](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal)
64+
To learn how to set up a site-to-site VPN tunnel, see [this link](vpn-gateway-howto-site-to-site-resource-manager-portal.md).
6565

6666
## <a name="faqcert"></a>FAQ for native Azure certificate authentication
6767

0 commit comments

Comments
 (0)