Skip to content

Commit e8826ac

Browse files
authored
Merge pull request #90707 from cherylmc/s2s
S2s
2 parents d96b150 + 48ab23f commit e8826ac

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

articles/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ In this step, you create the virtual network gateway for your VNet. Creating a g
8383

8484
The local network gateway typically refers to your on-premises location. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you will create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network. If your on-premises network changes or you need to change the public IP address for the VPN device, you can easily update the values later.
8585

86+
**Example values**
87+
88+
* **Name:** Site1
89+
* **Resource Group:** TestRG1
90+
* **Location:** East US
91+
92+
8693
[!INCLUDE [Add a local network gateway](../../includes/vpn-gateway-add-local-network-gateway-portal-include.md)]
8794

8895
## <a name="VPNDevice"></a>4. Configure your VPN device

includes/vpn-gateway-add-local-network-gateway-portal-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 08/02/2019
8+
ms.date: 10/04/2019
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
@@ -22,6 +22,6 @@
2222
- **Configure BGP settings:** Use only when configuring BGP. Otherwise, don't select this.
2323
- **Subscription:** Verify that the correct subscription is showing.
2424
- **Resource Group:** Select the resource group that you want to use. You can either create a new resource group, or select one that you have already created.
25-
- **Location:** Select the location that this object will be created in. You may want to select the same location that your VNet resides in, but you are not required to do so.
25+
- **Location:** The location is the same as **Region** in other settings. Select the location that this object will be created in. You may want to select the same location that your VNet resides in, but you are not required to do so.
2626

2727
4. When you have finished specifying the values, click the **Create** button at the bottom of the page to create the local network gateway.

0 commit comments

Comments
 (0)