You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/route-server/peer-route-server-with-virtual-appliance.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: azure-route-server
7
7
ms.topic: tutorial
8
-
ms.date: 02/10/2025
8
+
ms.date: 03/03/2025
9
9
---
10
10
11
11
# Tutorial: Configure BGP peering between Azure Route Server and network virtual appliance (NVA)
@@ -122,7 +122,7 @@ In this section, you create a Windows Server VM in the virtual network you creat
122
122
| Select inbound ports | Select **RDP (3389)**. |
123
123
124
124
> [!CAUTION]
125
-
> Leaving the RDP port open to the internet is not recommended. Restrict access to the RDP port to a specific IP address or range of IP addresses. For production environments, it's recommended to block internet access to the RDP port and use [Azure Bastion](../bastion/bastion-overview.md?toc=/azure/route-server/toc.json) to securely connect to your virtual machine from the Azure portal.
125
+
> Leaving the RDP port open to the internet isn't recommended. Restrict access to the RDP port to a specific IP address or range of IP addresses. For production environments, it's recommended to block internet access to the RDP port and use [Azure Bastion](../bastion/bastion-overview.md?toc=/azure/route-server/toc.json) to securely connect to your virtual machine from the Azure portal.
126
126
127
127
1. Select **Review + create** and then **Create** after validation passes.
128
128
@@ -161,6 +161,9 @@ In this section, you configure BGP settings on the VM so it acts as an NVA and c
161
161
Add-BgpCustomRoute -network 172.16.2.0/24
162
162
```
163
163
164
+
> [!IMPORTANT]
165
+
> The Routing and Remote Access Service (RRAS) isn't supported in Azure. However, in this tutorial, it's used to simulate an NVA and demonstrate how to peer a route server with it. For more information, see [Remote access overview](/windows-server/remote/remote-access/remote-access).
166
+
164
167
## Configure Route Server peering
165
168
166
169
1. Go to the Route Server you created in the previous steps.
@@ -184,7 +187,7 @@ In this section, you configure BGP settings on the VM so it acts as an NVA and c
184
187
:::image type="content" source="./media/peer-list.png" alt-text="Screenshot that shows the peers of a Route Server." lightbox="./media/peer-list.png":::
185
188
186
189
> [!NOTE]
187
-
> - Azure Route Server supports BGP peering with NVAs that are deployed in the same VNet or a directly peered VNet. Configuring BGP peering between an on-premises NVA and Azure Route Server is not supported.
190
+
> Azure Route Server supports BGP peering with NVAs that are deployed in the same virtual network or a directly peered virtual network. Configuring BGP peering between an on-premises NVA and Azure Route Server isn't supported.
0 commit comments