Skip to content

Commit 81ee949

Browse files
committed
add a note about windows server rras in azure
1 parent d8fef92 commit 81ee949

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/route-server/peer-route-server-with-virtual-appliance.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-route-server
77
ms.topic: tutorial
8-
ms.date: 02/10/2025
8+
ms.date: 03/03/2025
99
---
1010

1111
# 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
122122
| Select inbound ports | Select **RDP (3389)**. |
123123

124124
> [!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.
126126
127127
1. Select **Review + create** and then **Create** after validation passes.
128128

@@ -161,6 +161,9 @@ In this section, you configure BGP settings on the VM so it acts as an NVA and c
161161
Add-BgpCustomRoute -network 172.16.2.0/24
162162
```
163163
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+
164167
## Configure Route Server peering
165168
166169
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
184187
:::image type="content" source="./media/peer-list.png" alt-text="Screenshot that shows the peers of a Route Server." lightbox="./media/peer-list.png":::
185188
186189
> [!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.
188191
189192
## Check learned routes
190193

0 commit comments

Comments
 (0)