Skip to content

Commit 62ddf8a

Browse files
Merge pull request #248300 from halkazwini/vpn-bgp
Tweaks
2 parents 1316067 + 5a42c48 commit 62ddf8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/vpn-gateway/bgp-howto.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cherylmc
1111
---
1212
# How to configure BGP for Azure VPN Gateway
1313

14-
This article helps you enable BGP on cross-premises site-to-site (S2S) VPN connections and VNet-to-VNet connections using the Azure portal. This article helps you enable BGP on cross-premises site-to-site (S2S) VPN connections and VNet-to-VNet connections using Azure PowerShell. You can also create this configuration using the [Azure portal](bgp-howto.md) or [PowerShell](vpn-gateway-bgp-resource-manager-ps.md) steps.
14+
This article helps you enable BGP on cross-premises site-to-site (S2S) VPN connections and VNet-to-VNet connections using the Azure portal. You can also create this configuration using the [Azure CLI](bgp-how-to-cli.md) or [PowerShell](vpn-gateway-bgp-resource-manager-ps.md) steps.
1515

1616
BGP is the standard routing protocol commonly used in the Internet to exchange routing and reachability information between two or more networks. BGP enables the VPN gateways and your on-premises VPN devices, called BGP peers or neighbors, to exchange "routes" that will inform both gateways on the availability and reachability for those prefixes to go through the gateways or routers involved. BGP can also enable transit routing among multiple networks by propagating routes a BGP gateway learns from one BGP peer to all other BGP peers.
1717

@@ -155,15 +155,15 @@ In this step, you create a new connection that has BGP enabled. If you already h
155155
#### To create a connection
156156

157157
1. To create a new connection, go to your virtual network gateway **Connections** page.
158-
1. Click **+Add** to open the **Add a connection page**.
158+
1. Select **+Add** to open the **Add a connection page**.
159159
1. Fill in the necessary values.
160160
1. Select **Enable BGP** to enable BGP on this connection.
161-
1. Click **OK** to save changes.
161+
1. Select **OK** to save changes.
162162

163163
#### To update an existing connection
164164

165165
1. Go to your virtual network gateway **Connections** page.
166-
1. Click the connection you want to modify.
166+
1. Select the connection you want to modify.
167167
1. Go to the **Configuration** page for the connection.
168168
1. Change the **BGP** setting to **Enabled**.
169169
1. **Save** your changes.

0 commit comments

Comments
 (0)